COLOR #B0C4EA

HEX: #B0C4EA RGB: (176,196,234)

Color info

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

RGB color model

#B0C4EA color RGB value is (176,196,234).

RGB: (176,196,234) (69%, 77%, 92%)

RGB channels and saturation

R 176 of 255 = 69%
G 196 of 255 = 77%
B 234 of 255 = 92%

176
196
234

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

Portions of RGB colors in percentages

R + G + B = 176 + 196 + 234 = 606 (100%)
R 176 of 606 ~ 29.04%
G 196 of 606 ~ 32.34%
B 234 of 606 ~ 38.61'%

%29.04
%32.34
%38.61

CMYK color model

#B0C4EA color CMYK value is (25,16,0,8).

  • cyan value is 24.79%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (25,16,0,8) C25M16Y0K8 (25%,16%,0%,8%) (0.25/0.16/0.00/0.08) 

CMYK percentages

%24.79
%16.24
%0
%8.24

Codes

Color #B0C4EA in popluar color models

B0 C4 EA
RGB 176 196 234
HSL 219° 58.00% 80.39%
HSB/HSV 219° 24.79% 91.76%
CMYK 24.79% 16.24% 0.00%
8.24%

Color #B0C4EA in popluar number systems.

HEX B0 C4 EA
Decimal 176 196 234
Binary 10110000 11000100 11101010
Octal 260 304 352

Shades and tints

Shades of #B0C4EA

#B0C4EA
(176,196,234)
#A0B3D5
(160,179,213)
#90A2C0
(144,162,192)
#8091AB
(128,145,171)
#708096
(112,128,150)
#606F81
(96,111,129)
#505E6C
(80,94,108)
#404D57
(64,77,87)
#303C42
(48,60,66)
#202B2D
(32,43,45)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #B0C4EA

#B0C4EA
(176,196,234)
#B7C9EB
(183,201,235)
#BECEEC
(190,206,236)
#C5D3ED
(197,211,237)
#CCD8EE
(204,216,238)
#D3DDEF
(211,221,239)
#DAE2F0
(218,226,240)
#E1E7F1
(225,231,241)
#E8ECF2
(232,236,242)
#EFF1F3
(239,241,243)
#F6F6F4
(246,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C4EA; }

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

This text font color is #B0C4EA.

Background Color

.myBgColor { background-color: #B0C4EA; }

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

This div background color is #B0C4EA.

Border color

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

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

This div border color is #B0C4EA.

Opacity

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

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

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

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

This text has shadow with #B0C4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0C4EA.

Preview

Color preview on black background

This text has color #B0C4EA on black background.


Color preview on white background

This text has color #B0C4EA on white background.


Black color preview on #B0C4EA background

This text has black color on #B0C4EA background.


White color preview on #B0C4EA background

This text has white color on #B0C4EA background.


Related colors

Complementary color

Complementary color for #hex is #4F3B15.


I love getcolorcode.com

Triadic colors

1 #EAB0C4 and #C4EAB0 with #B0C4EA are triadic colors.

2 #EAC4B0 and #C4B0EA with #B0C4EA are triadic colors.