COLOR #B8E7DB

HEX: #B8E7DB
RGB: (184,231,219)

Color info

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

RGB color model

#B8E7DB color RGB value is (184,231,219).

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

RGB channels and saturation

R 184 of 255 = 72%
G 231 of 255 = 91%
B 219 of 255 = 86%

184
231
219

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

Portions of RGB colors in percentages

R + G + B =
184 + 231 + 219 = 634 (100%)
R 184 of 634 ~ 29.02%
G 231 of 634 ~ 36.44%
B 219 of 634 ~ 34.54%

%29.02
%36.44
%34.54

CMYK color model

#B8E7DB color CMYK value is (20,0,5,9).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%
CMYK:
(20,0,5,9)
C20M0Y5K9 
(20%,0%,5%,9%)
(0.20/0.00/0.05/0.09)	

CMYK percentages

%20.35
%0
%5.19
%9.41

Codes

Color #B8E7DB in popluar color models

B8E7DB
RGB184231219
HSL165°49.47%81.37%
HSB/HSV165°20.35%90.59%
CMYK20.35%0.00%5.19%
9.41%

Color #B8E7DB in popluar number systems.

HEXB8E7DB
Decimal184231219
Binary101110001110011111011011
Octal270347333

Shades and tints

Shades of #B8E7DB

#B8E7DB
(184,231,219)
#A8D2C8
(168,210,200)
#98BDB5
(152,189,181)
#88A8A2
(136,168,162)
#78938F
(120,147,143)
#687E7C
(104,126,124)
#586969
(88,105,105)
#485456
(72,84,86)
#383F43
(56,63,67)
#282A30
(40,42,48)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #B8E7DB

#B8E7DB
(184,231,219)
#BEE9DE
(190,233,222)
#C4EBE1
(196,235,225)
#CAEDE4
(202,237,228)
#D0EFE7
(208,239,231)
#D6F1EA
(214,241,234)
#DCF3ED
(220,243,237)
#E2F5F0
(226,245,240)
#E8F7F3
(232,247,243)
#EEF9F6
(238,249,246)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8E7DB; }

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

This text font color is #B8E7DB.


Background Color

.myBgColor { background-color: #B8E7DB; }

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

This div background color is #B8E7DB.


Border color

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

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

This div border color is #B8E7DB.


Opacity

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

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

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

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

This text has shadow with #B8E7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8E7DB on black background.


Color preview on white background

This text has color #B8E7DB on white background.



Black color preview on #B8E7DB background

This text has black color on #B8E7DB background.


White color preview on #B8E7DB background

This text has white color on #B8E7DB background.