COLOR #D2E97C

HEX: #D2E97C RGB: (210,233,124)

Color info

#D2E97C contains mainly red and green colors. Web safe color of #D2E97C is #CCFF66 (or #CF6).

RGB color model

#D2E97C color RGB value is (210,233,124).

RGB: (210,233,124) (82%, 91%, 49%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 124 of 255 = 49%

210
233
124

R + G + B ~ 74%. #D2E97C is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 233 + 124 = 567 (100%)
R 210 of 567 ~ 37.04%
G 233 of 567 ~ 41.09%
B 124 of 567 ~ 21.87'%

%37.04
%41.09
%21.87

CMYK color model

#D2E97C color CMYK value is (10,0,47,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 46.78%
  • key color value is 8.63%
CMYK: (10,0,47,9) C10M0Y47K9 (10%,0%,47%,9%) (0.10/0.00/0.47/0.09) 

CMYK percentages

%9.87
%0
%46.78
%8.63

Codes

Color #D2E97C in popluar color models

D2 E9 7C
RGB 210 233 124
HSL 73° 71.24% 70.00%
HSB/HSV 73° 46.78% 91.37%
CMYK 9.87% 0.00% 46.78%
8.63%

Color #D2E97C in popluar number systems.

HEX D2 E9 7C
Decimal 210 233 124
Binary 11010010 11101001 1111100
Octal 322 351 174

Shades and tints

Shades of #D2E97C

#D2E97C
(210,233,124)
#BFD471
(191,212,113)
#ACBF66
(172,191,102)
#99AA5B
(153,170,91)
#869550
(134,149,80)
#738045
(115,128,69)
#606B3A
(96,107,58)
#4D562F
(77,86,47)
#3A4124
(58,65,36)
#272C19
(39,44,25)
#14170E
(20,23,14)
#000000
(0,0,0)

Tints of #D2E97C

#D2E97C
(210,233,124)
#D6EB87
(214,235,135)
#DAED92
(218,237,146)
#DEEF9D
(222,239,157)
#E2F1A8
(226,241,168)
#E6F3B3
(230,243,179)
#EAF5BE
(234,245,190)
#EEF7C9
(238,247,201)
#F2F9D4
(242,249,212)
#F6FBDF
(246,251,223)
#FAFDEA
(250,253,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E97C color. Also use rgb(210,233,124) instead hex code.

Text Font Color

.myTextColor { color: #D2E97C; }

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

This text font color is #D2E97C.

Background Color

.myBgColor { background-color: #D2E97C; }

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

This div background color is #D2E97C.

Border color

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

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

This div border color is #D2E97C.

Opacity

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

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

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

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

This text has shadow with #D2E97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E97C.

Preview

Color preview on black background

This text has color #D2E97C on black background.


Color preview on white background

This text has color #D2E97C on white background.


Black color preview on #D2E97C background

This text has black color on #D2E97C background.


White color preview on #D2E97C background

This text has white color on #D2E97C background.


Related colors

Complementary color

Complementary color for #hex is #2D1683.


I love getcolorcode.com

Triadic colors

1 #7CD2E9 and #E97CD2 with #D2E97C are triadic colors.

2 #7CE9D2 and #E9D27C with #D2E97C are triadic colors.