COLOR #B7E0DB

HEX: #B7E0DB
RGB: (183,224,219)

Color info

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

RGB color model

#B7E0DB color RGB value is (183,224,219).

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

RGB channels and saturation

R 183 of 255 = 72%
G 224 of 255 = 88%
B 219 of 255 = 86%

183
224
219

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

Portions of RGB colors in percentages

R + G + B =
183 + 224 + 219 = 626 (100%)
R 183 of 626 ~ 29.23%
G 224 of 626 ~ 35.78%
B 219 of 626 ~ 34.98%

%29.23
%35.78
%34.98

CMYK color model

#B7E0DB color CMYK value is (18,0,2,12).

  • cyan value is 18.30%
  • magenta value is 0.00%
  • yellow value is 2.23%
  • key color value is 12.16%
CMYK:
(18,0,2,12)
C18M0Y2K12 
(18%,0%,2%,12%)
(0.18/0.00/0.02/0.12)	

CMYK percentages

%18.3
%0
%2.23
%12.16

Codes

Color #B7E0DB in popluar color models

B7E0DB
RGB183224219
HSL173°39.81%79.80%
HSB/HSV173°18.30%87.84%
CMYK18.30%0.00%2.23%
12.16%

Color #B7E0DB in popluar number systems.

HEXB7E0DB
Decimal183224219
Binary101101111110000011011011
Octal267340333

Shades and tints

Shades of #B7E0DB

#B7E0DB
(183,224,219)
#A7CCC8
(167,204,200)
#97B8B5
(151,184,181)
#87A4A2
(135,164,162)
#77908F
(119,144,143)
#677C7C
(103,124,124)
#576869
(87,104,105)
#475456
(71,84,86)
#374043
(55,64,67)
#272C30
(39,44,48)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #B7E0DB

#B7E0DB
(183,224,219)
#BDE2DE
(189,226,222)
#C3E4E1
(195,228,225)
#C9E6E4
(201,230,228)
#CFE8E7
(207,232,231)
#D5EAEA
(213,234,234)
#DBECED
(219,236,237)
#E1EEF0
(225,238,240)
#E7F0F3
(231,240,243)
#EDF2F6
(237,242,246)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E0DB; }

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

This text font color is #B7E0DB.


Background Color

.myBgColor { background-color: #B7E0DB; }

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

This div background color is #B7E0DB.


Border color

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

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

This div border color is #B7E0DB.


Opacity

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

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

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

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

This text has shadow with #B7E0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E0DB on black background.


Color preview on white background

This text has color #B7E0DB on white background.



Black color preview on #B7E0DB background

This text has black color on #B7E0DB background.


White color preview on #B7E0DB background

This text has white color on #B7E0DB background.