COLOR #B7E7DB

HEX: #B7E7DB RGB: (183,231,219)

Color info

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

RGB color model

#B7E7DB color RGB value is (183,231,219).

RGB: (183,231,219) (72%, 91%, 86%)

RGB channels and saturation

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

183
231
219

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

Portions of RGB colors in percentages

R + G + B = 183 + 231 + 219 = 633 (100%)
R 183 of 633 ~ 28.91%
G 231 of 633 ~ 36.49%
B 219 of 633 ~ 34.6'%

%28.91
%36.49
%34.6

CMYK color model

#B7E7DB color CMYK value is (21,0,5,9).

  • cyan value is 20.78%
  • magenta value is 0.00%
  • yellow value is 5.19%
  • key color value is 9.41%

CMYK: (21,0,5,9)
C21M0Y5K9 (21%, 0%, 5%, 9%)
(0.21 / 0.00 / 0.05 / 0.09)

CMYK percentages

%20.78
%0
%5.19
%9.41

Codes

Color #B7E7DB in popluar color models

B7 E7 DB
RGB 183 231 219
HSL 165° 50.00% 81.18%
HSB/HSV 165° 20.78% 90.59%
CMYK 20.78% 0.00% 5.19%
9.41%

Color #B7E7DB in popluar number systems.

HEX B7 E7 DB
Decimal 183 231 219
Binary 10110111 11100111 11011011
Octal 267 347 333

Shades and tints

Shades of #B7E7DB

#B7E7DB
(183,231,219)
#A7D2C8
(167,210,200)
#97BDB5
(151,189,181)
#87A8A2
(135,168,162)
#77938F
(119,147,143)
#677E7C
(103,126,124)
#576969
(87,105,105)
#475456
(71,84,86)
#373F43
(55,63,67)
#272A30
(39,42,48)
#17151D
(23,21,29)
#000000
(0,0,0)

Tints of #B7E7DB

#B7E7DB
(183,231,219)
#BDE9DE
(189,233,222)
#C3EBE1
(195,235,225)
#C9EDE4
(201,237,228)
#CFEFE7
(207,239,231)
#D5F1EA
(213,241,234)
#DBF3ED
(219,243,237)
#E1F5F0
(225,245,240)
#E7F7F3
(231,247,243)
#EDF9F6
(237,249,246)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7E7DB; }

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

This text font color is #B7E7DB.

Background Color

.myBgColor { background-color: #B7E7DB; }

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

This div background color is #B7E7DB.

Border color

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

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

This div border color is #B7E7DB.

Opacity

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

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

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

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

This text has shadow with #B7E7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7E7DB.

Preview

Color preview on black background

This text has color #B7E7DB on black background.


Color preview on white background

This text has color #B7E7DB on white background.


Black color preview on #B7E7DB background

This text has black color on #B7E7DB background.


White color preview on #B7E7DB background

This text has white color on #B7E7DB background.


Related colors

Complementary color

Complementary color for #hex is #481824.


I love getcolorcode.com

Triadic colors

1 #DBB7E7 and #E7DBB7 with #B7E7DB are triadic colors.

2 #DBE7B7 and #E7B7DB with #B7E7DB are triadic colors.