COLOR #B0B8EB

HEX: #B0B8EB
RGB: (176,184,235)

Color info

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

RGB color model

#B0B8EB color RGB value is (176,184,235).

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

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 235 of 255 = 92%

176
184
235

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

Portions of RGB colors in percentages

R + G + B =
176 + 184 + 235 = 595 (100%)
R 176 of 595 ~ 29.58%
G 184 of 595 ~ 30.92%
B 235 of 595 ~ 39.5%

%29.58
%30.92
%39.5

CMYK color model

#B0B8EB color CMYK value is (25,22,0,8).

  • cyan value is 25.11%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(25,22,0,8)
C25M22Y0K8 
(25%,22%,0%,8%)
(0.25/0.22/0.00/0.08)	

CMYK percentages

%25.11
%21.7
%0
%7.84

Codes

Color #B0B8EB in popluar color models

B0B8EB
RGB176184235
HSL232°59.60%80.59%
HSB/HSV232°25.11%92.16%
CMYK25.11%21.70%0.00%
7.84%

Color #B0B8EB in popluar number systems.

HEXB0B8EB
Decimal176184235
Binary101100001011100011101011
Octal260270353

Shades and tints

Shades of #B0B8EB

#B0B8EB
(176,184,235)
#A0A8D6
(160,168,214)
#9098C1
(144,152,193)
#8088AC
(128,136,172)
#707897
(112,120,151)
#606882
(96,104,130)
#50586D
(80,88,109)
#404858
(64,72,88)
#303843
(48,56,67)
#20282E
(32,40,46)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #B0B8EB

#B0B8EB
(176,184,235)
#B7BEEC
(183,190,236)
#BEC4ED
(190,196,237)
#C5CAEE
(197,202,238)
#CCD0EF
(204,208,239)
#D3D6F0
(211,214,240)
#DADCF1
(218,220,241)
#E1E2F2
(225,226,242)
#E8E8F3
(232,232,243)
#EFEEF4
(239,238,244)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B8EB; }

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

This text font color is #B0B8EB.


Background Color

.myBgColor { background-color: #B0B8EB; }

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

This div background color is #B0B8EB.


Border color

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

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

This div border color is #B0B8EB.


Opacity

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

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

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

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

This text has shadow with #B0B8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B8EB on black background.


Color preview on white background

This text has color #B0B8EB on white background.



Black color preview on #B0B8EB background

This text has black color on #B0B8EB background.


White color preview on #B0B8EB background

This text has white color on #B0B8EB background.