COLOR #B0D1CE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

176
209
206

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

Portions of RGB colors in percentages

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

%29.78
%35.36
%34.86

CMYK color model

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

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

CMYK percentages

%15.79
%0
%1.44
%18.04

Codes

Color #B0D1CE in popluar color models

B0D1CE
RGB176209206
HSL175°26.40%75.49%
HSB/HSV175°15.79%81.96%
CMYK15.79%0.00%1.44%
18.04%

Color #B0D1CE in popluar number systems.

HEXB0D1CE
Decimal176209206
Binary101100001101000111001110
Octal260321316

Shades and tints

Shades of #B0D1CE

#B0D1CE
(176,209,206)
#A0BEBC
(160,190,188)
#90ABAA
(144,171,170)
#809898
(128,152,152)
#708586
(112,133,134)
#607274
(96,114,116)
#505F62
(80,95,98)
#404C50
(64,76,80)
#30393E
(48,57,62)
#20262C
(32,38,44)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #B0D1CE

#B0D1CE
(176,209,206)
#B7D5D2
(183,213,210)
#BED9D6
(190,217,214)
#C5DDDA
(197,221,218)
#CCE1DE
(204,225,222)
#D3E5E2
(211,229,226)
#DAE9E6
(218,233,230)
#E1EDEA
(225,237,234)
#E8F1EE
(232,241,238)
#EFF5F2
(239,245,242)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D1CE; }

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

This text font color is #B0D1CE.


Background Color

.myBgColor { background-color: #B0D1CE; }

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

This div background color is #B0D1CE.


Border color

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

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

This div border color is #B0D1CE.


Opacity

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

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

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

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

This text has shadow with #B0D1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D1CE on black background.


Color preview on white background

This text has color #B0D1CE on white background.



Black color preview on #B0D1CE background

This text has black color on #B0D1CE background.


White color preview on #B0D1CE background

This text has white color on #B0D1CE background.