COLOR #D6DFA7

HEX: #D6DFA7
RGB: (214,223,167)

Color info

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

RGB color model

#D6DFA7 color RGB value is (214,223,167).

  • red value is 214;
  • green value is 223;
  • blue value is 167.
RGB:
(214,223,167)
(84%,87%,65%)

RGB channels and saturation

R 214 of 255 = 84%
G 223 of 255 = 87%
B 167 of 255 = 65%

214
223
167

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

Portions of RGB colors in percentages

R + G + B =
214 + 223 + 167 = 604 (100%)
R 214 of 604 ~ 35.43%
G 223 of 604 ~ 36.92%
B 167 of 604 ~ 27.65%

%35.43
%36.92
%27.65

CMYK color model

#D6DFA7 color CMYK value is (4,0,25,13).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 25.11%
  • key color value is 12.55%
CMYK:
(4,0,25,13)
C4M0Y25K13 
(4%,0%,25%,13%)
(0.04/0.00/0.25/0.13)	

CMYK percentages

%4.04
%0
%25.11
%12.55

Codes

Color #D6DFA7 in popluar color models

D6DFA7
RGB214223167
HSL70°46.67%76.47%
HSB/HSV70°25.11%87.45%
CMYK4.04%0.00%25.11%
12.55%

Color #D6DFA7 in popluar number systems.

HEXD6DFA7
Decimal214223167
Binary110101101101111110100111
Octal326337247

Shades and tints

Shades of #D6DFA7

#D6DFA7
(214,223,167)
#C3CB98
(195,203,152)
#B0B789
(176,183,137)
#9DA37A
(157,163,122)
#8A8F6B
(138,143,107)
#777B5C
(119,123,92)
#64674D
(100,103,77)
#51533E
(81,83,62)
#3E3F2F
(62,63,47)
#2B2B20
(43,43,32)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #D6DFA7

#D6DFA7
(214,223,167)
#D9E1AF
(217,225,175)
#DCE3B7
(220,227,183)
#DFE5BF
(223,229,191)
#E2E7C7
(226,231,199)
#E5E9CF
(229,233,207)
#E8EBD7
(232,235,215)
#EBEDDF
(235,237,223)
#EEEFE7
(238,239,231)
#F1F1EF
(241,241,239)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6DFA7 color. Also use rgb(214,223,167) instead hex code.

Text Font Color

.myTextColor { color: #D6DFA7; }

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

This text font color is #D6DFA7.


Background Color

.myBgColor { background-color: #D6DFA7; }

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

This div background color is #D6DFA7.


Border color

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

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

This div border color is #D6DFA7.


Opacity

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

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

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

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

This text has shadow with #D6DFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DFA7 on black background.


Color preview on white background

This text has color #D6DFA7 on white background.



Black color preview on #D6DFA7 background

This text has black color on #D6DFA7 background.


White color preview on #D6DFA7 background

This text has white color on #D6DFA7 background.