COLOR #B9CEAB

HEX: #B9CEAB
RGB: (185,206,171)

Color info

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

RGB color model

#B9CEAB color RGB value is (185,206,171).

  • red value is 185;
  • green value is 206;
  • blue value is 171.
RGB:
(185,206,171)
(73%,81%,67%)

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 171 of 255 = 67%

185
206
171

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

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 171 = 562 (100%)
R 185 of 562 ~ 32.92%
G 206 of 562 ~ 36.65%
B 171 of 562 ~ 30.43%

%32.92
%36.65
%30.43

CMYK color model

#B9CEAB color CMYK value is (10,0,17,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 16.99%
  • key color value is 19.22%
CMYK:
(10,0,17,19)
C10M0Y17K19 
(10%,0%,17%,19%)
(0.10/0.00/0.17/0.19)	

CMYK percentages

%10.19
%0
%16.99
%19.22

Codes

Color #B9CEAB in popluar color models

B9CEAB
RGB185206171
HSL96°26.32%73.92%
HSB/HSV96°16.99%80.78%
CMYK10.19%0.00%16.99%
19.22%

Color #B9CEAB in popluar number systems.

HEXB9CEAB
Decimal185206171
Binary101110011100111010101011
Octal271316253

Shades and tints

Shades of #B9CEAB

#B9CEAB
(185,206,171)
#A9BC9C
(169,188,156)
#99AA8D
(153,170,141)
#89987E
(137,152,126)
#79866F
(121,134,111)
#697460
(105,116,96)
#596251
(89,98,81)
#495042
(73,80,66)
#393E33
(57,62,51)
#292C24
(41,44,36)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #B9CEAB

#B9CEAB
(185,206,171)
#BFD2B2
(191,210,178)
#C5D6B9
(197,214,185)
#CBDAC0
(203,218,192)
#D1DEC7
(209,222,199)
#D7E2CE
(215,226,206)
#DDE6D5
(221,230,213)
#E3EADC
(227,234,220)
#E9EEE3
(233,238,227)
#EFF2EA
(239,242,234)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CEAB color. Also use rgb(185,206,171) instead hex code.

Text Font Color

.myTextColor { color: #B9CEAB; }

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

This text font color is #B9CEAB.


Background Color

.myBgColor { background-color: #B9CEAB; }

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

This div background color is #B9CEAB.


Border color

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

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

This div border color is #B9CEAB.


Opacity

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

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

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

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

This text has shadow with #B9CEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CEAB on black background.


Color preview on white background

This text has color #B9CEAB on white background.



Black color preview on #B9CEAB background

This text has black color on #B9CEAB background.


White color preview on #B9CEAB background

This text has white color on #B9CEAB background.