COLOR #DFE8C8

HEX: #DFE8C8
RGB: (223,232,200)

Color info

#DFE8C8 contains red, green and blue colors in about the same proportion. Web safe color of #DFE8C8 is #CCFFCC (or #CFC).

RGB color model

#DFE8C8 color RGB value is (223,232,200).

  • red value is 223;
  • green value is 232;
  • blue value is 200.
RGB:
(223,232,200)
(87%,91%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 232 of 255 = 91%
B 200 of 255 = 78%

223
232
200

R + G + B ~ 85%. #DFE8C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 232 + 200 = 655 (100%)
R 223 of 655 ~ 34.05%
G 232 of 655 ~ 35.42%
B 200 of 655 ~ 30.53%

%34.05
%35.42
%30.53

CMYK color model

#DFE8C8 color CMYK value is (4,0,14,9).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(4,0,14,9)
C4M0Y14K9 
(4%,0%,14%,9%)
(0.04/0.00/0.14/0.09)	

CMYK percentages

%3.88
%0
%13.79
%9.02

Codes

Color #DFE8C8 in popluar color models

DFE8C8
RGB223232200
HSL77°41.03%84.71%
HSB/HSV77°13.79%90.98%
CMYK3.88%0.00%13.79%
9.02%

Color #DFE8C8 in popluar number systems.

HEXDFE8C8
Decimal223232200
Binary110111111110100011001000
Octal337350310

Shades and tints

Shades of #DFE8C8

#DFE8C8
(223,232,200)
#CBD3B6
(203,211,182)
#B7BEA4
(183,190,164)
#A3A992
(163,169,146)
#8F9480
(143,148,128)
#7B7F6E
(123,127,110)
#676A5C
(103,106,92)
#53554A
(83,85,74)
#3F4038
(63,64,56)
#2B2B26
(43,43,38)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #DFE8C8

#DFE8C8
(223,232,200)
#E1EACD
(225,234,205)
#E3ECD2
(227,236,210)
#E5EED7
(229,238,215)
#E7F0DC
(231,240,220)
#E9F2E1
(233,242,225)
#EBF4E6
(235,244,230)
#EDF6EB
(237,246,235)
#EFF8F0
(239,248,240)
#F1FAF5
(241,250,245)
#F3FCFA
(243,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFE8C8 color. Also use rgb(223,232,200) instead hex code.

Text Font Color

.myTextColor { color: #DFE8C8; }

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

This text font color is #DFE8C8.


Background Color

.myBgColor { background-color: #DFE8C8; }

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

This div background color is #DFE8C8.


Border color

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

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

This div border color is #DFE8C8.


Opacity

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

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

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

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

This text has shadow with #DFE8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFE8C8 on black background.


Color preview on white background

This text has color #DFE8C8 on white background.



Black color preview on #DFE8C8 background

This text has black color on #DFE8C8 background.


White color preview on #DFE8C8 background

This text has white color on #DFE8C8 background.