COLOR #B8DCE8

HEX: #B8DCE8 RGB: (184,220,232)

Color info

#B8DCE8 contains red, green and blue colors in about the same proportion. Web safe color of #B8DCE8 is #CCCCFF (or #CCF).

RGB color model

#B8DCE8 color RGB value is (184,220,232).

RGB: (184,220,232) (72%, 86%, 91%)

RGB channels and saturation

R 184 of 255 = 72%
G 220 of 255 = 86%
B 232 of 255 = 91%

184
220
232

R + G + B ~ 83%. #B8DCE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 220 + 232 = 636 (100%)
R 184 of 636 ~ 28.93%
G 220 of 636 ~ 34.59%
B 232 of 636 ~ 36.48'%

%28.93
%34.59
%36.48

CMYK color model

#B8DCE8 color CMYK value is (21,5,0,9).

  • cyan value is 20.69%
  • magenta value is 5.17%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (21,5,0,9)
C21M5Y0K9 (21%, 5%, 0%, 9%)
(0.21 / 0.05 / 0.00 / 0.09)

CMYK percentages

%20.69
%5.17
%0
%9.02

Codes

Color #B8DCE8 in popluar color models

B8 DC E8
RGB 184 220 232
HSL 195° 51.06% 81.57%
HSB/HSV 195° 20.69% 90.98%
CMYK 20.69% 5.17% 0.00%
9.02%

Color #B8DCE8 in popluar number systems.

HEX B8 DC E8
Decimal 184 220 232
Binary 10111000 11011100 11101000
Octal 270 334 350

Shades and tints

Shades of #B8DCE8

#B8DCE8
(184,220,232)
#A8C8D3
(168,200,211)
#98B4BE
(152,180,190)
#88A0A9
(136,160,169)
#788C94
(120,140,148)
#68787F
(104,120,127)
#58646A
(88,100,106)
#485055
(72,80,85)
#383C40
(56,60,64)
#28282B
(40,40,43)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #B8DCE8

#B8DCE8
(184,220,232)
#BEDFEA
(190,223,234)
#C4E2EC
(196,226,236)
#CAE5EE
(202,229,238)
#D0E8F0
(208,232,240)
#D6EBF2
(214,235,242)
#DCEEF4
(220,238,244)
#E2F1F6
(226,241,246)
#E8F4F8
(232,244,248)
#EEF7FA
(238,247,250)
#F4FAFC
(244,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DCE8; }

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

This text font color is #B8DCE8.

Background Color

.myBgColor { background-color: #B8DCE8; }

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

This div background color is #B8DCE8.

Border color

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

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

This div border color is #B8DCE8.

Opacity

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

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

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

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

This text has shadow with #B8DCE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8DCE8.

Preview

Color preview on black background

This text has color #B8DCE8 on black background.


Color preview on white background

This text has color #B8DCE8 on white background.


Black color preview on #B8DCE8 background

This text has black color on #B8DCE8 background.


White color preview on #B8DCE8 background

This text has white color on #B8DCE8 background.


Related colors

Complementary color

Complementary color for #hex is #472317.


I love getcolorcode.com

Triadic colors

1 #E8B8DC and #DCE8B8 with #B8DCE8 are triadic colors.

2 #E8DCB8 and #DCB8E8 with #B8DCE8 are triadic colors.