COLOR #B8C8DC

HEX: #B8C8DC
RGB: (184,200,220)

Color info

#B8C8DC contains red, green and blue colors in about the same proportion. Web safe color of #B8C8DC is #CCCCCC (or #CCC).

RGB color model

#B8C8DC color RGB value is (184,200,220).

  • red value is 184;
  • green value is 200;
  • blue value is 220.
RGB:
(184,200,220)
(72%,78%,86%)

RGB channels and saturation

R 184 of 255 = 72%
G 200 of 255 = 78%
B 220 of 255 = 86%

184
200
220

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

Portions of RGB colors in percentages

R + G + B =
184 + 200 + 220 = 604 (100%)
R 184 of 604 ~ 30.46%
G 200 of 604 ~ 33.11%
B 220 of 604 ~ 36.42%

%30.46
%33.11
%36.42

CMYK color model

#B8C8DC color CMYK value is (16,9,0,14).

  • cyan value is 16.36%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,9,0,14)
C16M9Y0K14 
(16%,9%,0%,14%)
(0.16/0.09/0.00/0.14)	

CMYK percentages

%16.36
%9.09
%0
%13.73

Codes

Color #B8C8DC in popluar color models

B8C8DC
RGB184200220
HSL213°33.96%79.22%
HSB/HSV213°16.36%86.27%
CMYK16.36%9.09%0.00%
13.73%

Color #B8C8DC in popluar number systems.

HEXB8C8DC
Decimal184200220
Binary101110001100100011011100
Octal270310334

Shades and tints

Shades of #B8C8DC

#B8C8DC
(184,200,220)
#A8B6C8
(168,182,200)
#98A4B4
(152,164,180)
#8892A0
(136,146,160)
#78808C
(120,128,140)
#686E78
(104,110,120)
#585C64
(88,92,100)
#484A50
(72,74,80)
#38383C
(56,56,60)
#282628
(40,38,40)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #B8C8DC

#B8C8DC
(184,200,220)
#BECDDF
(190,205,223)
#C4D2E2
(196,210,226)
#CAD7E5
(202,215,229)
#D0DCE8
(208,220,232)
#D6E1EB
(214,225,235)
#DCE6EE
(220,230,238)
#E2EBF1
(226,235,241)
#E8F0F4
(232,240,244)
#EEF5F7
(238,245,247)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8C8DC color. Also use rgb(184,200,220) instead hex code.

Text Font Color

.myTextColor { color: #B8C8DC; }

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

This text font color is #B8C8DC.


Background Color

.myBgColor { background-color: #B8C8DC; }

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

This div background color is #B8C8DC.


Border color

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

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

This div border color is #B8C8DC.


Opacity

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

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

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

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

This text has shadow with #B8C8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C8DC on black background.


Color preview on white background

This text has color #B8C8DC on white background.



Black color preview on #B8C8DC background

This text has black color on #B8C8DC background.


White color preview on #B8C8DC background

This text has white color on #B8C8DC background.