COLOR #B0C4EF

HEX: #B0C4EF RGB: (176,196,239)

Color info

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

RGB color model

#B0C4EF color RGB value is (176,196,239).

RGB: (176,196,239) (69%, 77%, 94%)

RGB channels and saturation

R 176 of 255 = 69%
G 196 of 255 = 77%
B 239 of 255 = 94%

176
196
239

R + G + B ~ 80%. #B0C4EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 196 + 239 = 611 (100%)
R 176 of 611 ~ 28.81%
G 196 of 611 ~ 32.08%
B 239 of 611 ~ 39.12'%

%28.81
%32.08
%39.12

CMYK color model

#B0C4EF color CMYK value is (26,18,0,6).

  • cyan value is 26.36%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (26,18,0,6)
C26M18Y0K6 (26%, 18%, 0%, 6%)
(0.26 / 0.18 / 0.00 / 0.06)

CMYK percentages

%26.36
%17.99
%0
%6.27

Codes

Color #B0C4EF in popluar color models

B0 C4 EF
RGB 176 196 239
HSL 221° 66.32% 81.37%
HSB/HSV 221° 26.36% 93.73%
CMYK 26.36% 17.99% 0.00%
6.27%

Color #B0C4EF in popluar number systems.

HEX B0 C4 EF
Decimal 176 196 239
Binary 10110000 11000100 11101111
Octal 260 304 357

Shades and tints

Shades of #B0C4EF

#B0C4EF
(176,196,239)
#A0B3DA
(160,179,218)
#90A2C5
(144,162,197)
#8091B0
(128,145,176)
#70809B
(112,128,155)
#606F86
(96,111,134)
#505E71
(80,94,113)
#404D5C
(64,77,92)
#303C47
(48,60,71)
#202B32
(32,43,50)
#101A1D
(16,26,29)
#000000
(0,0,0)

Tints of #B0C4EF

#B0C4EF
(176,196,239)
#B7C9F0
(183,201,240)
#BECEF1
(190,206,241)
#C5D3F2
(197,211,242)
#CCD8F3
(204,216,243)
#D3DDF4
(211,221,244)
#DAE2F5
(218,226,245)
#E1E7F6
(225,231,246)
#E8ECF7
(232,236,247)
#EFF1F8
(239,241,248)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C4EF color. Also use rgb(176,196,239) instead hex code.

Text Font Color

.myTextColor { color: #B0C4EF; }

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

This text font color is #B0C4EF.

Background Color

.myBgColor { background-color: #B0C4EF; }

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

This div background color is #B0C4EF.

Border color

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

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

This div border color is #B0C4EF.

Opacity

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

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

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

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

This text has shadow with #B0C4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C4EF.

Preview

Color preview on black background

This text has color #B0C4EF on black background.


Color preview on white background

This text has color #B0C4EF on white background.


Black color preview on #B0C4EF background

This text has black color on #B0C4EF background.


White color preview on #B0C4EF background

This text has white color on #B0C4EF background.


Related colors

Complementary color

Complementary color for #hex is #4F3B10.


I love getcolorcode.com

Triadic colors

1 #EFB0C4 and #C4EFB0 with #B0C4EF are triadic colors.

2 #EFC4B0 and #C4B0EF with #B0C4EF are triadic colors.