COLOR #B9CCB5

HEX: #B9CCB5
RGB: (185,204,181)

Color info

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

RGB color model

#B9CCB5 color RGB value is (185,204,181).

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

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 181 of 255 = 71%

185
204
181

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

Portions of RGB colors in percentages

R + G + B =
185 + 204 + 181 = 570 (100%)
R 185 of 570 ~ 32.46%
G 204 of 570 ~ 35.79%
B 181 of 570 ~ 31.75%

%32.46
%35.79
%31.75

CMYK color model

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

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

CMYK percentages

%9.31
%0
%11.27
%20

Codes

Color #B9CCB5 in popluar color models

B9CCB5
RGB185204181
HSL110°18.40%75.49%
HSB/HSV110°11.27%80.00%
CMYK9.31%0.00%11.27%
20.00%

Color #B9CCB5 in popluar number systems.

HEXB9CCB5
Decimal185204181
Binary101110011100110010110101
Octal271314265

Shades and tints

Shades of #B9CCB5

#B9CCB5
(185,204,181)
#A9BAA5
(169,186,165)
#99A895
(153,168,149)
#899685
(137,150,133)
#798475
(121,132,117)
#697265
(105,114,101)
#596055
(89,96,85)
#494E45
(73,78,69)
#393C35
(57,60,53)
#292A25
(41,42,37)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #B9CCB5

#B9CCB5
(185,204,181)
#BFD0BB
(191,208,187)
#C5D4C1
(197,212,193)
#CBD8C7
(203,216,199)
#D1DCCD
(209,220,205)
#D7E0D3
(215,224,211)
#DDE4D9
(221,228,217)
#E3E8DF
(227,232,223)
#E9ECE5
(233,236,229)
#EFF0EB
(239,240,235)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CCB5; }

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

This text font color is #B9CCB5.


Background Color

.myBgColor { background-color: #B9CCB5; }

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

This div background color is #B9CCB5.


Border color

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

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

This div border color is #B9CCB5.


Opacity

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

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

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

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

This text has shadow with #B9CCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CCB5 on black background.


Color preview on white background

This text has color #B9CCB5 on white background.



Black color preview on #B9CCB5 background

This text has black color on #B9CCB5 background.


White color preview on #B9CCB5 background

This text has white color on #B9CCB5 background.