COLOR #DFEDCC

HEX: #DFEDCC
RGB: (223,237,204)

Color info

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

RGB color model

#DFEDCC color RGB value is (223,237,204).

  • red value is 223;
  • green value is 237;
  • blue value is 204.
RGB:
(223,237,204)
(87%,93%,80%)

RGB channels and saturation

R 223 of 255 = 87%
G 237 of 255 = 93%
B 204 of 255 = 80%

223
237
204

R + G + B ~ 87%. #DFEDCC is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 237 + 204 = 664 (100%)
R 223 of 664 ~ 33.58%
G 237 of 664 ~ 35.69%
B 204 of 664 ~ 30.72%

%33.58
%35.69
%30.72

CMYK color model

#DFEDCC color CMYK value is (6,0,14,7).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK:
(6,0,14,7)
C6M0Y14K7 
(6%,0%,14%,7%)
(0.06/0.00/0.14/0.07)	

CMYK percentages

%5.91
%0
%13.92
%7.06

Codes

Color #DFEDCC in popluar color models

DFEDCC
RGB223237204
HSL85°47.83%86.47%
HSB/HSV85°13.92%92.94%
CMYK5.91%0.00%13.92%
7.06%

Color #DFEDCC in popluar number systems.

HEXDFEDCC
Decimal223237204
Binary110111111110110111001100
Octal337355314

Shades and tints

Shades of #DFEDCC

#DFEDCC
(223,237,204)
#CBD8BA
(203,216,186)
#B7C3A8
(183,195,168)
#A3AE96
(163,174,150)
#8F9984
(143,153,132)
#7B8472
(123,132,114)
#676F60
(103,111,96)
#535A4E
(83,90,78)
#3F453C
(63,69,60)
#2B302A
(43,48,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #DFEDCC

#DFEDCC
(223,237,204)
#E1EED0
(225,238,208)
#E3EFD4
(227,239,212)
#E5F0D8
(229,240,216)
#E7F1DC
(231,241,220)
#E9F2E0
(233,242,224)
#EBF3E4
(235,243,228)
#EDF4E8
(237,244,232)
#EFF5EC
(239,245,236)
#F1F6F0
(241,246,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFEDCC color. Also use rgb(223,237,204) instead hex code.

Text Font Color

.myTextColor { color: #DFEDCC; }

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

This text font color is #DFEDCC.


Background Color

.myBgColor { background-color: #DFEDCC; }

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

This div background color is #DFEDCC.


Border color

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

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

This div border color is #DFEDCC.


Opacity

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

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

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

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

This text has shadow with #DFEDCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEDCC on black background.


Color preview on white background

This text has color #DFEDCC on white background.



Black color preview on #DFEDCC background

This text has black color on #DFEDCC background.


White color preview on #DFEDCC background

This text has white color on #DFEDCC background.