COLOR #B9CED6

HEX: #B9CED6
RGB: (185,206,214)

Color info

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

RGB color model

#B9CED6 color RGB value is (185,206,214).

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

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 214 of 255 = 84%

185
206
214

R + G + B ~ 79%. #B9CED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 214 = 605 (100%)
R 185 of 605 ~ 30.58%
G 206 of 605 ~ 34.05%
B 214 of 605 ~ 35.37%

%30.58
%34.05
%35.37

CMYK color model

#B9CED6 color CMYK value is (14,4,0,16).

  • cyan value is 13.55%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,4,0,16)
C14M4Y0K16 
(14%,4%,0%,16%)
(0.14/0.04/0.00/0.16)	

CMYK percentages

%13.55
%3.74
%0
%16.08

Codes

Color #B9CED6 in popluar color models

B9CED6
RGB185206214
HSL197°26.13%78.24%
HSB/HSV197°13.55%83.92%
CMYK13.55%3.74%0.00%
16.08%

Color #B9CED6 in popluar number systems.

HEXB9CED6
Decimal185206214
Binary101110011100111011010110
Octal271316326

Shades and tints

Shades of #B9CED6

#B9CED6
(185,206,214)
#A9BCC3
(169,188,195)
#99AAB0
(153,170,176)
#89989D
(137,152,157)
#79868A
(121,134,138)
#697477
(105,116,119)
#596264
(89,98,100)
#495051
(73,80,81)
#393E3E
(57,62,62)
#292C2B
(41,44,43)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #B9CED6

#B9CED6
(185,206,214)
#BFD2D9
(191,210,217)
#C5D6DC
(197,214,220)
#CBDADF
(203,218,223)
#D1DEE2
(209,222,226)
#D7E2E5
(215,226,229)
#DDE6E8
(221,230,232)
#E3EAEB
(227,234,235)
#E9EEEE
(233,238,238)
#EFF2F1
(239,242,241)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CED6; }

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

This text font color is #B9CED6.


Background Color

.myBgColor { background-color: #B9CED6; }

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

This div background color is #B9CED6.


Border color

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

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

This div border color is #B9CED6.


Opacity

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

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

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

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

This text has shadow with #B9CED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CED6 on black background.


Color preview on white background

This text has color #B9CED6 on white background.



Black color preview on #B9CED6 background

This text has black color on #B9CED6 background.


White color preview on #B9CED6 background

This text has white color on #B9CED6 background.