COLOR #B8E3DF

HEX: #B8E3DF
RGB: (184,227,223)

Color info

#B8E3DF contains red, green and blue colors in about the same proportion. Web safe color of #B8E3DF is #CCCCCC (or #CCC).

RGB color model

#B8E3DF color RGB value is (184,227,223).

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

RGB channels and saturation

R 184 of 255 = 72%
G 227 of 255 = 89%
B 223 of 255 = 87%

184
227
223

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

Portions of RGB colors in percentages

R + G + B =
184 + 227 + 223 = 634 (100%)
R 184 of 634 ~ 29.02%
G 227 of 634 ~ 35.8%
B 223 of 634 ~ 35.17%

%29.02
%35.8
%35.17

CMYK color model

#B8E3DF color CMYK value is (19,0,2,11).

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 1.76%
  • key color value is 10.98%
CMYK:
(19,0,2,11)
C19M0Y2K11 
(19%,0%,2%,11%)
(0.19/0.00/0.02/0.11)	

CMYK percentages

%18.94
%0
%1.76
%10.98

Codes

Color #B8E3DF in popluar color models

B8E3DF
RGB184227223
HSL174°43.43%80.59%
HSB/HSV174°18.94%89.02%
CMYK18.94%0.00%1.76%
10.98%

Color #B8E3DF in popluar number systems.

HEXB8E3DF
Decimal184227223
Binary101110001110001111011111
Octal270343337

Shades and tints

Shades of #B8E3DF

#B8E3DF
(184,227,223)
#A8CFCB
(168,207,203)
#98BBB7
(152,187,183)
#88A7A3
(136,167,163)
#78938F
(120,147,143)
#687F7B
(104,127,123)
#586B67
(88,107,103)
#485753
(72,87,83)
#38433F
(56,67,63)
#282F2B
(40,47,43)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #B8E3DF

#B8E3DF
(184,227,223)
#BEE5E1
(190,229,225)
#C4E7E3
(196,231,227)
#CAE9E5
(202,233,229)
#D0EBE7
(208,235,231)
#D6EDE9
(214,237,233)
#DCEFEB
(220,239,235)
#E2F1ED
(226,241,237)
#E8F3EF
(232,243,239)
#EEF5F1
(238,245,241)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E3DF; }

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

This text font color is #B8E3DF.


Background Color

.myBgColor { background-color: #B8E3DF; }

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

This div background color is #B8E3DF.


Border color

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

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

This div border color is #B8E3DF.


Opacity

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

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

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

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

This text has shadow with #B8E3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E3DF on black background.


Color preview on white background

This text has color #B8E3DF on white background.



Black color preview on #B8E3DF background

This text has black color on #B8E3DF background.


White color preview on #B8E3DF background

This text has white color on #B8E3DF background.