COLOR #B8DBE4

HEX: #B8DBE4
RGB: (184,219,228)

Color info

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

RGB color model

#B8DBE4 color RGB value is (184,219,228).

  • red value is 184;
  • green value is 219;
  • blue value is 228.
RGB:
(184,219,228)
(72%,86%,89%)

RGB channels and saturation

R 184 of 255 = 72%
G 219 of 255 = 86%
B 228 of 255 = 89%

184
219
228

R + G + B ~ 82%. #B8DBE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 219 + 228 = 631 (100%)
R 184 of 631 ~ 29.16%
G 219 of 631 ~ 34.71%
B 228 of 631 ~ 36.13%

%29.16
%34.71
%36.13

CMYK color model

#B8DBE4 color CMYK value is (19,4,0,11).

  • cyan value is 19.30%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(19,4,0,11)
C19M4Y0K11 
(19%,4%,0%,11%)
(0.19/0.04/0.00/0.11)	

CMYK percentages

%19.3
%3.95
%0
%10.59

Codes

Color #B8DBE4 in popluar color models

B8DBE4
RGB184219228
HSL192°44.90%80.78%
HSB/HSV192°19.30%89.41%
CMYK19.30%3.95%0.00%
10.59%

Color #B8DBE4 in popluar number systems.

HEXB8DBE4
Decimal184219228
Binary101110001101101111100100
Octal270333344

Shades and tints

Shades of #B8DBE4

#B8DBE4
(184,219,228)
#A8C8D0
(168,200,208)
#98B5BC
(152,181,188)
#88A2A8
(136,162,168)
#788F94
(120,143,148)
#687C80
(104,124,128)
#58696C
(88,105,108)
#485658
(72,86,88)
#384344
(56,67,68)
#283030
(40,48,48)
#181D1C
(24,29,28)
#000000
(0,0,0)

Tints of #B8DBE4

#B8DBE4
(184,219,228)
#BEDEE6
(190,222,230)
#C4E1E8
(196,225,232)
#CAE4EA
(202,228,234)
#D0E7EC
(208,231,236)
#D6EAEE
(214,234,238)
#DCEDF0
(220,237,240)
#E2F0F2
(226,240,242)
#E8F3F4
(232,243,244)
#EEF6F6
(238,246,246)
#F4F9F8
(244,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8DBE4 color. Also use rgb(184,219,228) instead hex code.

Text Font Color

.myTextColor { color: #B8DBE4; }

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

This text font color is #B8DBE4.


Background Color

.myBgColor { background-color: #B8DBE4; }

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

This div background color is #B8DBE4.


Border color

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

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

This div border color is #B8DBE4.


Opacity

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

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

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

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

This text has shadow with #B8DBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DBE4 on black background.


Color preview on white background

This text has color #B8DBE4 on white background.



Black color preview on #B8DBE4 background

This text has black color on #B8DBE4 background.


White color preview on #B8DBE4 background

This text has white color on #B8DBE4 background.