COLOR #B9CCB3

HEX: #B9CCB3
RGB: (185,204,179)

Color info

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

RGB color model

#B9CCB3 color RGB value is (185,204,179).

  • red value is 185;
  • green value is 204;
  • blue value is 179.
RGB:
(185,204,179)
(73%,80%,70%)

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 179 of 255 = 70%

185
204
179

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

Portions of RGB colors in percentages

R + G + B =
185 + 204 + 179 = 568 (100%)
R 185 of 568 ~ 32.57%
G 204 of 568 ~ 35.92%
B 179 of 568 ~ 31.51%

%32.57
%35.92
%31.51

CMYK color model

#B9CCB3 color CMYK value is (9,0,12,20).

  • cyan value is 9.31%
  • magenta value is 0.00%
  • yellow value is 12.25%
  • key color value is 20.00%
CMYK:
(9,0,12,20)
C9M0Y12K20 
(9%,0%,12%,20%)
(0.09/0.00/0.12/0.20)	

CMYK percentages

%9.31
%0
%12.25
%20

Codes

Color #B9CCB3 in popluar color models

B9CCB3
RGB185204179
HSL106°19.69%75.10%
HSB/HSV106°12.25%80.00%
CMYK9.31%0.00%12.25%
20.00%

Color #B9CCB3 in popluar number systems.

HEXB9CCB3
Decimal185204179
Binary101110011100110010110011
Octal271314263

Shades and tints

Shades of #B9CCB3

#B9CCB3
(185,204,179)
#A9BAA3
(169,186,163)
#99A893
(153,168,147)
#899683
(137,150,131)
#798473
(121,132,115)
#697263
(105,114,99)
#596053
(89,96,83)
#494E43
(73,78,67)
#393C33
(57,60,51)
#292A23
(41,42,35)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #B9CCB3

#B9CCB3
(185,204,179)
#BFD0B9
(191,208,185)
#C5D4BF
(197,212,191)
#CBD8C5
(203,216,197)
#D1DCCB
(209,220,203)
#D7E0D1
(215,224,209)
#DDE4D7
(221,228,215)
#E3E8DD
(227,232,221)
#E9ECE3
(233,236,227)
#EFF0E9
(239,240,233)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CCB3 color. Also use rgb(185,204,179) instead hex code.

Text Font Color

.myTextColor { color: #B9CCB3; }

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

This text font color is #B9CCB3.


Background Color

.myBgColor { background-color: #B9CCB3; }

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

This div background color is #B9CCB3.


Border color

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

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

This div border color is #B9CCB3.


Opacity

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

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

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

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

This text has shadow with #B9CCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CCB3 on black background.


Color preview on white background

This text has color #B9CCB3 on white background.



Black color preview on #B9CCB3 background

This text has black color on #B9CCB3 background.


White color preview on #B9CCB3 background

This text has white color on #B9CCB3 background.