COLOR #B9CBB4

HEX: #B9CBB4
RGB: (185,203,180)

Color info

#B9CBB4 contains red, green and blue colors in about the same proportion. Web safe color of #B9CBB4 is #CCCCCC (or #CCC).

RGB color model

#B9CBB4 color RGB value is (185,203,180).

  • red value is 185;
  • green value is 203;
  • blue value is 180.
RGB:
(185,203,180)
(73%,80%,71%)

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 180 of 255 = 71%

185
203
180

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

Portions of RGB colors in percentages

R + G + B =
185 + 203 + 180 = 568 (100%)
R 185 of 568 ~ 32.57%
G 203 of 568 ~ 35.74%
B 180 of 568 ~ 31.69%

%32.57
%35.74
%31.69

CMYK color model

#B9CBB4 color CMYK value is (9,0,11,20).

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 11.33%
  • key color value is 20.39%
CMYK:
(9,0,11,20)
C9M0Y11K20 
(9%,0%,11%,20%)
(0.09/0.00/0.11/0.20)	

CMYK percentages

%8.87
%0
%11.33
%20.39

Codes

Color #B9CBB4 in popluar color models

B9CBB4
RGB185203180
HSL107°18.11%75.10%
HSB/HSV107°11.33%79.61%
CMYK8.87%0.00%11.33%
20.39%

Color #B9CBB4 in popluar number systems.

HEXB9CBB4
Decimal185203180
Binary101110011100101110110100
Octal271313264

Shades and tints

Shades of #B9CBB4

#B9CBB4
(185,203,180)
#A9B9A4
(169,185,164)
#99A794
(153,167,148)
#899584
(137,149,132)
#798374
(121,131,116)
#697164
(105,113,100)
#595F54
(89,95,84)
#494D44
(73,77,68)
#393B34
(57,59,52)
#292924
(41,41,36)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #B9CBB4

#B9CBB4
(185,203,180)
#BFCFBA
(191,207,186)
#C5D3C0
(197,211,192)
#CBD7C6
(203,215,198)
#D1DBCC
(209,219,204)
#D7DFD2
(215,223,210)
#DDE3D8
(221,227,216)
#E3E7DE
(227,231,222)
#E9EBE4
(233,235,228)
#EFEFEA
(239,239,234)
#F5F3F0
(245,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CBB4 color. Also use rgb(185,203,180) instead hex code.

Text Font Color

.myTextColor { color: #B9CBB4; }

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

This text font color is #B9CBB4.


Background Color

.myBgColor { background-color: #B9CBB4; }

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

This div background color is #B9CBB4.


Border color

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

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

This div border color is #B9CBB4.


Opacity

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

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

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

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

This text has shadow with #B9CBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CBB4 on black background.


Color preview on white background

This text has color #B9CBB4 on white background.



Black color preview on #B9CBB4 background

This text has black color on #B9CBB4 background.


White color preview on #B9CBB4 background

This text has white color on #B9CBB4 background.