COLOR #D2E6A8

HEX: #D2E6A8
RGB: (210,230,168)

Color info

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

RGB color model

#D2E6A8 color RGB value is (210,230,168).

  • red value is 210;
  • green value is 230;
  • blue value is 168.
RGB:
(210,230,168)
(82%,90%,66%)

RGB channels and saturation

R 210 of 255 = 82%
G 230 of 255 = 90%
B 168 of 255 = 66%

210
230
168

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

Portions of RGB colors in percentages

R + G + B =
210 + 230 + 168 = 608 (100%)
R 210 of 608 ~ 34.54%
G 230 of 608 ~ 37.83%
B 168 of 608 ~ 27.63%

%34.54
%37.83
%27.63

CMYK color model

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

  • cyan value is 8.70%
  • magenta value is 0.00%
  • yellow value is 26.96%
  • key color value is 9.80%
CMYK:
(9,0,27,10)
C9M0Y27K10 
(9%,0%,27%,10%)
(0.09/0.00/0.27/0.10)	

CMYK percentages

%8.7
%0
%26.96
%9.8

Codes

Color #D2E6A8 in popluar color models

D2E6A8
RGB210230168
HSL79°55.36%78.04%
HSB/HSV79°26.96%90.20%
CMYK8.70%0.00%26.96%
9.80%

Color #D2E6A8 in popluar number systems.

HEXD2E6A8
Decimal210230168
Binary110100101110011010101000
Octal322346250

Shades and tints

Shades of #D2E6A8

#D2E6A8
(210,230,168)
#BFD299
(191,210,153)
#ACBE8A
(172,190,138)
#99AA7B
(153,170,123)
#86966C
(134,150,108)
#73825D
(115,130,93)
#606E4E
(96,110,78)
#4D5A3F
(77,90,63)
#3A4630
(58,70,48)
#273221
(39,50,33)
#141E12
(20,30,18)
#000000
(0,0,0)

Tints of #D2E6A8

#D2E6A8
(210,230,168)
#D6E8AF
(214,232,175)
#DAEAB6
(218,234,182)
#DEECBD
(222,236,189)
#E2EEC4
(226,238,196)
#E6F0CB
(230,240,203)
#EAF2D2
(234,242,210)
#EEF4D9
(238,244,217)
#F2F6E0
(242,246,224)
#F6F8E7
(246,248,231)
#FAFAEE
(250,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E6A8; }

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

This text font color is #D2E6A8.


Background Color

.myBgColor { background-color: #D2E6A8; }

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

This div background color is #D2E6A8.


Border color

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

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

This div border color is #D2E6A8.


Opacity

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

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

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

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

This text has shadow with #D2E6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E6A8 on black background.


Color preview on white background

This text has color #D2E6A8 on white background.



Black color preview on #D2E6A8 background

This text has black color on #D2E6A8 background.


White color preview on #D2E6A8 background

This text has white color on #D2E6A8 background.