COLOR #D2E69C

HEX: #D2E69C RGB: (210,230,156)

Color info

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

RGB color model

#D2E69C color RGB value is (210,230,156).

RGB: (210,230,156) (82%, 90%, 61%)

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 156 of 255 = 61%

210
230
156

R + G + B ~ 78%. #D2E69C is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 230 + 156 = 596 (100%)
R 210 of 596 ~ 35.23%
G 230 of 596 ~ 38.59%
B 156 of 596 ~ 26.17'%

%35.23
%38.59
%26.17

CMYK color model

#D2E69C color CMYK value is (9,0,32,10).

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 32.17%
  • key color value is 9.80%

CMYK: (9,0,32,10)
C9M0Y32K10 (9%, 0%, 32%, 10%)
(0.09 / 0.00 / 0.32 / 0.10)

CMYK percentages

%8.7
%0
%32.17
%9.8

Codes

Color #D2E69C in popluar color models

D2 E6 9C
RGB 210 230 156
HSL 76° 59.68% 75.69%
HSB/HSV 76° 32.17% 90.20%
CMYK 8.70% 0.00% 32.17%
9.80%

Color #D2E69C in popluar number systems.

HEX D2 E6 9C
Decimal 210 230 156
Binary 11010010 11100110 10011100
Octal 322 346 234

Shades and tints

Shades of #D2E69C

#D2E69C
(210,230,156)
#BFD28E
(191,210,142)
#ACBE80
(172,190,128)
#99AA72
(153,170,114)
#869664
(134,150,100)
#738256
(115,130,86)
#606E48
(96,110,72)
#4D5A3A
(77,90,58)
#3A462C
(58,70,44)
#27321E
(39,50,30)
#141E10
(20,30,16)
#000000
(0,0,0)

Tints of #D2E69C

#D2E69C
(210,230,156)
#D6E8A5
(214,232,165)
#DAEAAE
(218,234,174)
#DEECB7
(222,236,183)
#E2EEC0
(226,238,192)
#E6F0C9
(230,240,201)
#EAF2D2
(234,242,210)
#EEF4DB
(238,244,219)
#F2F6E4
(242,246,228)
#F6F8ED
(246,248,237)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E69C color. Also use rgb(210,230,156) instead hex code.

Text Font Color

.myTextColor { color: #D2E69C; }

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

This text font color is #D2E69C.

Background Color

.myBgColor { background-color: #D2E69C; }

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

This div background color is #D2E69C.

Border color

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

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

This div border color is #D2E69C.

Opacity

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

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

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

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

This text has shadow with #D2E69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E69C.

Preview

Color preview on black background

This text has color #D2E69C on black background.


Color preview on white background

This text has color #D2E69C on white background.


Black color preview on #D2E69C background

This text has black color on #D2E69C background.


White color preview on #D2E69C background

This text has white color on #D2E69C background.


Related colors

Complementary color

Complementary color for #hex is #2D1963.


I love getcolorcode.com

Triadic colors

1 #9CD2E6 and #E69CD2 with #D2E69C are triadic colors.

2 #9CE6D2 and #E6D29C with #D2E69C are triadic colors.