COLOR #B8E0EC

HEX: #B8E0EC
RGB: (184,224,236)

Color info

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

RGB color model

#B8E0EC color RGB value is (184,224,236).

  • red value is 184;
  • green value is 224;
  • blue value is 236.
RGB:
(184,224,236)
(72%,88%,93%)

RGB channels and saturation

R 184 of 255 = 72%
G 224 of 255 = 88%
B 236 of 255 = 93%

184
224
236

R + G + B ~ 84%. #B8E0EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 224 + 236 = 644 (100%)
R 184 of 644 ~ 28.57%
G 224 of 644 ~ 34.78%
B 236 of 644 ~ 36.65%

%28.57
%34.78
%36.65

CMYK color model

#B8E0EC color CMYK value is (22,5,0,7).

  • cyan value is 22.03%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(22,5,0,7)
C22M5Y0K7 
(22%,5%,0%,7%)
(0.22/0.05/0.00/0.07)	

CMYK percentages

%22.03
%5.08
%0
%7.45

Codes

Color #B8E0EC in popluar color models

B8E0EC
RGB184224236
HSL194°57.78%82.35%
HSB/HSV194°22.03%92.55%
CMYK22.03%5.08%0.00%
7.45%

Color #B8E0EC in popluar number systems.

HEXB8E0EC
Decimal184224236
Binary101110001110000011101100
Octal270340354

Shades and tints

Shades of #B8E0EC

#B8E0EC
(184,224,236)
#A8CCD7
(168,204,215)
#98B8C2
(152,184,194)
#88A4AD
(136,164,173)
#789098
(120,144,152)
#687C83
(104,124,131)
#58686E
(88,104,110)
#485459
(72,84,89)
#384044
(56,64,68)
#282C2F
(40,44,47)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #B8E0EC

#B8E0EC
(184,224,236)
#BEE2ED
(190,226,237)
#C4E4EE
(196,228,238)
#CAE6EF
(202,230,239)
#D0E8F0
(208,232,240)
#D6EAF1
(214,234,241)
#DCECF2
(220,236,242)
#E2EEF3
(226,238,243)
#E8F0F4
(232,240,244)
#EEF2F5
(238,242,245)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E0EC color. Also use rgb(184,224,236) instead hex code.

Text Font Color

.myTextColor { color: #B8E0EC; }

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

This text font color is #B8E0EC.


Background Color

.myBgColor { background-color: #B8E0EC; }

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

This div background color is #B8E0EC.


Border color

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

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

This div border color is #B8E0EC.


Opacity

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

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

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

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

This text has shadow with #B8E0EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E0EC on black background.


Color preview on white background

This text has color #B8E0EC on white background.



Black color preview on #B8E0EC background

This text has black color on #B8E0EC background.


White color preview on #B8E0EC background

This text has white color on #B8E0EC background.