COLOR #B0C0DE

HEX: #B0C0DE RGB: (176,192,222)

Color info

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

RGB color model

#B0C0DE color RGB value is (176,192,222).

RGB: (176,192,222) (69%, 75%, 87%)

RGB channels and saturation

R 176 of 255 = 69%
G 192 of 255 = 75%
B 222 of 255 = 87%

176
192
222

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

Portions of RGB colors in percentages

R + G + B = 176 + 192 + 222 = 590 (100%)
R 176 of 590 ~ 29.83%
G 192 of 590 ~ 32.54%
B 222 of 590 ~ 37.63'%

%29.83
%32.54
%37.63

CMYK color model

#B0C0DE color CMYK value is (21,14,0,13).

  • cyan value is 20.72%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (21,14,0,13)
C21M14Y0K13 (21%, 14%, 0%, 13%)
(0.21 / 0.14 / 0.00 / 0.13)

CMYK percentages

%20.72
%13.51
%0
%12.94

Codes

Color #B0C0DE in popluar color models

B0 C0 DE
RGB 176 192 222
HSL 219° 41.07% 78.04%
HSB/HSV 219° 20.72% 87.06%
CMYK 20.72% 13.51% 0.00%
12.94%

Color #B0C0DE in popluar number systems.

HEX B0 C0 DE
Decimal 176 192 222
Binary 10110000 11000000 11011110
Octal 260 300 336

Shades and tints

Shades of #B0C0DE

#B0C0DE
(176,192,222)
#A0AFCA
(160,175,202)
#909EB6
(144,158,182)
#808DA2
(128,141,162)
#707C8E
(112,124,142)
#606B7A
(96,107,122)
#505A66
(80,90,102)
#404952
(64,73,82)
#30383E
(48,56,62)
#20272A
(32,39,42)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #B0C0DE

#B0C0DE
(176,192,222)
#B7C5E1
(183,197,225)
#BECAE4
(190,202,228)
#C5CFE7
(197,207,231)
#CCD4EA
(204,212,234)
#D3D9ED
(211,217,237)
#DADEF0
(218,222,240)
#E1E3F3
(225,227,243)
#E8E8F6
(232,232,246)
#EFEDF9
(239,237,249)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C0DE color. Also use rgb(176,192,222) instead hex code.

Text Font Color

.myTextColor { color: #B0C0DE; }

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

This text font color is #B0C0DE.

Background Color

.myBgColor { background-color: #B0C0DE; }

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

This div background color is #B0C0DE.

Border color

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

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

This div border color is #B0C0DE.

Opacity

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

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

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

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

This text has shadow with #B0C0DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C0DE.

Preview

Color preview on black background

This text has color #B0C0DE on black background.


Color preview on white background

This text has color #B0C0DE on white background.


Black color preview on #B0C0DE background

This text has black color on #B0C0DE background.


White color preview on #B0C0DE background

This text has white color on #B0C0DE background.


Related colors

Complementary color

Complementary color for #hex is #4F3F21.


I love getcolorcode.com

Triadic colors

1 #DEB0C0 and #C0DEB0 with #B0C0DE are triadic colors.

2 #DEC0B0 and #C0B0DE with #B0C0DE are triadic colors.