COLOR #B8E1DB

HEX: #B8E1DB
RGB: (184,225,219)

Color info

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

RGB color model

#B8E1DB color RGB value is (184,225,219).

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

RGB channels and saturation

R 184 of 255 = 72%
G 225 of 255 = 88%
B 219 of 255 = 86%

184
225
219

R + G + B ~ 82%. #B8E1DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 225 + 219 = 628 (100%)
R 184 of 628 ~ 29.3%
G 225 of 628 ~ 35.83%
B 219 of 628 ~ 34.87%

%29.3
%35.83
%34.87

CMYK color model

#B8E1DB color CMYK value is (18,0,3,12).

  • cyan value is 18.22%
  • magenta value is 0.00%
  • yellow value is 2.67%
  • key color value is 11.76%
CMYK:
(18,0,3,12)
C18M0Y3K12 
(18%,0%,3%,12%)
(0.18/0.00/0.03/0.12)	

CMYK percentages

%18.22
%0
%2.67
%11.76

Codes

Color #B8E1DB in popluar color models

B8E1DB
RGB184225219
HSL171°40.59%80.20%
HSB/HSV171°18.22%88.24%
CMYK18.22%0.00%2.67%
11.76%

Color #B8E1DB in popluar number systems.

HEXB8E1DB
Decimal184225219
Binary101110001110000111011011
Octal270341333

Shades and tints

Shades of #B8E1DB

#B8E1DB
(184,225,219)
#A8CDC8
(168,205,200)
#98B9B5
(152,185,181)
#88A5A2
(136,165,162)
#78918F
(120,145,143)
#687D7C
(104,125,124)
#586969
(88,105,105)
#485556
(72,85,86)
#384143
(56,65,67)
#282D30
(40,45,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #B8E1DB

#B8E1DB
(184,225,219)
#BEE3DE
(190,227,222)
#C4E5E1
(196,229,225)
#CAE7E4
(202,231,228)
#D0E9E7
(208,233,231)
#D6EBEA
(214,235,234)
#DCEDED
(220,237,237)
#E2EFF0
(226,239,240)
#E8F1F3
(232,241,243)
#EEF3F6
(238,243,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E1DB; }

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

This text font color is #B8E1DB.


Background Color

.myBgColor { background-color: #B8E1DB; }

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

This div background color is #B8E1DB.


Border color

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

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

This div border color is #B8E1DB.


Opacity

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

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

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

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

This text has shadow with #B8E1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E1DB on black background.


Color preview on white background

This text has color #B8E1DB on white background.



Black color preview on #B8E1DB background

This text has black color on #B8E1DB background.


White color preview on #B8E1DB background

This text has white color on #B8E1DB background.