COLOR #B0B8CD

HEX: #B0B8CD
RGB: (176,184,205)

Color info

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

RGB color model

#B0B8CD color RGB value is (176,184,205).

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

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 205 of 255 = 80%

176
184
205

R + G + B ~ 74%. #B0B8CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 184 + 205 = 565 (100%)
R 176 of 565 ~ 31.15%
G 184 of 565 ~ 32.57%
B 205 of 565 ~ 36.28%

%31.15
%32.57
%36.28

CMYK color model

#B0B8CD color CMYK value is (14,10,0,20).

  • cyan value is 14.15%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(14,10,0,20)
C14M10Y0K20 
(14%,10%,0%,20%)
(0.14/0.10/0.00/0.20)	

CMYK percentages

%14.15
%10.24
%0
%19.61

Codes

Color #B0B8CD in popluar color models

B0B8CD
RGB176184205
HSL223°22.48%74.71%
HSB/HSV223°14.15%80.39%
CMYK14.15%10.24%0.00%
19.61%

Color #B0B8CD in popluar number systems.

HEXB0B8CD
Decimal176184205
Binary101100001011100011001101
Octal260270315

Shades and tints

Shades of #B0B8CD

#B0B8CD
(176,184,205)
#A0A8BB
(160,168,187)
#9098A9
(144,152,169)
#808897
(128,136,151)
#707885
(112,120,133)
#606873
(96,104,115)
#505861
(80,88,97)
#40484F
(64,72,79)
#30383D
(48,56,61)
#20282B
(32,40,43)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #B0B8CD

#B0B8CD
(176,184,205)
#B7BED1
(183,190,209)
#BEC4D5
(190,196,213)
#C5CAD9
(197,202,217)
#CCD0DD
(204,208,221)
#D3D6E1
(211,214,225)
#DADCE5
(218,220,229)
#E1E2E9
(225,226,233)
#E8E8ED
(232,232,237)
#EFEEF1
(239,238,241)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B8CD; }

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

This text font color is #B0B8CD.


Background Color

.myBgColor { background-color: #B0B8CD; }

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

This div background color is #B0B8CD.


Border color

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

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

This div border color is #B0B8CD.


Opacity

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

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

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

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

This text has shadow with #B0B8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B8CD on black background.


Color preview on white background

This text has color #B0B8CD on white background.



Black color preview on #B0B8CD background

This text has black color on #B0B8CD background.


White color preview on #B0B8CD background

This text has white color on #B0B8CD background.