COLOR #DFE6A7

HEX: #DFE6A7
RGB: (223,230,167)

Color info

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

RGB color model

#DFE6A7 color RGB value is (223,230,167).

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

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 167 of 255 = 65%

223
230
167

R + G + B ~ 81%. #DFE6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 230 + 167 = 620 (100%)
R 223 of 620 ~ 35.97%
G 230 of 620 ~ 37.1%
B 167 of 620 ~ 26.94%

%35.97
%37.1
%26.94

CMYK color model

#DFE6A7 color CMYK value is (3,0,27,10).

  • cyan value is 3.04%
  • magenta value is 0.00%
  • yellow value is 27.39%
  • key color value is 9.80%
CMYK:
(3,0,27,10)
C3M0Y27K10 
(3%,0%,27%,10%)
(0.03/0.00/0.27/0.10)	

CMYK percentages

%3.04
%0
%27.39
%9.8

Codes

Color #DFE6A7 in popluar color models

DFE6A7
RGB223230167
HSL67°55.75%77.84%
HSB/HSV67°27.39%90.20%
CMYK3.04%0.00%27.39%
9.80%

Color #DFE6A7 in popluar number systems.

HEXDFE6A7
Decimal223230167
Binary110111111110011010100111
Octal337346247

Shades and tints

Shades of #DFE6A7

#DFE6A7
(223,230,167)
#CBD298
(203,210,152)
#B7BE89
(183,190,137)
#A3AA7A
(163,170,122)
#8F966B
(143,150,107)
#7B825C
(123,130,92)
#676E4D
(103,110,77)
#535A3E
(83,90,62)
#3F462F
(63,70,47)
#2B3220
(43,50,32)
#171E11
(23,30,17)
#000000
(0,0,0)

Tints of #DFE6A7

#DFE6A7
(223,230,167)
#E1E8AF
(225,232,175)
#E3EAB7
(227,234,183)
#E5ECBF
(229,236,191)
#E7EEC7
(231,238,199)
#E9F0CF
(233,240,207)
#EBF2D7
(235,242,215)
#EDF4DF
(237,244,223)
#EFF6E7
(239,246,231)
#F1F8EF
(241,248,239)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE6A7; }

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

This text font color is #DFE6A7.


Background Color

.myBgColor { background-color: #DFE6A7; }

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

This div background color is #DFE6A7.


Border color

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

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

This div border color is #DFE6A7.


Opacity

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

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

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

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

This text has shadow with #DFE6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE6A7 on black background.


Color preview on white background

This text has color #DFE6A7 on white background.



Black color preview on #DFE6A7 background

This text has black color on #DFE6A7 background.


White color preview on #DFE6A7 background

This text has white color on #DFE6A7 background.