COLOR #B0C0D5

HEX: #B0C0D5 RGB: (176,192,213)

Color info

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

RGB color model

#B0C0D5 color RGB value is (176,192,213).

RGB: (176,192,213) (69%, 75%, 84%)

RGB channels and saturation

R 176 of 255 = 69%
G 192 of 255 = 75%
B 213 of 255 = 84%

176
192
213

R + G + B ~ 76%. #B0C0D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 192 + 213 = 581 (100%)
R 176 of 581 ~ 30.29%
G 192 of 581 ~ 33.05%
B 213 of 581 ~ 36.66'%

%30.29
%33.05
%36.66

CMYK color model

#B0C0D5 color CMYK value is (17,10,0,16).

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

CMYK: (17,10,0,16)
C17M10Y0K16 (17%, 10%, 0%, 16%)
(0.17 / 0.10 / 0.00 / 0.16)

CMYK percentages

%17.37
%9.86
%0
%16.47

Codes

Color #B0C0D5 in popluar color models

B0 C0 D5
RGB 176 192 213
HSL 214° 30.58% 76.27%
HSB/HSV 214° 17.37% 83.53%
CMYK 17.37% 9.86% 0.00%
16.47%

Color #B0C0D5 in popluar number systems.

HEX B0 C0 D5
Decimal 176 192 213
Binary 10110000 11000000 11010101
Octal 260 300 325

Shades and tints

Shades of #B0C0D5

#B0C0D5
(176,192,213)
#A0AFC2
(160,175,194)
#909EAF
(144,158,175)
#808D9C
(128,141,156)
#707C89
(112,124,137)
#606B76
(96,107,118)
#505A63
(80,90,99)
#404950
(64,73,80)
#30383D
(48,56,61)
#20272A
(32,39,42)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #B0C0D5

#B0C0D5
(176,192,213)
#B7C5D8
(183,197,216)
#BECADB
(190,202,219)
#C5CFDE
(197,207,222)
#CCD4E1
(204,212,225)
#D3D9E4
(211,217,228)
#DADEE7
(218,222,231)
#E1E3EA
(225,227,234)
#E8E8ED
(232,232,237)
#EFEDF0
(239,237,240)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C0D5; }

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

This text font color is #B0C0D5.

Background Color

.myBgColor { background-color: #B0C0D5; }

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

This div background color is #B0C0D5.

Border color

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

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

This div border color is #B0C0D5.

Opacity

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

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

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

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

This text has shadow with #B0C0D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C0D5.

Preview

Color preview on black background

This text has color #B0C0D5 on black background.


Color preview on white background

This text has color #B0C0D5 on white background.


Black color preview on #B0C0D5 background

This text has black color on #B0C0D5 background.


White color preview on #B0C0D5 background

This text has white color on #B0C0D5 background.


Related colors

Complementary color

Complementary color for #hex is #4F3F2A.


I love getcolorcode.com

Triadic colors

1 #D5B0C0 and #C0D5B0 with #B0C0D5 are triadic colors.

2 #D5C0B0 and #C0B0D5 with #B0C0D5 are triadic colors.