COLOR #B0C0E3

HEX: #B0C0E3 RGB: (176,192,227)

Color info

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

RGB color model

#B0C0E3 color RGB value is (176,192,227).

RGB: (176,192,227) (69%, 75%, 89%)

RGB channels and saturation

R 176 of 255 = 69%
G 192 of 255 = 75%
B 227 of 255 = 89%

176
192
227

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

Portions of RGB colors in percentages

R + G + B = 176 + 192 + 227 = 595 (100%)
R 176 of 595 ~ 29.58%
G 192 of 595 ~ 32.27%
B 227 of 595 ~ 38.15'%

%29.58
%32.27
%38.15

CMYK color model

#B0C0E3 color CMYK value is (22,15,0,11).

  • cyan value is 22.47%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (22,15,0,11)
C22M15Y0K11 (22%, 15%, 0%, 11%)
(0.22 / 0.15 / 0.00 / 0.11)

CMYK percentages

%22.47
%15.42
%0
%10.98

Codes

Color #B0C0E3 in popluar color models

B0 C0 E3
RGB 176 192 227
HSL 221° 47.66% 79.02%
HSB/HSV 221° 22.47% 89.02%
CMYK 22.47% 15.42% 0.00%
10.98%

Color #B0C0E3 in popluar number systems.

HEX B0 C0 E3
Decimal 176 192 227
Binary 10110000 11000000 11100011
Octal 260 300 343

Shades and tints

Shades of #B0C0E3

#B0C0E3
(176,192,227)
#A0AFCF
(160,175,207)
#909EBB
(144,158,187)
#808DA7
(128,141,167)
#707C93
(112,124,147)
#606B7F
(96,107,127)
#505A6B
(80,90,107)
#404957
(64,73,87)
#303843
(48,56,67)
#20272F
(32,39,47)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #B0C0E3

#B0C0E3
(176,192,227)
#B7C5E5
(183,197,229)
#BECAE7
(190,202,231)
#C5CFE9
(197,207,233)
#CCD4EB
(204,212,235)
#D3D9ED
(211,217,237)
#DADEEF
(218,222,239)
#E1E3F1
(225,227,241)
#E8E8F3
(232,232,243)
#EFEDF5
(239,237,245)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C0E3; }

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

This text font color is #B0C0E3.

Background Color

.myBgColor { background-color: #B0C0E3; }

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

This div background color is #B0C0E3.

Border color

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

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

This div border color is #B0C0E3.

Opacity

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

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

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

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

This text has shadow with #B0C0E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C0E3.

Preview

Color preview on black background

This text has color #B0C0E3 on black background.


Color preview on white background

This text has color #B0C0E3 on white background.


Black color preview on #B0C0E3 background

This text has black color on #B0C0E3 background.


White color preview on #B0C0E3 background

This text has white color on #B0C0E3 background.


Related colors

Complementary color

Complementary color for #hex is #4F3F1C.


I love getcolorcode.com

Triadic colors

1 #E3B0C0 and #C0E3B0 with #B0C0E3 are triadic colors.

2 #E3C0B0 and #C0B0E3 with #B0C0E3 are triadic colors.