COLOR #D7EADB

HEX: #D7EADB RGB: (215,234,219)

Color info

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

RGB color model

#D7EADB color RGB value is (215,234,219).

RGB: (215,234,219) (84%, 92%, 86%)

RGB channels and saturation

R 215 of 255 = 84%
G 234 of 255 = 92%
B 219 of 255 = 86%

215
234
219

R + G + B ~ 87%. #D7EADB is light color.

Portions of RGB colors in percentages

R + G + B = 215 + 234 + 219 = 668 (100%)
R 215 of 668 ~ 32.19%
G 234 of 668 ~ 35.03%
B 219 of 668 ~ 32.78'%

%32.19
%35.03
%32.78

CMYK color model

#D7EADB color CMYK value is (8,0,6,8).

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 6.41%
  • key color value is 8.24%
CMYK: (8,0,6,8) C8M0Y6K8 (8%,0%,6%,8%) (0.08/0.00/0.06/0.08) 

CMYK percentages

%8.12
%0
%6.41
%8.24

Codes

Color #D7EADB in popluar color models

D7 EA DB
RGB 215 234 219
HSL 133° 31.15% 88.04%
HSB/HSV 133° 8.12% 91.76%
CMYK 8.12% 0.00% 6.41%
8.24%

Color #D7EADB in popluar number systems.

HEX D7 EA DB
Decimal 215 234 219
Binary 11010111 11101010 11011011
Octal 327 352 333

Shades and tints

Shades of #D7EADB

#D7EADB
(215,234,219)
#C4D5C8
(196,213,200)
#B1C0B5
(177,192,181)
#9EABA2
(158,171,162)
#8B968F
(139,150,143)
#78817C
(120,129,124)
#656C69
(101,108,105)
#525756
(82,87,86)
#3F4243
(63,66,67)
#2C2D30
(44,45,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #D7EADB

#D7EADB
(215,234,219)
#DAEBDE
(218,235,222)
#DDECE1
(221,236,225)
#E0EDE4
(224,237,228)
#E3EEE7
(227,238,231)
#E6EFEA
(230,239,234)
#E9F0ED
(233,240,237)
#ECF1F0
(236,241,240)
#EFF2F3
(239,242,243)
#F2F3F6
(242,243,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EADB color. Also use rgb(215,234,219) instead hex code.

Text Font Color

.myTextColor { color: #D7EADB; }

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

This text font color is #D7EADB.

Background Color

.myBgColor { background-color: #D7EADB; }

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

This div background color is #D7EADB.

Border color

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

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

This div border color is #D7EADB.

Opacity

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

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

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

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

This text has shadow with #D7EADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7EADB.

Preview

Color preview on black background

This text has color #D7EADB on black background.


Color preview on white background

This text has color #D7EADB on white background.


Black color preview on #D7EADB background

This text has black color on #D7EADB background.


White color preview on #D7EADB background

This text has white color on #D7EADB background.


Related colors

Complementary color

Complementary color for #hex is #281524.


I love getcolorcode.com

Triadic colors

1 #DBD7EA and #EADBD7 with #D7EADB are triadic colors.

2 #DBEAD7 and #EAD7DB with #D7EADB are triadic colors.