COLOR #B5E0A6

HEX: #B5E0A6
RGB: (181,224,166)

Color info

#B5E0A6 contains red, green and blue colors in about the same proportion. Web safe color of #B5E0A6 is #CCCC99 (or #CC9).

RGB color model

#B5E0A6 color RGB value is (181,224,166).

  • red value is 181;
  • green value is 224;
  • blue value is 166.
RGB:
(181,224,166)
(71%,88%,65%)

RGB channels and saturation

R 181 of 255 = 71%
G 224 of 255 = 88%
B 166 of 255 = 65%

181
224
166

R + G + B ~ 75%. #B5E0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 224 + 166 = 571 (100%)
R 181 of 571 ~ 31.7%
G 224 of 571 ~ 39.23%
B 166 of 571 ~ 29.07%

%31.7
%39.23
%29.07

CMYK color model

#B5E0A6 color CMYK value is (19,0,26,12).

  • cyan value is 19.20%
  • magenta value is 0.00%
  • yellow value is 25.89%
  • key color value is 12.16%
CMYK:
(19,0,26,12)
C19M0Y26K12 
(19%,0%,26%,12%)
(0.19/0.00/0.26/0.12)	

CMYK percentages

%19.2
%0
%25.89
%12.16

Codes

Color #B5E0A6 in popluar color models

B5E0A6
RGB181224166
HSL104°48.33%76.47%
HSB/HSV104°25.89%87.84%
CMYK19.20%0.00%25.89%
12.16%

Color #B5E0A6 in popluar number systems.

HEXB5E0A6
Decimal181224166
Binary101101011110000010100110
Octal265340246

Shades and tints

Shades of #B5E0A6

#B5E0A6
(181,224,166)
#A5CC97
(165,204,151)
#95B888
(149,184,136)
#85A479
(133,164,121)
#75906A
(117,144,106)
#657C5B
(101,124,91)
#55684C
(85,104,76)
#45543D
(69,84,61)
#35402E
(53,64,46)
#252C1F
(37,44,31)
#151810
(21,24,16)
#000000
(0,0,0)

Tints of #B5E0A6

#B5E0A6
(181,224,166)
#BBE2AE
(187,226,174)
#C1E4B6
(193,228,182)
#C7E6BE
(199,230,190)
#CDE8C6
(205,232,198)
#D3EACE
(211,234,206)
#D9ECD6
(217,236,214)
#DFEEDE
(223,238,222)
#E5F0E6
(229,240,230)
#EBF2EE
(235,242,238)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E0A6 color. Also use rgb(181,224,166) instead hex code.

Text Font Color

.myTextColor { color: #B5E0A6; }

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

This text font color is #B5E0A6.


Background Color

.myBgColor { background-color: #B5E0A6; }

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

This div background color is #B5E0A6.


Border color

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

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

This div border color is #B5E0A6.


Opacity

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

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

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

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

This text has shadow with #B5E0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5E0A6 on black background.


Color preview on white background

This text has color #B5E0A6 on white background.



Black color preview on #B5E0A6 background

This text has black color on #B5E0A6 background.


White color preview on #B5E0A6 background

This text has white color on #B5E0A6 background.