COLOR #D2E7A5

HEX: #D2E7A5 RGB: (210,231,165)

Color info

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

RGB color model

#D2E7A5 color RGB value is (210,231,165).

RGB: (210,231,165) (82%, 91%, 65%)

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 165 of 255 = 65%

210
231
165

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

Portions of RGB colors in percentages

R + G + B = 210 + 231 + 165 = 606 (100%)
R 210 of 606 ~ 34.65%
G 231 of 606 ~ 38.12%
B 165 of 606 ~ 27.23'%

%34.65
%38.12
%27.23

CMYK color model

#D2E7A5 color CMYK value is (9,0,29,9).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 9.41%

CMYK: (9,0,29,9)
C9M0Y29K9 (9%, 0%, 29%, 9%)
(0.09 / 0.00 / 0.29 / 0.09)

CMYK percentages

%9.09
%0
%28.57
%9.41

Codes

Color #D2E7A5 in popluar color models

D2 E7 A5
RGB 210 231 165
HSL 79° 57.89% 77.65%
HSB/HSV 79° 28.57% 90.59%
CMYK 9.09% 0.00% 28.57%
9.41%

Color #D2E7A5 in popluar number systems.

HEX D2 E7 A5
Decimal 210 231 165
Binary 11010010 11100111 10100101
Octal 322 347 245

Shades and tints

Shades of #D2E7A5

#D2E7A5
(210,231,165)
#BFD296
(191,210,150)
#ACBD87
(172,189,135)
#99A878
(153,168,120)
#869369
(134,147,105)
#737E5A
(115,126,90)
#60694B
(96,105,75)
#4D543C
(77,84,60)
#3A3F2D
(58,63,45)
#272A1E
(39,42,30)
#14150F
(20,21,15)
#000000
(0,0,0)

Tints of #D2E7A5

#D2E7A5
(210,231,165)
#D6E9AD
(214,233,173)
#DAEBB5
(218,235,181)
#DEEDBD
(222,237,189)
#E2EFC5
(226,239,197)
#E6F1CD
(230,241,205)
#EAF3D5
(234,243,213)
#EEF5DD
(238,245,221)
#F2F7E5
(242,247,229)
#F6F9ED
(246,249,237)
#FAFBF5
(250,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E7A5 color. Also use rgb(210,231,165) instead hex code.

Text Font Color

.myTextColor { color: #D2E7A5; }

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

This text font color is #D2E7A5.

Background Color

.myBgColor { background-color: #D2E7A5; }

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

This div background color is #D2E7A5.

Border color

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

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

This div border color is #D2E7A5.

Opacity

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

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

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

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

This text has shadow with #D2E7A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E7A5.

Preview

Color preview on black background

This text has color #D2E7A5 on black background.


Color preview on white background

This text has color #D2E7A5 on white background.


Black color preview on #D2E7A5 background

This text has black color on #D2E7A5 background.


White color preview on #D2E7A5 background

This text has white color on #D2E7A5 background.


Related colors

Complementary color

Complementary color for #hex is #2D185A.


I love getcolorcode.com

Triadic colors

1 #A5D2E7 and #E7A5D2 with #D2E7A5 are triadic colors.

2 #A5E7D2 and #E7D2A5 with #D2E7A5 are triadic colors.