COLOR #D7E0A3

HEX: #D7E0A3 RGB: (215,224,163)

Color info

#D7E0A3 contains mainly red and green colors. Web safe color of #D7E0A3 is #CCCC99 (or #CC9).

RGB color model

#D7E0A3 color RGB value is (215,224,163).

RGB: (215,224,163) (84%, 88%, 64%)

RGB channels and saturation

R 215 of 255 = 84%
G 224 of 255 = 88%
B 163 of 255 = 64%

215
224
163

R + G + B ~ 79%. #D7E0A3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 224 + 163 = 602 (100%)
R 215 of 602 ~ 35.71%
G 224 of 602 ~ 37.21%
B 163 of 602 ~ 27.08'%

%35.71
%37.21
%27.08

CMYK color model

#D7E0A3 color CMYK value is (4,0,27,12).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 27.23%
  • key color value is 12.16%

CMYK: (4,0,27,12)
C4M0Y27K12 (4%, 0%, 27%, 12%)
(0.04 / 0.00 / 0.27 / 0.12)

CMYK percentages

%4.02
%0
%27.23
%12.16

Codes

Color #D7E0A3 in popluar color models

D7 E0 A3
RGB 215 224 163
HSL 69° 49.59% 75.88%
HSB/HSV 69° 27.23% 87.84%
CMYK 4.02% 0.00% 27.23%
12.16%

Color #D7E0A3 in popluar number systems.

HEX D7 E0 A3
Decimal 215 224 163
Binary 11010111 11100000 10100011
Octal 327 340 243

Shades and tints

Shades of #D7E0A3

#D7E0A3
(215,224,163)
#C4CC95
(196,204,149)
#B1B887
(177,184,135)
#9EA479
(158,164,121)
#8B906B
(139,144,107)
#787C5D
(120,124,93)
#65684F
(101,104,79)
#525441
(82,84,65)
#3F4033
(63,64,51)
#2C2C25
(44,44,37)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #D7E0A3

#D7E0A3
(215,224,163)
#DAE2AB
(218,226,171)
#DDE4B3
(221,228,179)
#E0E6BB
(224,230,187)
#E3E8C3
(227,232,195)
#E6EACB
(230,234,203)
#E9ECD3
(233,236,211)
#ECEEDB
(236,238,219)
#EFF0E3
(239,240,227)
#F2F2EB
(242,242,235)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E0A3 color. Also use rgb(215,224,163) instead hex code.

Text Font Color

.myTextColor { color: #D7E0A3; }

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

This text font color is #D7E0A3.

Background Color

.myBgColor { background-color: #D7E0A3; }

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

This div background color is #D7E0A3.

Border color

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

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

This div border color is #D7E0A3.

Opacity

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

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

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

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

This text has shadow with #D7E0A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E0A3.

Preview

Color preview on black background

This text has color #D7E0A3 on black background.


Color preview on white background

This text has color #D7E0A3 on white background.


Black color preview on #D7E0A3 background

This text has black color on #D7E0A3 background.


White color preview on #D7E0A3 background

This text has white color on #D7E0A3 background.


Related colors

Complementary color

Complementary color for #D7E0A3 is #281F5C.


I love getcolorcode.com

Triadic colors

1 #A3D7E0 and #E0A3D7 with #D7E0A3 are triadic colors.

2 #A3E0D7 and #E0D7A3 with #D7E0A3 are triadic colors.