COLOR #B8DEE9

HEX: #B8DEE9
RGB: (184,222,233)

Color info

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

RGB color model

#B8DEE9 color RGB value is (184,222,233).

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

RGB channels and saturation

R 184 of 255 = 72%
G 222 of 255 = 87%
B 233 of 255 = 91%

184
222
233

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

Portions of RGB colors in percentages

R + G + B =
184 + 222 + 233 = 639 (100%)
R 184 of 639 ~ 28.79%
G 222 of 639 ~ 34.74%
B 233 of 639 ~ 36.46%

%28.79
%34.74
%36.46

CMYK color model

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

  • cyan value is 21.03%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (21,5,0,9) C21M5Y0K9 (21%,5%,0%,9%) (0.21/0.05/0.00/0.09)

CMYK percentages

%21.03
%4.72
%0
%8.63

Codes

Color #B8DEE9 in popluar color models

B8DEE9
RGB184222233
HSL193°52.69%81.76%
HSB/HSV193°21.03%91.37%
CMYK21.03%4.72%0.00%
8.63%

Color #B8DEE9 in popluar number systems.

HEXB8DEE9
Decimal184222233
Binary101110001101111011101001
Octal270336351

Shades and tints

Shades of #B8DEE9

#B8DEE9
(184,222,233)
#A8CAD4
(168,202,212)
#98B6BF
(152,182,191)
#88A2AA
(136,162,170)
#788E95
(120,142,149)
#687A80
(104,122,128)
#58666B
(88,102,107)
#485256
(72,82,86)
#383E41
(56,62,65)
#282A2C
(40,42,44)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #B8DEE9

#B8DEE9
(184,222,233)
#BEE1EB
(190,225,235)
#C4E4ED
(196,228,237)
#CAE7EF
(202,231,239)
#D0EAF1
(208,234,241)
#D6EDF3
(214,237,243)
#DCF0F5
(220,240,245)
#E2F3F7
(226,243,247)
#E8F6F9
(232,246,249)
#EEF9FB
(238,249,251)
#F4FCFD
(244,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8DEE9; }

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

This text font color is #B8DEE9.


Background Color

.myBgColor { background-color: #B8DEE9; }

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

This div background color is #B8DEE9.


Border color

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

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

This div border color is #B8DEE9.


Opacity

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

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

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

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

This text has shadow with #B8DEE9 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B8DEE9 on black background.


Color preview on white background

This text has color #B8DEE9 on white background.



Black color preview on #B8DEE9 background

This text has black color on #B8DEE9 background.


White color preview on #B8DEE9 background

This text has white color on #B8DEE9 background.