COLOR #B0B8D7

HEX: #B0B8D7
RGB: (176,184,215)

Color info

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

RGB color model

#B0B8D7 color RGB value is (176,184,215).

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

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 215 of 255 = 84%

176
184
215

R + G + B ~ 75%. #B0B8D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 184 + 215 = 575 (100%)
R 176 of 575 ~ 30.61%
G 184 of 575 ~ 32%
B 215 of 575 ~ 37.39%

%30.61
%32
%37.39

CMYK color model

#B0B8D7 color CMYK value is (18,14,0,16).

  • cyan value is 18.14%
  • magenta value is 14.42%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(18,14,0,16)
C18M14Y0K16 
(18%,14%,0%,16%)
(0.18/0.14/0.00/0.16)	

CMYK percentages

%18.14
%14.42
%0
%15.69

Codes

Color #B0B8D7 in popluar color models

B0B8D7
RGB176184215
HSL228°32.77%76.67%
HSB/HSV228°18.14%84.31%
CMYK18.14%14.42%0.00%
15.69%

Color #B0B8D7 in popluar number systems.

HEXB0B8D7
Decimal176184215
Binary101100001011100011010111
Octal260270327

Shades and tints

Shades of #B0B8D7

#B0B8D7
(176,184,215)
#A0A8C4
(160,168,196)
#9098B1
(144,152,177)
#80889E
(128,136,158)
#70788B
(112,120,139)
#606878
(96,104,120)
#505865
(80,88,101)
#404852
(64,72,82)
#30383F
(48,56,63)
#20282C
(32,40,44)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #B0B8D7

#B0B8D7
(176,184,215)
#B7BEDA
(183,190,218)
#BEC4DD
(190,196,221)
#C5CAE0
(197,202,224)
#CCD0E3
(204,208,227)
#D3D6E6
(211,214,230)
#DADCE9
(218,220,233)
#E1E2EC
(225,226,236)
#E8E8EF
(232,232,239)
#EFEEF2
(239,238,242)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B8D7; }

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

This text font color is #B0B8D7.


Background Color

.myBgColor { background-color: #B0B8D7; }

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

This div background color is #B0B8D7.


Border color

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

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

This div border color is #B0B8D7.


Opacity

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

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

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

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

This text has shadow with #B0B8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B8D7 on black background.


Color preview on white background

This text has color #B0B8D7 on white background.



Black color preview on #B0B8D7 background

This text has black color on #B0B8D7 background.


White color preview on #B0B8D7 background

This text has white color on #B0B8D7 background.