COLOR #B8C8DE

HEX: #B8C8DE
RGB: (184,200,222)

Color info

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

RGB color model

#B8C8DE color RGB value is (184,200,222).

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

RGB channels and saturation

R 184 of 255 = 72%
G 200 of 255 = 78%
B 222 of 255 = 87%

184
200
222

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

Portions of RGB colors in percentages

R + G + B =
184 + 200 + 222 = 606 (100%)
R 184 of 606 ~ 30.36%
G 200 of 606 ~ 33%
B 222 of 606 ~ 36.63%

%30.36
%33
%36.63

CMYK color model

#B8C8DE color CMYK value is (17,10,0,13).

  • cyan value is 17.12%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(17,10,0,13)
C17M10Y0K13 
(17%,10%,0%,13%)
(0.17/0.10/0.00/0.13)	

CMYK percentages

%17.12
%9.91
%0
%12.94

Codes

Color #B8C8DE in popluar color models

B8C8DE
RGB184200222
HSL215°36.54%79.61%
HSB/HSV215°17.12%87.06%
CMYK17.12%9.91%0.00%
12.94%

Color #B8C8DE in popluar number systems.

HEXB8C8DE
Decimal184200222
Binary101110001100100011011110
Octal270310336

Shades and tints

Shades of #B8C8DE

#B8C8DE
(184,200,222)
#A8B6CA
(168,182,202)
#98A4B6
(152,164,182)
#8892A2
(136,146,162)
#78808E
(120,128,142)
#686E7A
(104,110,122)
#585C66
(88,92,102)
#484A52
(72,74,82)
#38383E
(56,56,62)
#28262A
(40,38,42)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #B8C8DE

#B8C8DE
(184,200,222)
#BECDE1
(190,205,225)
#C4D2E4
(196,210,228)
#CAD7E7
(202,215,231)
#D0DCEA
(208,220,234)
#D6E1ED
(214,225,237)
#DCE6F0
(220,230,240)
#E2EBF3
(226,235,243)
#E8F0F6
(232,240,246)
#EEF5F9
(238,245,249)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8C8DE; }

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

This text font color is #B8C8DE.


Background Color

.myBgColor { background-color: #B8C8DE; }

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

This div background color is #B8C8DE.


Border color

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

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

This div border color is #B8C8DE.


Opacity

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

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

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

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

This text has shadow with #B8C8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8C8DE on black background.


Color preview on white background

This text has color #B8C8DE on white background.



Black color preview on #B8C8DE background

This text has black color on #B8C8DE background.


White color preview on #B8C8DE background

This text has white color on #B8C8DE background.