COLOR #B8E8DF

HEX: #B8E8DF
RGB: (184,232,223)

Color info

#B8E8DF contains red, green and blue colors in about the same proportion. Web safe color of #B8E8DF is #CCFFCC (or #CFC).

RGB color model

#B8E8DF color RGB value is (184,232,223).

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

RGB channels and saturation

R 184 of 255 = 72%
G 232 of 255 = 91%
B 223 of 255 = 87%

184
232
223

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

Portions of RGB colors in percentages

R + G + B =
184 + 232 + 223 = 639 (100%)
R 184 of 639 ~ 28.79%
G 232 of 639 ~ 36.31%
B 223 of 639 ~ 34.9%

%28.79
%36.31
%34.9

CMYK color model

#B8E8DF color CMYK value is (21,0,4,9).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 9.02%
CMYK:
(21,0,4,9)
C21M0Y4K9 
(21%,0%,4%,9%)
(0.21/0.00/0.04/0.09)	

CMYK percentages

%20.69
%0
%3.88
%9.02

Codes

Color #B8E8DF in popluar color models

B8E8DF
RGB184232223
HSL169°51.06%81.57%
HSB/HSV169°20.69%90.98%
CMYK20.69%0.00%3.88%
9.02%

Color #B8E8DF in popluar number systems.

HEXB8E8DF
Decimal184232223
Binary101110001110100011011111
Octal270350337

Shades and tints

Shades of #B8E8DF

#B8E8DF
(184,232,223)
#A8D3CB
(168,211,203)
#98BEB7
(152,190,183)
#88A9A3
(136,169,163)
#78948F
(120,148,143)
#687F7B
(104,127,123)
#586A67
(88,106,103)
#485553
(72,85,83)
#38403F
(56,64,63)
#282B2B
(40,43,43)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #B8E8DF

#B8E8DF
(184,232,223)
#BEEAE1
(190,234,225)
#C4ECE3
(196,236,227)
#CAEEE5
(202,238,229)
#D0F0E7
(208,240,231)
#D6F2E9
(214,242,233)
#DCF4EB
(220,244,235)
#E2F6ED
(226,246,237)
#E8F8EF
(232,248,239)
#EEFAF1
(238,250,241)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8E8DF color. Also use rgb(184,232,223) instead hex code.

Text Font Color

.myTextColor { color: #B8E8DF; }

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

This text font color is #B8E8DF.


Background Color

.myBgColor { background-color: #B8E8DF; }

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

This div background color is #B8E8DF.


Border color

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

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

This div border color is #B8E8DF.


Opacity

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

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

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

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

This text has shadow with #B8E8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E8DF on black background.


Color preview on white background

This text has color #B8E8DF on white background.



Black color preview on #B8E8DF background

This text has black color on #B8E8DF background.


White color preview on #B8E8DF background

This text has white color on #B8E8DF background.