COLOR #B9D6AE

HEX: #B9D6AE
RGB: (185,214,174)

Color info

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

RGB color model

#B9D6AE color RGB value is (185,214,174).

  • red value is 185;
  • green value is 214;
  • blue value is 174.
RGB:
(185,214,174)
(73%,84%,68%)

RGB channels and saturation

R 185 of 255 = 73%
G 214 of 255 = 84%
B 174 of 255 = 68%

185
214
174

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

Portions of RGB colors in percentages

R + G + B =
185 + 214 + 174 = 573 (100%)
R 185 of 573 ~ 32.29%
G 214 of 573 ~ 37.35%
B 174 of 573 ~ 30.37%

%32.29
%37.35
%30.37

CMYK color model

#B9D6AE color CMYK value is (14,0,19,16).

  • cyan value is 13.55%
  • magenta value is 0.00%
  • yellow value is 18.69%
  • key color value is 16.08%
CMYK:
(14,0,19,16)
C14M0Y19K16 
(14%,0%,19%,16%)
(0.14/0.00/0.19/0.16)	

CMYK percentages

%13.55
%0
%18.69
%16.08

Codes

Color #B9D6AE in popluar color models

B9D6AE
RGB185214174
HSL104°32.79%76.08%
HSB/HSV104°18.69%83.92%
CMYK13.55%0.00%18.69%
16.08%

Color #B9D6AE in popluar number systems.

HEXB9D6AE
Decimal185214174
Binary101110011101011010101110
Octal271326256

Shades and tints

Shades of #B9D6AE

#B9D6AE
(185,214,174)
#A9C39F
(169,195,159)
#99B090
(153,176,144)
#899D81
(137,157,129)
#798A72
(121,138,114)
#697763
(105,119,99)
#596454
(89,100,84)
#495145
(73,81,69)
#393E36
(57,62,54)
#292B27
(41,43,39)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #B9D6AE

#B9D6AE
(185,214,174)
#BFD9B5
(191,217,181)
#C5DCBC
(197,220,188)
#CBDFC3
(203,223,195)
#D1E2CA
(209,226,202)
#D7E5D1
(215,229,209)
#DDE8D8
(221,232,216)
#E3EBDF
(227,235,223)
#E9EEE6
(233,238,230)
#EFF1ED
(239,241,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D6AE color. Also use rgb(185,214,174) instead hex code.

Text Font Color

.myTextColor { color: #B9D6AE; }

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

This text font color is #B9D6AE.


Background Color

.myBgColor { background-color: #B9D6AE; }

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

This div background color is #B9D6AE.


Border color

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

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

This div border color is #B9D6AE.


Opacity

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

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

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

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

This text has shadow with #B9D6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D6AE on black background.


Color preview on white background

This text has color #B9D6AE on white background.



Black color preview on #B9D6AE background

This text has black color on #B9D6AE background.


White color preview on #B9D6AE background

This text has white color on #B9D6AE background.