COLOR #B9CED2

HEX: #B9CED2
RGB: (185,206,210)

Color info

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

RGB color model

#B9CED2 color RGB value is (185,206,210).

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

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 210 of 255 = 82%

185
206
210

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

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 210 = 601 (100%)
R 185 of 601 ~ 30.78%
G 206 of 601 ~ 34.28%
B 210 of 601 ~ 34.94%

%30.78
%34.28
%34.94

CMYK color model

#B9CED2 color CMYK value is (12,2,0,18).

  • cyan value is 11.90%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(12,2,0,18)
C12M2Y0K18 
(12%,2%,0%,18%)
(0.12/0.02/0.00/0.18)	

CMYK percentages

%11.9
%1.9
%0
%17.65

Codes

Color #B9CED2 in popluar color models

B9CED2
RGB185206210
HSL190°21.74%77.45%
HSB/HSV190°11.90%82.35%
CMYK11.90%1.90%0.00%
17.65%

Color #B9CED2 in popluar number systems.

HEXB9CED2
Decimal185206210
Binary101110011100111011010010
Octal271316322

Shades and tints

Shades of #B9CED2

#B9CED2
(185,206,210)
#A9BCBF
(169,188,191)
#99AAAC
(153,170,172)
#899899
(137,152,153)
#798686
(121,134,134)
#697473
(105,116,115)
#596260
(89,98,96)
#49504D
(73,80,77)
#393E3A
(57,62,58)
#292C27
(41,44,39)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #B9CED2

#B9CED2
(185,206,210)
#BFD2D6
(191,210,214)
#C5D6DA
(197,214,218)
#CBDADE
(203,218,222)
#D1DEE2
(209,222,226)
#D7E2E6
(215,226,230)
#DDE6EA
(221,230,234)
#E3EAEE
(227,234,238)
#E9EEF2
(233,238,242)
#EFF2F6
(239,242,246)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CED2; }

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

This text font color is #B9CED2.


Background Color

.myBgColor { background-color: #B9CED2; }

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

This div background color is #B9CED2.


Border color

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

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

This div border color is #B9CED2.


Opacity

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

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

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

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

This text has shadow with #B9CED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CED2 on black background.


Color preview on white background

This text has color #B9CED2 on white background.



Black color preview on #B9CED2 background

This text has black color on #B9CED2 background.


White color preview on #B9CED2 background

This text has white color on #B9CED2 background.