COLOR #D4EDB7

HEX: #D4EDB7 RGB: (212,237,183)

Color info

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

RGB color model

#D4EDB7 color RGB value is (212,237,183).

RGB: (212,237,183) (83%, 93%, 72%)

RGB channels and saturation

R 212 of 255 = 83%
G 237 of 255 = 93%
B 183 of 255 = 72%

212
237
183

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

Portions of RGB colors in percentages

R + G + B = 212 + 237 + 183 = 632 (100%)
R 212 of 632 ~ 33.54%
G 237 of 632 ~ 37.5%
B 183 of 632 ~ 28.96'%

%33.54
%37.5
%28.96

CMYK color model

#D4EDB7 color CMYK value is (11,0,23,7).

  • cyan value is 10.55%
  • magenta value is 0.00%
  • yellow value is 22.78%
  • key color value is 7.06%

CMYK: (11,0,23,7)
C11M0Y23K7 (11%, 0%, 23%, 7%)
(0.11 / 0.00 / 0.23 / 0.07)

CMYK percentages

%10.55
%0
%22.78
%7.06

Codes

Color #D4EDB7 in popluar color models

D4 ED B7
RGB 212 237 183
HSL 88° 60.00% 82.35%
HSB/HSV 88° 22.78% 92.94%
CMYK 10.55% 0.00% 22.78%
7.06%

Color #D4EDB7 in popluar number systems.

HEX D4 ED B7
Decimal 212 237 183
Binary 11010100 11101101 10110111
Octal 324 355 267

Shades and tints

Shades of #D4EDB7

#D4EDB7
(212,237,183)
#C1D8A7
(193,216,167)
#AEC397
(174,195,151)
#9BAE87
(155,174,135)
#889977
(136,153,119)
#758467
(117,132,103)
#626F57
(98,111,87)
#4F5A47
(79,90,71)
#3C4537
(60,69,55)
#293027
(41,48,39)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #D4EDB7

#D4EDB7
(212,237,183)
#D7EEBD
(215,238,189)
#DAEFC3
(218,239,195)
#DDF0C9
(221,240,201)
#E0F1CF
(224,241,207)
#E3F2D5
(227,242,213)
#E6F3DB
(230,243,219)
#E9F4E1
(233,244,225)
#ECF5E7
(236,245,231)
#EFF6ED
(239,246,237)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EDB7 color. Also use rgb(212,237,183) instead hex code.

Text Font Color

.myTextColor { color: #D4EDB7; }

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

This text font color is #D4EDB7.

Background Color

.myBgColor { background-color: #D4EDB7; }

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

This div background color is #D4EDB7.

Border color

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

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

This div border color is #D4EDB7.

Opacity

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

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

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

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

This text has shadow with #D4EDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EDB7.

Preview

Color preview on black background

This text has color #D4EDB7 on black background.


Color preview on white background

This text has color #D4EDB7 on white background.


Black color preview on #D4EDB7 background

This text has black color on #D4EDB7 background.


White color preview on #D4EDB7 background

This text has white color on #D4EDB7 background.


Related colors

Complementary color

Complementary color for #hex is #2B1248.


I love getcolorcode.com

Triadic colors

1 #B7D4ED and #EDB7D4 with #D4EDB7 are triadic colors.

2 #B7EDD4 and #EDD4B7 with #D4EDB7 are triadic colors.