COLOR #B0CED1

HEX: #B0CED1
RGB: (176,206,209)

Color info

#B0CED1 contains red, green and blue colors in about the same proportion. Web safe color of #B0CED1 is #99CCCC (or #9CC).

RGB color model

#B0CED1 color RGB value is (176,206,209).

  • red value is 176;
  • green value is 206;
  • blue value is 209.
RGB:
(176,206,209)
(69%,81%,82%)

RGB channels and saturation

R 176 of 255 = 69%
G 206 of 255 = 81%
B 209 of 255 = 82%

176
206
209

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

Portions of RGB colors in percentages

R + G + B =
176 + 206 + 209 = 591 (100%)
R 176 of 591 ~ 29.78%
G 206 of 591 ~ 34.86%
B 209 of 591 ~ 35.36%

%29.78
%34.86
%35.36

CMYK color model

#B0CED1 color CMYK value is (16,1,0,18).

  • cyan value is 15.79%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(16,1,0,18)
C16M1Y0K18 
(16%,1%,0%,18%)
(0.16/0.01/0.00/0.18)	

CMYK percentages

%15.79
%1.44
%0
%18.04

Codes

Color #B0CED1 in popluar color models

B0CED1
RGB176206209
HSL185°26.40%75.49%
HSB/HSV185°15.79%81.96%
CMYK15.79%1.44%0.00%
18.04%

Color #B0CED1 in popluar number systems.

HEXB0CED1
Decimal176206209
Binary101100001100111011010001
Octal260316321

Shades and tints

Shades of #B0CED1

#B0CED1
(176,206,209)
#A0BCBE
(160,188,190)
#90AAAB
(144,170,171)
#809898
(128,152,152)
#708685
(112,134,133)
#607472
(96,116,114)
#50625F
(80,98,95)
#40504C
(64,80,76)
#303E39
(48,62,57)
#202C26
(32,44,38)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #B0CED1

#B0CED1
(176,206,209)
#B7D2D5
(183,210,213)
#BED6D9
(190,214,217)
#C5DADD
(197,218,221)
#CCDEE1
(204,222,225)
#D3E2E5
(211,226,229)
#DAE6E9
(218,230,233)
#E1EAED
(225,234,237)
#E8EEF1
(232,238,241)
#EFF2F5
(239,242,245)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CED1 color. Also use rgb(176,206,209) instead hex code.

Text Font Color

.myTextColor { color: #B0CED1; }

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

This text font color is #B0CED1.


Background Color

.myBgColor { background-color: #B0CED1; }

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

This div background color is #B0CED1.


Border color

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

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

This div border color is #B0CED1.


Opacity

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

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

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

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

This text has shadow with #B0CED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CED1 on black background.


Color preview on white background

This text has color #B0CED1 on white background.



Black color preview on #B0CED1 background

This text has black color on #B0CED1 background.


White color preview on #B0CED1 background

This text has white color on #B0CED1 background.