COLOR #B9CEC9

HEX: #B9CEC9
RGB: (185,206,201)

Color info

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

RGB color model

#B9CEC9 color RGB value is (185,206,201).

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

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 201 of 255 = 79%

185
206
201

R + G + B ~ 78%. #B9CEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 201 = 592 (100%)
R 185 of 592 ~ 31.25%
G 206 of 592 ~ 34.8%
B 201 of 592 ~ 33.95%

%31.25
%34.8
%33.95

CMYK color model

#B9CEC9 color CMYK value is (10,0,2,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK:
(10,0,2,19)
C10M0Y2K19 
(10%,0%,2%,19%)
(0.10/0.00/0.02/0.19)	

CMYK percentages

%10.19
%0
%2.43
%19.22

Codes

Color #B9CEC9 in popluar color models

B9CEC9
RGB185206201
HSL166°17.65%76.67%
HSB/HSV166°10.19%80.78%
CMYK10.19%0.00%2.43%
19.22%

Color #B9CEC9 in popluar number systems.

HEXB9CEC9
Decimal185206201
Binary101110011100111011001001
Octal271316311

Shades and tints

Shades of #B9CEC9

#B9CEC9
(185,206,201)
#A9BCB7
(169,188,183)
#99AAA5
(153,170,165)
#899893
(137,152,147)
#798681
(121,134,129)
#69746F
(105,116,111)
#59625D
(89,98,93)
#49504B
(73,80,75)
#393E39
(57,62,57)
#292C27
(41,44,39)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #B9CEC9

#B9CEC9
(185,206,201)
#BFD2CD
(191,210,205)
#C5D6D1
(197,214,209)
#CBDAD5
(203,218,213)
#D1DED9
(209,222,217)
#D7E2DD
(215,226,221)
#DDE6E1
(221,230,225)
#E3EAE5
(227,234,229)
#E9EEE9
(233,238,233)
#EFF2ED
(239,242,237)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CEC9; }

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

This text font color is #B9CEC9.


Background Color

.myBgColor { background-color: #B9CEC9; }

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

This div background color is #B9CEC9.


Border color

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

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

This div border color is #B9CEC9.


Opacity

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

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

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

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

This text has shadow with #B9CEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CEC9 on black background.


Color preview on white background

This text has color #B9CEC9 on white background.



Black color preview on #B9CEC9 background

This text has black color on #B9CEC9 background.


White color preview on #B9CEC9 background

This text has white color on #B9CEC9 background.