COLOR #B0B8EE

HEX: #B0B8EE
RGB: (176,184,238)

Color info

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

RGB color model

#B0B8EE color RGB value is (176,184,238).

  • red value is 176;
  • green value is 184;
  • blue value is 238.
RGB:
(176,184,238)
(69%,72%,93%)

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 238 of 255 = 93%

176
184
238

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

Portions of RGB colors in percentages

R + G + B =
176 + 184 + 238 = 598 (100%)
R 176 of 598 ~ 29.43%
G 184 of 598 ~ 30.77%
B 238 of 598 ~ 39.8%

%29.43
%30.77
%39.8

CMYK color model

#B0B8EE color CMYK value is (26,23,0,7).

  • cyan value is 26.05%
  • magenta value is 22.69%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(26,23,0,7)
C26M23Y0K7 
(26%,23%,0%,7%)
(0.26/0.23/0.00/0.07)	

CMYK percentages

%26.05
%22.69
%0
%6.67

Codes

Color #B0B8EE in popluar color models

B0B8EE
RGB176184238
HSL232°64.58%81.18%
HSB/HSV232°26.05%93.33%
CMYK26.05%22.69%0.00%
6.67%

Color #B0B8EE in popluar number systems.

HEXB0B8EE
Decimal176184238
Binary101100001011100011101110
Octal260270356

Shades and tints

Shades of #B0B8EE

#B0B8EE
(176,184,238)
#A0A8D9
(160,168,217)
#9098C4
(144,152,196)
#8088AF
(128,136,175)
#70789A
(112,120,154)
#606885
(96,104,133)
#505870
(80,88,112)
#40485B
(64,72,91)
#303846
(48,56,70)
#202831
(32,40,49)
#10181C
(16,24,28)
#000000
(0,0,0)

Tints of #B0B8EE

#B0B8EE
(176,184,238)
#B7BEEF
(183,190,239)
#BEC4F0
(190,196,240)
#C5CAF1
(197,202,241)
#CCD0F2
(204,208,242)
#D3D6F3
(211,214,243)
#DADCF4
(218,220,244)
#E1E2F5
(225,226,245)
#E8E8F6
(232,232,246)
#EFEEF7
(239,238,247)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0B8EE color. Also use rgb(176,184,238) instead hex code.

Text Font Color

.myTextColor { color: #B0B8EE; }

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

This text font color is #B0B8EE.


Background Color

.myBgColor { background-color: #B0B8EE; }

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

This div background color is #B0B8EE.


Border color

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

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

This div border color is #B0B8EE.


Opacity

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

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

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

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

This text has shadow with #B0B8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B8EE on black background.


Color preview on white background

This text has color #B0B8EE on white background.



Black color preview on #B0B8EE background

This text has black color on #B0B8EE background.


White color preview on #B0B8EE background

This text has white color on #B0B8EE background.