COLOR #B8E3DE

HEX: #B8E3DE
RGB: (184,227,222)

Color info

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

RGB color model

#B8E3DE color RGB value is (184,227,222).

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

RGB channels and saturation

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

184
227
222

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

Portions of RGB colors in percentages

R + G + B =
184 + 227 + 222 = 633 (100%)
R 184 of 633 ~ 29.07%
G 227 of 633 ~ 35.86%
B 222 of 633 ~ 35.07%

%29.07
%35.86
%35.07

CMYK color model

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

  • cyan value is 18.94%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • 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
%2.2
%10.98

Codes

Color #B8E3DE in popluar color models

B8E3DE
RGB184227222
HSL173°43.43%80.59%
HSB/HSV173°18.94%89.02%
CMYK18.94%0.00%2.20%
10.98%

Color #B8E3DE in popluar number systems.

HEXB8E3DE
Decimal184227222
Binary101110001110001111011110
Octal270343336

Shades and tints

Shades of #B8E3DE

#B8E3DE
(184,227,222)
#A8CFCA
(168,207,202)
#98BBB6
(152,187,182)
#88A7A2
(136,167,162)
#78938E
(120,147,142)
#687F7A
(104,127,122)
#586B66
(88,107,102)
#485752
(72,87,82)
#38433E
(56,67,62)
#282F2A
(40,47,42)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #B8E3DE

#B8E3DE
(184,227,222)
#BEE5E1
(190,229,225)
#C4E7E4
(196,231,228)
#CAE9E7
(202,233,231)
#D0EBEA
(208,235,234)
#D6EDED
(214,237,237)
#DCEFF0
(220,239,240)
#E2F1F3
(226,241,243)
#E8F3F6
(232,243,246)
#EEF5F9
(238,245,249)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E3DE; }

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

This text font color is #B8E3DE.


Background Color

.myBgColor { background-color: #B8E3DE; }

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

This div background color is #B8E3DE.


Border color

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

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

This div border color is #B8E3DE.


Opacity

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

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

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

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

This text has shadow with #B8E3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E3DE on black background.


Color preview on white background

This text has color #B8E3DE on white background.



Black color preview on #B8E3DE background

This text has black color on #B8E3DE background.


White color preview on #B8E3DE background

This text has white color on #B8E3DE background.