COLOR #DFE6C2

HEX: #DFE6C2
RGB: (223,230,194)

Color info

#DFE6C2 contains red, green and blue colors in about the same proportion. Web safe color of #DFE6C2 is #CCCCCC (or #CCC).

RGB color model

#DFE6C2 color RGB value is (223,230,194).

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

RGB channels and saturation

R 223 of 255 = 87%
G 230 of 255 = 90%
B 194 of 255 = 76%

223
230
194

R + G + B ~ 84%. #DFE6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 230 + 194 = 647 (100%)
R 223 of 647 ~ 34.47%
G 230 of 647 ~ 35.55%
B 194 of 647 ~ 29.98%

%34.47
%35.55
%29.98

CMYK color model

#DFE6C2 color CMYK value is (3,0,16,10).

  • cyan value is 3.04%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 9.80%
CMYK:
(3,0,16,10)
C3M0Y16K10 
(3%,0%,16%,10%)
(0.03/0.00/0.16/0.10)	

CMYK percentages

%3.04
%0
%15.65
%9.8

Codes

Color #DFE6C2 in popluar color models

DFE6C2
RGB223230194
HSL72°41.86%83.14%
HSB/HSV72°15.65%90.20%
CMYK3.04%0.00%15.65%
9.80%

Color #DFE6C2 in popluar number systems.

HEXDFE6C2
Decimal223230194
Binary110111111110011011000010
Octal337346302

Shades and tints

Shades of #DFE6C2

#DFE6C2
(223,230,194)
#CBD2B1
(203,210,177)
#B7BEA0
(183,190,160)
#A3AA8F
(163,170,143)
#8F967E
(143,150,126)
#7B826D
(123,130,109)
#676E5C
(103,110,92)
#535A4B
(83,90,75)
#3F463A
(63,70,58)
#2B3229
(43,50,41)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #DFE6C2

#DFE6C2
(223,230,194)
#E1E8C7
(225,232,199)
#E3EACC
(227,234,204)
#E5ECD1
(229,236,209)
#E7EED6
(231,238,214)
#E9F0DB
(233,240,219)
#EBF2E0
(235,242,224)
#EDF4E5
(237,244,229)
#EFF6EA
(239,246,234)
#F1F8EF
(241,248,239)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFE6C2; }

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

This text font color is #DFE6C2.


Background Color

.myBgColor { background-color: #DFE6C2; }

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

This div background color is #DFE6C2.


Border color

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

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

This div border color is #DFE6C2.


Opacity

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

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

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

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

This text has shadow with #DFE6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE6C2 on black background.


Color preview on white background

This text has color #DFE6C2 on white background.



Black color preview on #DFE6C2 background

This text has black color on #DFE6C2 background.


White color preview on #DFE6C2 background

This text has white color on #DFE6C2 background.