COLOR #B8E1EC

HEX: #B8E1EC
RGB: (184,225,236)

Color info

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

RGB color model

#B8E1EC color RGB value is (184,225,236).

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

RGB channels and saturation

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

184
225
236

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

Portions of RGB colors in percentages

R + G + B =
184 + 225 + 236 = 645 (100%)
R 184 of 645 ~ 28.53%
G 225 of 645 ~ 34.88%
B 236 of 645 ~ 36.59%

%28.53
%34.88
%36.59

CMYK color model

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

  • cyan value is 22.03%
  • magenta value is 4.66%
  • 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
%4.66
%0
%7.45

Codes

Color #B8E1EC in popluar color models

B8E1EC
RGB184225236
HSL193°57.78%82.35%
HSB/HSV193°22.03%92.55%
CMYK22.03%4.66%0.00%
7.45%

Color #B8E1EC in popluar number systems.

HEXB8E1EC
Decimal184225236
Binary101110001110000111101100
Octal270341354

Shades and tints

Shades of #B8E1EC

#B8E1EC
(184,225,236)
#A8CDD7
(168,205,215)
#98B9C2
(152,185,194)
#88A5AD
(136,165,173)
#789198
(120,145,152)
#687D83
(104,125,131)
#58696E
(88,105,110)
#485559
(72,85,89)
#384144
(56,65,68)
#282D2F
(40,45,47)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #B8E1EC

#B8E1EC
(184,225,236)
#BEE3ED
(190,227,237)
#C4E5EE
(196,229,238)
#CAE7EF
(202,231,239)
#D0E9F0
(208,233,240)
#D6EBF1
(214,235,241)
#DCEDF2
(220,237,242)
#E2EFF3
(226,239,243)
#E8F1F4
(232,241,244)
#EEF3F5
(238,243,245)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E1EC; }

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

This text font color is #B8E1EC.


Background Color

.myBgColor { background-color: #B8E1EC; }

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

This div background color is #B8E1EC.


Border color

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

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

This div border color is #B8E1EC.


Opacity

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

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

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

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

This text has shadow with #B8E1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E1EC on black background.


Color preview on white background

This text has color #B8E1EC on white background.



Black color preview on #B8E1EC background

This text has black color on #B8E1EC background.


White color preview on #B8E1EC background

This text has white color on #B8E1EC background.