COLOR #B5EFAE

HEX: #B5EFAE
RGB: (181,239,174)

Color info

#B5EFAE contains mainly red and green colors. Web safe color of #B5EFAE is #CCFF99 (or #CF9).

RGB color model

#B5EFAE color RGB value is (181,239,174).

  • red value is 181;
  • green value is 239;
  • blue value is 174.
RGB:
(181,239,174)
(71%,94%,68%)

RGB channels and saturation

R 181 of 255 = 71%
G 239 of 255 = 94%
B 174 of 255 = 68%

181
239
174

R + G + B ~ 78%. #B5EFAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 239 + 174 = 594 (100%)
R 181 of 594 ~ 30.47%
G 239 of 594 ~ 40.24%
B 174 of 594 ~ 29.29%

%30.47
%40.24
%29.29

CMYK color model

#B5EFAE color CMYK value is (24,0,27,6).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 27.20%
  • key color value is 6.27%
CMYK:
(24,0,27,6)
C24M0Y27K6 
(24%,0%,27%,6%)
(0.24/0.00/0.27/0.06)	

CMYK percentages

%24.27
%0
%27.2
%6.27

Codes

Color #B5EFAE in popluar color models

B5EFAE
RGB181239174
HSL114°67.01%80.98%
HSB/HSV114°27.20%93.73%
CMYK24.27%0.00%27.20%
6.27%

Color #B5EFAE in popluar number systems.

HEXB5EFAE
Decimal181239174
Binary101101011110111110101110
Octal265357256

Shades and tints

Shades of #B5EFAE

#B5EFAE
(181,239,174)
#A5DA9F
(165,218,159)
#95C590
(149,197,144)
#85B081
(133,176,129)
#759B72
(117,155,114)
#658663
(101,134,99)
#557154
(85,113,84)
#455C45
(69,92,69)
#354736
(53,71,54)
#253227
(37,50,39)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #B5EFAE

#B5EFAE
(181,239,174)
#BBF0B5
(187,240,181)
#C1F1BC
(193,241,188)
#C7F2C3
(199,242,195)
#CDF3CA
(205,243,202)
#D3F4D1
(211,244,209)
#D9F5D8
(217,245,216)
#DFF6DF
(223,246,223)
#E5F7E6
(229,247,230)
#EBF8ED
(235,248,237)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5EFAE color. Also use rgb(181,239,174) instead hex code.

Text Font Color

.myTextColor { color: #B5EFAE; }

<p style="color:#B5EFAE">This sample text font color is #B5EFAE.</p>

This text font color is #B5EFAE.


Background Color

.myBgColor { background-color: #B5EFAE; }

<div style="background-color:#B5EFAE">Inner text</div>

This div background color is #B5EFAE.


Border color

.myBorderColor { border: 1px solid #B5EFAE; }

<div style="border:3px solid #B5EFAE">Div</div>

This div border color is #B5EFAE.


Opacity

.myOpacity80 { color: #B5EFAE; opacity: 0.8; }

<p style="color:#B5EFAE;opacity:0.8;">80%</p>

Text with #B5EFAE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B5EFAE;}

<p style="text-shadow: 3px 3px 1px #B5EFAE">Text here.</p>

This text has shadow with #B5EFAE color.

.textShadow {text-shadow: 3px 3px 1px #B5EFAE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B5EFAE, 5px 5px 20px red">Text here.</p>

This text has shadow with #B5EFAE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5EFAE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B5EFAE, Direction=45, Strength=4)">Text</p>

This text has shadow with #B5EFAE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B5EFAE;
  -webkit-box-shadow:	1px 1px 3px 2px #B5EFAE;
  box-shadow:		1px 1px 3px 2px #B5EFAE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B5EFAE;
-webkit-box-shadow: 1px 1px 3px 2px #B5EFAE;
box-shadow:1px 1px 3px 2px #B5EFAE;">
Div content here</div>
This div box has shadow with color #B5EFAE.

Preview

Color preview on black background

This text has color #B5EFAE on black background.


Color preview on white background

This text has color #B5EFAE on white background.



Black color preview on #B5EFAE background

This text has black color on #B5EFAE background.


White color preview on #B5EFAE background

This text has white color on #B5EFAE background.