COLOR #D2E7A8

HEX: #D2E7A8 RGB: (210,231,168)

Color info

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

RGB color model

#D2E7A8 color RGB value is (210,231,168).

RGB: (210,231,168) (82%, 91%, 66%)

RGB channels and saturation

R 210 of 255 = 82%
G 231 of 255 = 91%
B 168 of 255 = 66%

210
231
168

R + G + B ~ 80%. #D2E7A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 231 + 168 = 609 (100%)
R 210 of 609 ~ 34.48%
G 231 of 609 ~ 37.93%
B 168 of 609 ~ 27.59'%

%34.48
%37.93
%27.59

CMYK color model

#D2E7A8 color CMYK value is (9,0,27,9).

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

CMYK: (9,0,27,9)
C9M0Y27K9 (9%, 0%, 27%, 9%)
(0.09 / 0.00 / 0.27 / 0.09)

CMYK percentages

%9.09
%0
%27.27
%9.41

Codes

Color #D2E7A8 in popluar color models

D2 E7 A8
RGB 210 231 168
HSL 80° 56.76% 78.24%
HSB/HSV 80° 27.27% 90.59%
CMYK 9.09% 0.00% 27.27%
9.41%

Color #D2E7A8 in popluar number systems.

HEX D2 E7 A8
Decimal 210 231 168
Binary 11010010 11100111 10101000
Octal 322 347 250

Shades and tints

Shades of #D2E7A8

#D2E7A8
(210,231,168)
#BFD299
(191,210,153)
#ACBD8A
(172,189,138)
#99A87B
(153,168,123)
#86936C
(134,147,108)
#737E5D
(115,126,93)
#60694E
(96,105,78)
#4D543F
(77,84,63)
#3A3F30
(58,63,48)
#272A21
(39,42,33)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #D2E7A8

#D2E7A8
(210,231,168)
#D6E9AF
(214,233,175)
#DAEBB6
(218,235,182)
#DEEDBD
(222,237,189)
#E2EFC4
(226,239,196)
#E6F1CB
(230,241,203)
#EAF3D2
(234,243,210)
#EEF5D9
(238,245,217)
#F2F7E0
(242,247,224)
#F6F9E7
(246,249,231)
#FAFBEE
(250,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E7A8; }

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

This text font color is #D2E7A8.

Background Color

.myBgColor { background-color: #D2E7A8; }

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

This div background color is #D2E7A8.

Border color

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

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

This div border color is #D2E7A8.

Opacity

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

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

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

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

This text has shadow with #D2E7A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E7A8.

Preview

Color preview on black background

This text has color #D2E7A8 on black background.


Color preview on white background

This text has color #D2E7A8 on white background.


Black color preview on #D2E7A8 background

This text has black color on #D2E7A8 background.


White color preview on #D2E7A8 background

This text has white color on #D2E7A8 background.


Related colors

Complementary color

Complementary color for #hex is #2D1857.


I love getcolorcode.com

Triadic colors

1 #A8D2E7 and #E7A8D2 with #D2E7A8 are triadic colors.

2 #A8E7D2 and #E7D2A8 with #D2E7A8 are triadic colors.