COLOR #B5EEAE

HEX: #B5EEAE
RGB: (181,238,174)

Color info

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

RGB color model

#B5EEAE color RGB value is (181,238,174).

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

RGB channels and saturation

R 181 of 255 = 71%
G 238 of 255 = 93%
B 174 of 255 = 68%

181
238
174

R + G + B ~ 77%. #B5EEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 238 + 174 = 593 (100%)
R 181 of 593 ~ 30.52%
G 238 of 593 ~ 40.13%
B 174 of 593 ~ 29.34%

%30.52
%40.13
%29.34

CMYK color model

#B5EEAE color CMYK value is (24,0,27,7).

  • cyan value is 23.95%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 6.67%
CMYK:
(24,0,27,7)
C24M0Y27K7 
(24%,0%,27%,7%)
(0.24/0.00/0.27/0.07)	

CMYK percentages

%23.95
%0
%26.89
%6.67

Codes

Color #B5EEAE in popluar color models

B5EEAE
RGB181238174
HSL113°65.31%80.78%
HSB/HSV113°26.89%93.33%
CMYK23.95%0.00%26.89%
6.67%

Color #B5EEAE in popluar number systems.

HEXB5EEAE
Decimal181238174
Binary101101011110111010101110
Octal265356256

Shades and tints

Shades of #B5EEAE

#B5EEAE
(181,238,174)
#A5D99F
(165,217,159)
#95C490
(149,196,144)
#85AF81
(133,175,129)
#759A72
(117,154,114)
#658563
(101,133,99)
#557054
(85,112,84)
#455B45
(69,91,69)
#354636
(53,70,54)
#253127
(37,49,39)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #B5EEAE

#B5EEAE
(181,238,174)
#BBEFB5
(187,239,181)
#C1F0BC
(193,240,188)
#C7F1C3
(199,241,195)
#CDF2CA
(205,242,202)
#D3F3D1
(211,243,209)
#D9F4D8
(217,244,216)
#DFF5DF
(223,245,223)
#E5F6E6
(229,246,230)
#EBF7ED
(235,247,237)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EEAE; }

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

This text font color is #B5EEAE.


Background Color

.myBgColor { background-color: #B5EEAE; }

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

This div background color is #B5EEAE.


Border color

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

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

This div border color is #B5EEAE.


Opacity

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

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

Text with #B5EEAE 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 #B5EEAE;}

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

This text has shadow with #B5EEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EEAE on black background.


Color preview on white background

This text has color #B5EEAE on white background.



Black color preview on #B5EEAE background

This text has black color on #B5EEAE background.


White color preview on #B5EEAE background

This text has white color on #B5EEAE background.