COLOR #D6E2A8

HEX: #D6E2A8
RGB: (214,226,168)

Color info

#D6E2A8 contains red, green and blue colors in about the same proportion. Web safe color of #D6E2A8 is #CCCC99 (or #CC9).

RGB color model

#D6E2A8 color RGB value is (214,226,168).

  • red value is 214;
  • green value is 226;
  • blue value is 168.
RGB:
(214,226,168)
(84%,89%,66%)

RGB channels and saturation

R 214 of 255 = 84%
G 226 of 255 = 89%
B 168 of 255 = 66%

214
226
168

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

Portions of RGB colors in percentages

R + G + B =
214 + 226 + 168 = 608 (100%)
R 214 of 608 ~ 35.2%
G 226 of 608 ~ 37.17%
B 168 of 608 ~ 27.63%

%35.2
%37.17
%27.63

CMYK color model

#D6E2A8 color CMYK value is (5,0,26,11).

  • cyan value is 5.31%
  • magenta value is 0.00%
  • yellow value is 25.66%
  • key color value is 11.37%
CMYK:
(5,0,26,11)
C5M0Y26K11 
(5%,0%,26%,11%)
(0.05/0.00/0.26/0.11)	

CMYK percentages

%5.31
%0
%25.66
%11.37

Codes

Color #D6E2A8 in popluar color models

D6E2A8
RGB214226168
HSL72°50.00%77.25%
HSB/HSV72°25.66%88.63%
CMYK5.31%0.00%25.66%
11.37%

Color #D6E2A8 in popluar number systems.

HEXD6E2A8
Decimal214226168
Binary110101101110001010101000
Octal326342250

Shades and tints

Shades of #D6E2A8

#D6E2A8
(214,226,168)
#C3CE99
(195,206,153)
#B0BA8A
(176,186,138)
#9DA67B
(157,166,123)
#8A926C
(138,146,108)
#777E5D
(119,126,93)
#646A4E
(100,106,78)
#51563F
(81,86,63)
#3E4230
(62,66,48)
#2B2E21
(43,46,33)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #D6E2A8

#D6E2A8
(214,226,168)
#D9E4AF
(217,228,175)
#DCE6B6
(220,230,182)
#DFE8BD
(223,232,189)
#E2EAC4
(226,234,196)
#E5ECCB
(229,236,203)
#E8EED2
(232,238,210)
#EBF0D9
(235,240,217)
#EEF2E0
(238,242,224)
#F1F4E7
(241,244,231)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E2A8 color. Also use rgb(214,226,168) instead hex code.

Text Font Color

.myTextColor { color: #D6E2A8; }

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

This text font color is #D6E2A8.


Background Color

.myBgColor { background-color: #D6E2A8; }

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

This div background color is #D6E2A8.


Border color

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

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

This div border color is #D6E2A8.


Opacity

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

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

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

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

This text has shadow with #D6E2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E2A8 on black background.


Color preview on white background

This text has color #D6E2A8 on white background.



Black color preview on #D6E2A8 background

This text has black color on #D6E2A8 background.


White color preview on #D6E2A8 background

This text has white color on #D6E2A8 background.