COLOR #B0D5CE

HEX: #B0D5CE RGB: (176,213,206)

Color info

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

RGB color model

#B0D5CE color RGB value is (176,213,206).

RGB: (176,213,206) (69%, 84%, 81%)

RGB channels and saturation

R 176 of 255 = 69%
G 213 of 255 = 84%
B 206 of 255 = 81%

176
213
206

R + G + B ~ 78%. #B0D5CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 213 + 206 = 595 (100%)
R 176 of 595 ~ 29.58%
G 213 of 595 ~ 35.8%
B 206 of 595 ~ 34.62'%

%29.58
%35.8
%34.62

CMYK color model

#B0D5CE color CMYK value is (17,0,3,16).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 16.47%

CMYK: (17,0,3,16)
C17M0Y3K16 (17%, 0%, 3%, 16%)
(0.17 / 0.00 / 0.03 / 0.16)

CMYK percentages

%17.37
%0
%3.29
%16.47

Codes

Color #B0D5CE in popluar color models

B0 D5 CE
RGB 176 213 206
HSL 169° 30.58% 76.27%
HSB/HSV 169° 17.37% 83.53%
CMYK 17.37% 0.00% 3.29%
16.47%

Color #B0D5CE in popluar number systems.

HEX B0 D5 CE
Decimal 176 213 206
Binary 10110000 11010101 11001110
Octal 260 325 316

Shades and tints

Shades of #B0D5CE

#B0D5CE
(176,213,206)
#A0C2BC
(160,194,188)
#90AFAA
(144,175,170)
#809C98
(128,156,152)
#708986
(112,137,134)
#607674
(96,118,116)
#506362
(80,99,98)
#405050
(64,80,80)
#303D3E
(48,61,62)
#202A2C
(32,42,44)
#10171A
(16,23,26)
#000000
(0,0,0)

Tints of #B0D5CE

#B0D5CE
(176,213,206)
#B7D8D2
(183,216,210)
#BEDBD6
(190,219,214)
#C5DEDA
(197,222,218)
#CCE1DE
(204,225,222)
#D3E4E2
(211,228,226)
#DAE7E6
(218,231,230)
#E1EAEA
(225,234,234)
#E8EDEE
(232,237,238)
#EFF0F2
(239,240,242)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D5CE; }

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

This text font color is #B0D5CE.

Background Color

.myBgColor { background-color: #B0D5CE; }

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

This div background color is #B0D5CE.

Border color

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

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

This div border color is #B0D5CE.

Opacity

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

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

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

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

This text has shadow with #B0D5CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0D5CE.

Preview

Color preview on black background

This text has color #B0D5CE on black background.


Color preview on white background

This text has color #B0D5CE on white background.


Black color preview on #B0D5CE background

This text has black color on #B0D5CE background.


White color preview on #B0D5CE background

This text has white color on #B0D5CE background.


Related colors

Complementary color

Complementary color for #hex is #4F2A31.


I love getcolorcode.com

Triadic colors

1 #CEB0D5 and #D5CEB0 with #B0D5CE are triadic colors.

2 #CED5B0 and #D5B0CE with #B0D5CE are triadic colors.