COLOR #B8E3E7

HEX: #B8E3E7
RGB: (184,227,231)

Color info

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

RGB color model

#B8E3E7 color RGB value is (184,227,231).

  • red value is 184;
  • green value is 227;
  • blue value is 231.
RGB:
(184,227,231)
(72%,89%,91%)

RGB channels and saturation

R 184 of 255 = 72%
G 227 of 255 = 89%
B 231 of 255 = 91%

184
227
231

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

Portions of RGB colors in percentages

R + G + B =
184 + 227 + 231 = 642 (100%)
R 184 of 642 ~ 28.66%
G 227 of 642 ~ 35.36%
B 231 of 642 ~ 35.98%

%28.66
%35.36
%35.98

CMYK color model

#B8E3E7 color CMYK value is (20,2,0,9).

  • cyan value is 20.35%
  • magenta value is 1.73%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(20,2,0,9)
C20M2Y0K9 
(20%,2%,0%,9%)
(0.20/0.02/0.00/0.09)	

CMYK percentages

%20.35
%1.73
%0
%9.41

Codes

Color #B8E3E7 in popluar color models

B8E3E7
RGB184227231
HSL185°49.47%81.37%
HSB/HSV185°20.35%90.59%
CMYK20.35%1.73%0.00%
9.41%

Color #B8E3E7 in popluar number systems.

HEXB8E3E7
Decimal184227231
Binary101110001110001111100111
Octal270343347

Shades and tints

Shades of #B8E3E7

#B8E3E7
(184,227,231)
#A8CFD2
(168,207,210)
#98BBBD
(152,187,189)
#88A7A8
(136,167,168)
#789393
(120,147,147)
#687F7E
(104,127,126)
#586B69
(88,107,105)
#485754
(72,87,84)
#38433F
(56,67,63)
#282F2A
(40,47,42)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #B8E3E7

#B8E3E7
(184,227,231)
#BEE5E9
(190,229,233)
#C4E7EB
(196,231,235)
#CAE9ED
(202,233,237)
#D0EBEF
(208,235,239)
#D6EDF1
(214,237,241)
#DCEFF3
(220,239,243)
#E2F1F5
(226,241,245)
#E8F3F7
(232,243,247)
#EEF5F9
(238,245,249)
#F4F7FB
(244,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E3E7 color. Also use rgb(184,227,231) instead hex code.

Text Font Color

.myTextColor { color: #B8E3E7; }

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

This text font color is #B8E3E7.


Background Color

.myBgColor { background-color: #B8E3E7; }

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

This div background color is #B8E3E7.


Border color

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

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

This div border color is #B8E3E7.


Opacity

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

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

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

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

This text has shadow with #B8E3E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E3E7 on black background.


Color preview on white background

This text has color #B8E3E7 on white background.



Black color preview on #B8E3E7 background

This text has black color on #B8E3E7 background.


White color preview on #B8E3E7 background

This text has white color on #B8E3E7 background.