COLOR #B9CEC7

HEX: #B9CEC7
RGB: (185,206,199)

Color info

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

RGB color model

#B9CEC7 color RGB value is (185,206,199).

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

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 199 of 255 = 78%

185
206
199

R + G + B ~ 77%. #B9CEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 199 = 590 (100%)
R 185 of 590 ~ 31.36%
G 206 of 590 ~ 34.92%
B 199 of 590 ~ 33.73%

%31.36
%34.92
%33.73

CMYK color model

#B9CEC7 color CMYK value is (10,0,3,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 19.22%
CMYK:
(10,0,3,19)
C10M0Y3K19 
(10%,0%,3%,19%)
(0.10/0.00/0.03/0.19)	

CMYK percentages

%10.19
%0
%3.4
%19.22

Codes

Color #B9CEC7 in popluar color models

B9CEC7
RGB185206199
HSL160°17.65%76.67%
HSB/HSV160°10.19%80.78%
CMYK10.19%0.00%3.40%
19.22%

Color #B9CEC7 in popluar number systems.

HEXB9CEC7
Decimal185206199
Binary101110011100111011000111
Octal271316307

Shades and tints

Shades of #B9CEC7

#B9CEC7
(185,206,199)
#A9BCB5
(169,188,181)
#99AAA3
(153,170,163)
#899891
(137,152,145)
#79867F
(121,134,127)
#69746D
(105,116,109)
#59625B
(89,98,91)
#495049
(73,80,73)
#393E37
(57,62,55)
#292C25
(41,44,37)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #B9CEC7

#B9CEC7
(185,206,199)
#BFD2CC
(191,210,204)
#C5D6D1
(197,214,209)
#CBDAD6
(203,218,214)
#D1DEDB
(209,222,219)
#D7E2E0
(215,226,224)
#DDE6E5
(221,230,229)
#E3EAEA
(227,234,234)
#E9EEEF
(233,238,239)
#EFF2F4
(239,242,244)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CEC7; }

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

This text font color is #B9CEC7.


Background Color

.myBgColor { background-color: #B9CEC7; }

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

This div background color is #B9CEC7.


Border color

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

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

This div border color is #B9CEC7.


Opacity

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

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

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

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

This text has shadow with #B9CEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CEC7 on black background.


Color preview on white background

This text has color #B9CEC7 on white background.



Black color preview on #B9CEC7 background

This text has black color on #B9CEC7 background.


White color preview on #B9CEC7 background

This text has white color on #B9CEC7 background.