COLOR #B9D1AE

HEX: #B9D1AE
RGB: (185,209,174)

Color info

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

RGB color model

#B9D1AE color RGB value is (185,209,174).

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

RGB channels and saturation

R 185 of 255 = 73%
G 209 of 255 = 82%
B 174 of 255 = 68%

185
209
174

R + G + B ~ 74%. #B9D1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 209 + 174 = 568 (100%)
R 185 of 568 ~ 32.57%
G 209 of 568 ~ 36.8%
B 174 of 568 ~ 30.63%

%32.57
%36.8
%30.63

CMYK color model

#B9D1AE color CMYK value is (11,0,17,18).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 18.04%
CMYK:
(11,0,17,18)
C11M0Y17K18 
(11%,0%,17%,18%)
(0.11/0.00/0.17/0.18)	

CMYK percentages

%11.48
%0
%16.75
%18.04

Codes

Color #B9D1AE in popluar color models

B9D1AE
RGB185209174
HSL101°27.56%75.10%
HSB/HSV101°16.75%81.96%
CMYK11.48%0.00%16.75%
18.04%

Color #B9D1AE in popluar number systems.

HEXB9D1AE
Decimal185209174
Binary101110011101000110101110
Octal271321256

Shades and tints

Shades of #B9D1AE

#B9D1AE
(185,209,174)
#A9BE9F
(169,190,159)
#99AB90
(153,171,144)
#899881
(137,152,129)
#798572
(121,133,114)
#697263
(105,114,99)
#595F54
(89,95,84)
#494C45
(73,76,69)
#393936
(57,57,54)
#292627
(41,38,39)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #B9D1AE

#B9D1AE
(185,209,174)
#BFD5B5
(191,213,181)
#C5D9BC
(197,217,188)
#CBDDC3
(203,221,195)
#D1E1CA
(209,225,202)
#D7E5D1
(215,229,209)
#DDE9D8
(221,233,216)
#E3EDDF
(227,237,223)
#E9F1E6
(233,241,230)
#EFF5ED
(239,245,237)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D1AE; }

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

This text font color is #B9D1AE.


Background Color

.myBgColor { background-color: #B9D1AE; }

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

This div background color is #B9D1AE.


Border color

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

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

This div border color is #B9D1AE.


Opacity

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

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

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

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

This text has shadow with #B9D1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D1AE on black background.


Color preview on white background

This text has color #B9D1AE on white background.



Black color preview on #B9D1AE background

This text has black color on #B9D1AE background.


White color preview on #B9D1AE background

This text has white color on #B9D1AE background.