COLOR #D2E9A6

HEX: #D2E9A6 RGB: (210,233,166)

Color info

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

RGB color model

#D2E9A6 color RGB value is (210,233,166).

RGB: (210,233,166) (82%, 91%, 65%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 166 of 255 = 65%

210
233
166

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

Portions of RGB colors in percentages

R + G + B = 210 + 233 + 166 = 609 (100%)
R 210 of 609 ~ 34.48%
G 233 of 609 ~ 38.26%
B 166 of 609 ~ 27.26'%

%34.48
%38.26
%27.26

CMYK color model

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

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 28.76%
  • key color value is 8.63%
CMYK: (10,0,29,9) C10M0Y29K9 (10%,0%,29%,9%) (0.10/0.00/0.29/0.09) 

CMYK percentages

%9.87
%0
%28.76
%8.63

Codes

Color #D2E9A6 in popluar color models

D2 E9 A6
RGB 210 233 166
HSL 81° 60.36% 78.24%
HSB/HSV 81° 28.76% 91.37%
CMYK 9.87% 0.00% 28.76%
8.63%

Color #D2E9A6 in popluar number systems.

HEX D2 E9 A6
Decimal 210 233 166
Binary 11010010 11101001 10100110
Octal 322 351 246

Shades and tints

Shades of #D2E9A6

#D2E9A6
(210,233,166)
#BFD497
(191,212,151)
#ACBF88
(172,191,136)
#99AA79
(153,170,121)
#86956A
(134,149,106)
#73805B
(115,128,91)
#606B4C
(96,107,76)
#4D563D
(77,86,61)
#3A412E
(58,65,46)
#272C1F
(39,44,31)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #D2E9A6

#D2E9A6
(210,233,166)
#D6EBAE
(214,235,174)
#DAEDB6
(218,237,182)
#DEEFBE
(222,239,190)
#E2F1C6
(226,241,198)
#E6F3CE
(230,243,206)
#EAF5D6
(234,245,214)
#EEF7DE
(238,247,222)
#F2F9E6
(242,249,230)
#F6FBEE
(246,251,238)
#FAFDF6
(250,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E9A6; }

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

This text font color is #D2E9A6.

Background Color

.myBgColor { background-color: #D2E9A6; }

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

This div background color is #D2E9A6.

Border color

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

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

This div border color is #D2E9A6.

Opacity

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

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

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

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

This text has shadow with #D2E9A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E9A6.

Preview

Color preview on black background

This text has color #D2E9A6 on black background.


Color preview on white background

This text has color #D2E9A6 on white background.


Black color preview on #D2E9A6 background

This text has black color on #D2E9A6 background.


White color preview on #D2E9A6 background

This text has white color on #D2E9A6 background.


Related colors

Complementary color

Complementary color for #hex is #2D1659.


I love getcolorcode.com

Triadic colors

1 #A6D2E9 and #E9A6D2 with #D2E9A6 are triadic colors.

2 #A6E9D2 and #E9D2A6 with #D2E9A6 are triadic colors.