COLOR #B8DBE1

HEX: #B8DBE1
RGB: (184,219,225)

Color info

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

RGB color model

#B8DBE1 color RGB value is (184,219,225).

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

RGB channels and saturation

R 184 of 255 = 72%
G 219 of 255 = 86%
B 225 of 255 = 88%

184
219
225

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

Portions of RGB colors in percentages

R + G + B =
184 + 219 + 225 = 628 (100%)
R 184 of 628 ~ 29.3%
G 219 of 628 ~ 34.87%
B 225 of 628 ~ 35.83%

%29.3
%34.87
%35.83

CMYK color model

#B8DBE1 color CMYK value is (18,3,0,12).

  • cyan value is 18.22%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(18,3,0,12)
C18M3Y0K12 
(18%,3%,0%,12%)
(0.18/0.03/0.00/0.12)	

CMYK percentages

%18.22
%2.67
%0
%11.76

Codes

Color #B8DBE1 in popluar color models

B8DBE1
RGB184219225
HSL189°40.59%80.20%
HSB/HSV189°18.22%88.24%
CMYK18.22%2.67%0.00%
11.76%

Color #B8DBE1 in popluar number systems.

HEXB8DBE1
Decimal184219225
Binary101110001101101111100001
Octal270333341

Shades and tints

Shades of #B8DBE1

#B8DBE1
(184,219,225)
#A8C8CD
(168,200,205)
#98B5B9
(152,181,185)
#88A2A5
(136,162,165)
#788F91
(120,143,145)
#687C7D
(104,124,125)
#586969
(88,105,105)
#485655
(72,86,85)
#384341
(56,67,65)
#28302D
(40,48,45)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #B8DBE1

#B8DBE1
(184,219,225)
#BEDEE3
(190,222,227)
#C4E1E5
(196,225,229)
#CAE4E7
(202,228,231)
#D0E7E9
(208,231,233)
#D6EAEB
(214,234,235)
#DCEDED
(220,237,237)
#E2F0EF
(226,240,239)
#E8F3F1
(232,243,241)
#EEF6F3
(238,246,243)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DBE1; }

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

This text font color is #B8DBE1.


Background Color

.myBgColor { background-color: #B8DBE1; }

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

This div background color is #B8DBE1.


Border color

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

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

This div border color is #B8DBE1.


Opacity

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

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

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

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

This text has shadow with #B8DBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8DBE1 on black background.


Color preview on white background

This text has color #B8DBE1 on white background.



Black color preview on #B8DBE1 background

This text has black color on #B8DBE1 background.


White color preview on #B8DBE1 background

This text has white color on #B8DBE1 background.