COLOR #B7E8DB

HEX: #B7E8DB
RGB: (183,232,219)

Color info

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

RGB color model

#B7E8DB color RGB value is (183,232,219).

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

RGB channels and saturation

R 183 of 255 = 72%
G 232 of 255 = 91%
B 219 of 255 = 86%

183
232
219

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

Portions of RGB colors in percentages

R + G + B =
183 + 232 + 219 = 634 (100%)
R 183 of 634 ~ 28.86%
G 232 of 634 ~ 36.59%
B 219 of 634 ~ 34.54%

%28.86
%36.59
%34.54

CMYK color model

#B7E8DB color CMYK value is (21,0,6,9).

  • cyan value is 21.12%
  • magenta value is 0.00%
  • yellow value is 5.60%
  • key color value is 9.02%
CMYK:
(21,0,6,9)
C21M0Y6K9 
(21%,0%,6%,9%)
(0.21/0.00/0.06/0.09)	

CMYK percentages

%21.12
%0
%5.6
%9.02

Codes

Color #B7E8DB in popluar color models

B7E8DB
RGB183232219
HSL164°51.58%81.37%
HSB/HSV164°21.12%90.98%
CMYK21.12%0.00%5.60%
9.02%

Color #B7E8DB in popluar number systems.

HEXB7E8DB
Decimal183232219
Binary101101111110100011011011
Octal267350333

Shades and tints

Shades of #B7E8DB

#B7E8DB
(183,232,219)
#A7D3C8
(167,211,200)
#97BEB5
(151,190,181)
#87A9A2
(135,169,162)
#77948F
(119,148,143)
#677F7C
(103,127,124)
#576A69
(87,106,105)
#475556
(71,85,86)
#374043
(55,64,67)
#272B30
(39,43,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #B7E8DB

#B7E8DB
(183,232,219)
#BDEADE
(189,234,222)
#C3ECE1
(195,236,225)
#C9EEE4
(201,238,228)
#CFF0E7
(207,240,231)
#D5F2EA
(213,242,234)
#DBF4ED
(219,244,237)
#E1F6F0
(225,246,240)
#E7F8F3
(231,248,243)
#EDFAF6
(237,250,246)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E8DB color. Also use rgb(183,232,219) instead hex code.

Text Font Color

.myTextColor { color: #B7E8DB; }

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

This text font color is #B7E8DB.


Background Color

.myBgColor { background-color: #B7E8DB; }

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

This div background color is #B7E8DB.


Border color

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

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

This div border color is #B7E8DB.


Opacity

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

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

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

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

This text has shadow with #B7E8DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E8DB on black background.


Color preview on white background

This text has color #B7E8DB on white background.



Black color preview on #B7E8DB background

This text has black color on #B7E8DB background.


White color preview on #B7E8DB background

This text has white color on #B7E8DB background.