COLOR #B0C1ED

HEX: #B0C1ED RGB: (176,193,237)

Color info

#B0C1ED contains mainly green and blue colors. Web safe color of #B0C1ED is #99CCFF (or #9CF).

RGB color model

#B0C1ED color RGB value is (176,193,237).

RGB: (176,193,237) (69%, 76%, 93%)

RGB channels and saturation

R 176 of 255 = 69%
G 193 of 255 = 76%
B 237 of 255 = 93%

176
193
237

R + G + B ~ 79%. #B0C1ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 193 + 237 = 606 (100%)
R 176 of 606 ~ 29.04%
G 193 of 606 ~ 31.85%
B 237 of 606 ~ 39.11'%

%29.04
%31.85
%39.11

CMYK color model

#B0C1ED color CMYK value is (26,19,0,7).

  • cyan value is 25.74%
  • magenta value is 18.57%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (26,19,0,7)
C26M19Y0K7 (26%, 19%, 0%, 7%)
(0.26 / 0.19 / 0.00 / 0.07)

CMYK percentages

%25.74
%18.57
%0
%7.06

Codes

Color #B0C1ED in popluar color models

B0 C1 ED
RGB 176 193 237
HSL 223° 62.89% 80.98%
HSB/HSV 223° 25.74% 92.94%
CMYK 25.74% 18.57% 0.00%
7.06%

Color #B0C1ED in popluar number systems.

HEX B0 C1 ED
Decimal 176 193 237
Binary 10110000 11000001 11101101
Octal 260 301 355

Shades and tints

Shades of #B0C1ED

#B0C1ED
(176,193,237)
#A0B0D8
(160,176,216)
#909FC3
(144,159,195)
#808EAE
(128,142,174)
#707D99
(112,125,153)
#606C84
(96,108,132)
#505B6F
(80,91,111)
#404A5A
(64,74,90)
#303945
(48,57,69)
#202830
(32,40,48)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #B0C1ED

#B0C1ED
(176,193,237)
#B7C6EE
(183,198,238)
#BECBEF
(190,203,239)
#C5D0F0
(197,208,240)
#CCD5F1
(204,213,241)
#D3DAF2
(211,218,242)
#DADFF3
(218,223,243)
#E1E4F4
(225,228,244)
#E8E9F5
(232,233,245)
#EFEEF6
(239,238,246)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C1ED color. Also use rgb(176,193,237) instead hex code.

Text Font Color

.myTextColor { color: #B0C1ED; }

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

This text font color is #B0C1ED.

Background Color

.myBgColor { background-color: #B0C1ED; }

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

This div background color is #B0C1ED.

Border color

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

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

This div border color is #B0C1ED.

Opacity

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

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

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

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

This text has shadow with #B0C1ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C1ED.

Preview

Color preview on black background

This text has color #B0C1ED on black background.


Color preview on white background

This text has color #B0C1ED on white background.


Black color preview on #B0C1ED background

This text has black color on #B0C1ED background.


White color preview on #B0C1ED background

This text has white color on #B0C1ED background.


Related colors

Complementary color

Complementary color for #hex is #4F3E12.


I love getcolorcode.com

Triadic colors

1 #EDB0C1 and #C1EDB0 with #B0C1ED are triadic colors.

2 #EDC1B0 and #C1B0ED with #B0C1ED are triadic colors.