COLOR #D1EDAD

HEX: #D1EDAD RGB: (209,237,173)

Color info

#D1EDAD contains mainly red and green colors. Web safe color of #D1EDAD is #CCFF99 (or #CF9).

RGB color model

#D1EDAD color RGB value is (209,237,173).

RGB: (209,237,173) (82%, 93%, 68%)

RGB channels and saturation

R 209 of 255 = 82%
G 237 of 255 = 93%
B 173 of 255 = 68%

209
237
173

R + G + B ~ 81%. #D1EDAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 237 + 173 = 619 (100%)
R 209 of 619 ~ 33.76%
G 237 of 619 ~ 38.29%
B 173 of 619 ~ 27.95'%

%33.76
%38.29
%27.95

CMYK color model

#D1EDAD color CMYK value is (12,0,27,7).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 7.06%

CMYK: (12,0,27,7)
C12M0Y27K7 (12%, 0%, 27%, 7%)
(0.12 / 0.00 / 0.27 / 0.07)

CMYK percentages

%11.81
%0
%27
%7.06

Codes

Color #D1EDAD in popluar color models

D1 ED AD
RGB 209 237 173
HSL 86° 64.00% 80.39%
HSB/HSV 86° 27.00% 92.94%
CMYK 11.81% 0.00% 27.00%
7.06%

Color #D1EDAD in popluar number systems.

HEX D1 ED AD
Decimal 209 237 173
Binary 11010001 11101101 10101101
Octal 321 355 255

Shades and tints

Shades of #D1EDAD

#D1EDAD
(209,237,173)
#BED89E
(190,216,158)
#ABC38F
(171,195,143)
#98AE80
(152,174,128)
#859971
(133,153,113)
#728462
(114,132,98)
#5F6F53
(95,111,83)
#4C5A44
(76,90,68)
#394535
(57,69,53)
#263026
(38,48,38)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #D1EDAD

#D1EDAD
(209,237,173)
#D5EEB4
(213,238,180)
#D9EFBB
(217,239,187)
#DDF0C2
(221,240,194)
#E1F1C9
(225,241,201)
#E5F2D0
(229,242,208)
#E9F3D7
(233,243,215)
#EDF4DE
(237,244,222)
#F1F5E5
(241,245,229)
#F5F6EC
(245,246,236)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EDAD color. Also use rgb(209,237,173) instead hex code.

Text Font Color

.myTextColor { color: #D1EDAD; }

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

This text font color is #D1EDAD.

Background Color

.myBgColor { background-color: #D1EDAD; }

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

This div background color is #D1EDAD.

Border color

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

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

This div border color is #D1EDAD.

Opacity

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

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

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

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

This text has shadow with #D1EDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EDAD.

Preview

Color preview on black background

This text has color #D1EDAD on black background.


Color preview on white background

This text has color #D1EDAD on white background.


Black color preview on #D1EDAD background

This text has black color on #D1EDAD background.


White color preview on #D1EDAD background

This text has white color on #D1EDAD background.


Related colors

Complementary color

Complementary color for #hex is #2E1252.


I love getcolorcode.com

Triadic colors

1 #ADD1ED and #EDADD1 with #D1EDAD are triadic colors.

2 #ADEDD1 and #EDD1AD with #D1EDAD are triadic colors.