COLOR #B0D2CE

HEX: #B0D2CE
RGB: (176,210,206)

Color info

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

RGB color model

#B0D2CE color RGB value is (176,210,206).

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

RGB channels and saturation

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

176
210
206

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

Portions of RGB colors in percentages

R + G + B =
176 + 210 + 206 = 592 (100%)
R 176 of 592 ~ 29.73%
G 210 of 592 ~ 35.47%
B 206 of 592 ~ 34.8%

%29.73
%35.47
%34.8

CMYK color model

#B0D2CE color CMYK value is (16,0,2,18).

  • cyan value is 16.19%
  • magenta value is 0.00%
  • yellow value is 1.90%
  • key color value is 17.65%
CMYK:
(16,0,2,18)
C16M0Y2K18 
(16%,0%,2%,18%)
(0.16/0.00/0.02/0.18)	

CMYK percentages

%16.19
%0
%1.9
%17.65

Codes

Color #B0D2CE in popluar color models

B0D2CE
RGB176210206
HSL173°27.42%75.69%
HSB/HSV173°16.19%82.35%
CMYK16.19%0.00%1.90%
17.65%

Color #B0D2CE in popluar number systems.

HEXB0D2CE
Decimal176210206
Binary101100001101001011001110
Octal260322316

Shades and tints

Shades of #B0D2CE

#B0D2CE
(176,210,206)
#A0BFBC
(160,191,188)
#90ACAA
(144,172,170)
#809998
(128,153,152)
#708686
(112,134,134)
#607374
(96,115,116)
#506062
(80,96,98)
#404D50
(64,77,80)
#303A3E
(48,58,62)
#20272C
(32,39,44)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #B0D2CE

#B0D2CE
(176,210,206)
#B7D6D2
(183,214,210)
#BEDAD6
(190,218,214)
#C5DEDA
(197,222,218)
#CCE2DE
(204,226,222)
#D3E6E2
(211,230,226)
#DAEAE6
(218,234,230)
#E1EEEA
(225,238,234)
#E8F2EE
(232,242,238)
#EFF6F2
(239,246,242)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D2CE; }

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

This text font color is #B0D2CE.


Background Color

.myBgColor { background-color: #B0D2CE; }

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

This div background color is #B0D2CE.


Border color

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

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

This div border color is #B0D2CE.


Opacity

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

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

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

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

This text has shadow with #B0D2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D2CE on black background.


Color preview on white background

This text has color #B0D2CE on white background.



Black color preview on #B0D2CE background

This text has black color on #B0D2CE background.


White color preview on #B0D2CE background

This text has white color on #B0D2CE background.