COLOR #B7E5DB

HEX: #B7E5DB
RGB: (183,229,219)

Color info

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

RGB color model

#B7E5DB color RGB value is (183,229,219).

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

RGB channels and saturation

R 183 of 255 = 72%
G 229 of 255 = 90%
B 219 of 255 = 86%

183
229
219

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

Portions of RGB colors in percentages

R + G + B =
183 + 229 + 219 = 631 (100%)
R 183 of 631 ~ 29%
G 229 of 631 ~ 36.29%
B 219 of 631 ~ 34.71%

%29
%36.29
%34.71

CMYK color model

#B7E5DB color CMYK value is (20,0,4,10).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK:
(20,0,4,10)
C20M0Y4K10 
(20%,0%,4%,10%)
(0.20/0.00/0.04/0.10)	

CMYK percentages

%20.09
%0
%4.37
%10.2

Codes

Color #B7E5DB in popluar color models

B7E5DB
RGB183229219
HSL167°46.94%80.78%
HSB/HSV167°20.09%89.80%
CMYK20.09%0.00%4.37%
10.20%

Color #B7E5DB in popluar number systems.

HEXB7E5DB
Decimal183229219
Binary101101111110010111011011
Octal267345333

Shades and tints

Shades of #B7E5DB

#B7E5DB
(183,229,219)
#A7D1C8
(167,209,200)
#97BDB5
(151,189,181)
#87A9A2
(135,169,162)
#77958F
(119,149,143)
#67817C
(103,129,124)
#576D69
(87,109,105)
#475956
(71,89,86)
#374543
(55,69,67)
#273130
(39,49,48)
#171D1D
(23,29,29)
#000000
(0,0,0)

Tints of #B7E5DB

#B7E5DB
(183,229,219)
#BDE7DE
(189,231,222)
#C3E9E1
(195,233,225)
#C9EBE4
(201,235,228)
#CFEDE7
(207,237,231)
#D5EFEA
(213,239,234)
#DBF1ED
(219,241,237)
#E1F3F0
(225,243,240)
#E7F5F3
(231,245,243)
#EDF7F6
(237,247,246)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E5DB; }

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

This text font color is #B7E5DB.


Background Color

.myBgColor { background-color: #B7E5DB; }

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

This div background color is #B7E5DB.


Border color

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

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

This div border color is #B7E5DB.


Opacity

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

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

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

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

This text has shadow with #B7E5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E5DB on black background.


Color preview on white background

This text has color #B7E5DB on white background.



Black color preview on #B7E5DB background

This text has black color on #B7E5DB background.


White color preview on #B7E5DB background

This text has white color on #B7E5DB background.