COLOR #D1E7AF

HEX: #D1E7AF RGB: (209,231,175)

Color info

#D1E7AF contains red, green and blue colors in about the same proportion. Web safe color of #D1E7AF is #CCFF99 (or #CF9).

RGB color model

#D1E7AF color RGB value is (209,231,175).

RGB: (209,231,175) (82%, 91%, 69%)

RGB channels and saturation

R 209 of 255 = 82%
G 231 of 255 = 91%
B 175 of 255 = 69%

209
231
175

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

Portions of RGB colors in percentages

R + G + B = 209 + 231 + 175 = 615 (100%)
R 209 of 615 ~ 33.98%
G 231 of 615 ~ 37.56%
B 175 of 615 ~ 28.46'%

%33.98
%37.56
%28.46

CMYK color model

#D1E7AF color CMYK value is (10,0,24,9).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 24.24%
  • key color value is 9.41%

CMYK: (10,0,24,9)
C10M0Y24K9 (10%, 0%, 24%, 9%)
(0.10 / 0.00 / 0.24 / 0.09)

CMYK percentages

%9.52
%0
%24.24
%9.41

Codes

Color #D1E7AF in popluar color models

D1 E7 AF
RGB 209 231 175
HSL 84° 53.85% 79.61%
HSB/HSV 84° 24.24% 90.59%
CMYK 9.52% 0.00% 24.24%
9.41%

Color #D1E7AF in popluar number systems.

HEX D1 E7 AF
Decimal 209 231 175
Binary 11010001 11100111 10101111
Octal 321 347 257

Shades and tints

Shades of #D1E7AF

#D1E7AF
(209,231,175)
#BED2A0
(190,210,160)
#ABBD91
(171,189,145)
#98A882
(152,168,130)
#859373
(133,147,115)
#727E64
(114,126,100)
#5F6955
(95,105,85)
#4C5446
(76,84,70)
#393F37
(57,63,55)
#262A28
(38,42,40)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #D1E7AF

#D1E7AF
(209,231,175)
#D5E9B6
(213,233,182)
#D9EBBD
(217,235,189)
#DDEDC4
(221,237,196)
#E1EFCB
(225,239,203)
#E5F1D2
(229,241,210)
#E9F3D9
(233,243,217)
#EDF5E0
(237,245,224)
#F1F7E7
(241,247,231)
#F5F9EE
(245,249,238)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E7AF color. Also use rgb(209,231,175) instead hex code.

Text Font Color

.myTextColor { color: #D1E7AF; }

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

This text font color is #D1E7AF.

Background Color

.myBgColor { background-color: #D1E7AF; }

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

This div background color is #D1E7AF.

Border color

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

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

This div border color is #D1E7AF.

Opacity

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

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

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

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

This text has shadow with #D1E7AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E7AF.

Preview

Color preview on black background

This text has color #D1E7AF on black background.


Color preview on white background

This text has color #D1E7AF on white background.


Black color preview on #D1E7AF background

This text has black color on #D1E7AF background.


White color preview on #D1E7AF background

This text has white color on #D1E7AF background.


Related colors

Complementary color

Complementary color for #hex is #2E1850.


I love getcolorcode.com

Triadic colors

1 #AFD1E7 and #E7AFD1 with #D1E7AF are triadic colors.

2 #AFE7D1 and #E7D1AF with #D1E7AF are triadic colors.