COLOR #B9CDAE

HEX: #B9CDAE RGB: (185,205,174)

Color info

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

RGB color model

#B9CDAE color RGB value is (185,205,174).

RGB: (185,205,174) (73%, 80%, 68%)

RGB channels and saturation

R 185 of 255 = 73%
G 205 of 255 = 80%
B 174 of 255 = 68%

185
205
174

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

Portions of RGB colors in percentages

R + G + B = 185 + 205 + 174 = 564 (100%)
R 185 of 564 ~ 32.8%
G 205 of 564 ~ 36.35%
B 174 of 564 ~ 30.85'%

%32.8
%36.35
%30.85

CMYK color model

#B9CDAE color CMYK value is (10,0,15,20).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 15.12%
  • key color value is 19.61%

CMYK: (10,0,15,20)
C10M0Y15K20 (10%, 0%, 15%, 20%)
(0.10 / 0.00 / 0.15 / 0.20)

CMYK percentages

%9.76
%0
%15.12
%19.61

Codes

Color #B9CDAE in popluar color models

B9 CD AE
RGB 185 205 174
HSL 99° 23.66% 74.31%
HSB/HSV 99° 15.12% 80.39%
CMYK 9.76% 0.00% 15.12%
19.61%

Color #B9CDAE in popluar number systems.

HEX B9 CD AE
Decimal 185 205 174
Binary 10111001 11001101 10101110
Octal 271 315 256

Shades and tints

Shades of #B9CDAE

#B9CDAE
(185,205,174)
#A9BB9F
(169,187,159)
#99A990
(153,169,144)
#899781
(137,151,129)
#798572
(121,133,114)
#697363
(105,115,99)
#596154
(89,97,84)
#494F45
(73,79,69)
#393D36
(57,61,54)
#292B27
(41,43,39)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #B9CDAE

#B9CDAE
(185,205,174)
#BFD1B5
(191,209,181)
#C5D5BC
(197,213,188)
#CBD9C3
(203,217,195)
#D1DDCA
(209,221,202)
#D7E1D1
(215,225,209)
#DDE5D8
(221,229,216)
#E3E9DF
(227,233,223)
#E9EDE6
(233,237,230)
#EFF1ED
(239,241,237)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CDAE; }

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

This text font color is #B9CDAE.

Background Color

.myBgColor { background-color: #B9CDAE; }

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

This div background color is #B9CDAE.

Border color

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

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

This div border color is #B9CDAE.

Opacity

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

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

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

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

This text has shadow with #B9CDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CDAE.

Preview

Color preview on black background

This text has color #B9CDAE on black background.


Color preview on white background

This text has color #B9CDAE on white background.


Black color preview on #B9CDAE background

This text has black color on #B9CDAE background.


White color preview on #B9CDAE background

This text has white color on #B9CDAE background.


Related colors

Complementary color

Complementary color for #hex is #463251.


I love getcolorcode.com

Triadic colors

1 #AEB9CD and #CDAEB9 with #B9CDAE are triadic colors.

2 #AECDB9 and #CDB9AE with #B9CDAE are triadic colors.