COLOR #B8C5DC

HEX: #B8C5DC
RGB: (184,197,220)

Color info

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

RGB color model

#B8C5DC color RGB value is (184,197,220).

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

RGB channels and saturation

R 184 of 255 = 72%
G 197 of 255 = 77%
B 220 of 255 = 86%

184
197
220

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

Portions of RGB colors in percentages

R + G + B =
184 + 197 + 220 = 601 (100%)
R 184 of 601 ~ 30.62%
G 197 of 601 ~ 32.78%
B 220 of 601 ~ 36.61%

%30.62
%32.78
%36.61

CMYK color model

#B8C5DC color CMYK value is (16,10,0,14).

  • cyan value is 16.36%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,10,0,14)
C16M10Y0K14 
(16%,10%,0%,14%)
(0.16/0.10/0.00/0.14)	

CMYK percentages

%16.36
%10.45
%0
%13.73

Codes

Color #B8C5DC in popluar color models

B8C5DC
RGB184197220
HSL218°33.96%79.22%
HSB/HSV218°16.36%86.27%
CMYK16.36%10.45%0.00%
13.73%

Color #B8C5DC in popluar number systems.

HEXB8C5DC
Decimal184197220
Binary101110001100010111011100
Octal270305334

Shades and tints

Shades of #B8C5DC

#B8C5DC
(184,197,220)
#A8B4C8
(168,180,200)
#98A3B4
(152,163,180)
#8892A0
(136,146,160)
#78818C
(120,129,140)
#687078
(104,112,120)
#585F64
(88,95,100)
#484E50
(72,78,80)
#383D3C
(56,61,60)
#282C28
(40,44,40)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #B8C5DC

#B8C5DC
(184,197,220)
#BECADF
(190,202,223)
#C4CFE2
(196,207,226)
#CAD4E5
(202,212,229)
#D0D9E8
(208,217,232)
#D6DEEB
(214,222,235)
#DCE3EE
(220,227,238)
#E2E8F1
(226,232,241)
#E8EDF4
(232,237,244)
#EEF2F7
(238,242,247)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C5DC; }

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

This text font color is #B8C5DC.


Background Color

.myBgColor { background-color: #B8C5DC; }

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

This div background color is #B8C5DC.


Border color

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

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

This div border color is #B8C5DC.


Opacity

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

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

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

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

This text has shadow with #B8C5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C5DC on black background.


Color preview on white background

This text has color #B8C5DC on white background.



Black color preview on #B8C5DC background

This text has black color on #B8C5DC background.


White color preview on #B8C5DC background

This text has white color on #B8C5DC background.