COLOR #B5D99E

HEX: #B5D99E
RGB: (181,217,158)

Color info

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

RGB color model

#B5D99E color RGB value is (181,217,158).

  • red value is 181;
  • green value is 217;
  • blue value is 158.
RGB:
(181,217,158)
(71%,85%,62%)

RGB channels and saturation

R 181 of 255 = 71%
G 217 of 255 = 85%
B 158 of 255 = 62%

181
217
158

R + G + B ~ 73%. #B5D99E is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 217 + 158 = 556 (100%)
R 181 of 556 ~ 32.55%
G 217 of 556 ~ 39.03%
B 158 of 556 ~ 28.42%

%32.55
%39.03
%28.42

CMYK color model

#B5D99E color CMYK value is (17,0,27,15).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 27.19%
  • key color value is 14.90%
CMYK:
(17,0,27,15)
C17M0Y27K15 
(17%,0%,27%,15%)
(0.17/0.00/0.27/0.15)	

CMYK percentages

%16.59
%0
%27.19
%14.9

Codes

Color #B5D99E in popluar color models

B5D99E
RGB181217158
HSL97°43.70%73.53%
HSB/HSV97°27.19%85.10%
CMYK16.59%0.00%27.19%
14.90%

Color #B5D99E in popluar number systems.

HEXB5D99E
Decimal181217158
Binary101101011101100110011110
Octal265331236

Shades and tints

Shades of #B5D99E

#B5D99E
(181,217,158)
#A5C690
(165,198,144)
#95B382
(149,179,130)
#85A074
(133,160,116)
#758D66
(117,141,102)
#657A58
(101,122,88)
#55674A
(85,103,74)
#45543C
(69,84,60)
#35412E
(53,65,46)
#252E20
(37,46,32)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #B5D99E

#B5D99E
(181,217,158)
#BBDCA6
(187,220,166)
#C1DFAE
(193,223,174)
#C7E2B6
(199,226,182)
#CDE5BE
(205,229,190)
#D3E8C6
(211,232,198)
#D9EBCE
(217,235,206)
#DFEED6
(223,238,214)
#E5F1DE
(229,241,222)
#EBF4E6
(235,244,230)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D99E color. Also use rgb(181,217,158) instead hex code.

Text Font Color

.myTextColor { color: #B5D99E; }

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

This text font color is #B5D99E.


Background Color

.myBgColor { background-color: #B5D99E; }

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

This div background color is #B5D99E.


Border color

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

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

This div border color is #B5D99E.


Opacity

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

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

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

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

This text has shadow with #B5D99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D99E on black background.


Color preview on white background

This text has color #B5D99E on white background.



Black color preview on #B5D99E background

This text has black color on #B5D99E background.


White color preview on #B5D99E background

This text has white color on #B5D99E background.