COLOR #DFEECC

HEX: #DFEECC
RGB: (223,238,204)

Color info

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

RGB color model

#DFEECC color RGB value is (223,238,204).

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

RGB channels and saturation

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

223
238
204

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

Portions of RGB colors in percentages

R + G + B =
223 + 238 + 204 = 665 (100%)
R 223 of 665 ~ 33.53%
G 238 of 665 ~ 35.79%
B 204 of 665 ~ 30.68%

%33.53
%35.79
%30.68

CMYK color model

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

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

CMYK percentages

%6.3
%0
%14.29
%6.67

Codes

Color #DFEECC in popluar color models

DFEECC
RGB223238204
HSL86°50.00%86.67%
HSB/HSV86°14.29%93.33%
CMYK6.30%0.00%14.29%
6.67%

Color #DFEECC in popluar number systems.

HEXDFEECC
Decimal223238204
Binary110111111110111011001100
Octal337356314

Shades and tints

Shades of #DFEECC

#DFEECC
(223,238,204)
#CBD9BA
(203,217,186)
#B7C4A8
(183,196,168)
#A3AF96
(163,175,150)
#8F9A84
(143,154,132)
#7B8572
(123,133,114)
#677060
(103,112,96)
#535B4E
(83,91,78)
#3F463C
(63,70,60)
#2B312A
(43,49,42)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #DFEECC

#DFEECC
(223,238,204)
#E1EFD0
(225,239,208)
#E3F0D4
(227,240,212)
#E5F1D8
(229,241,216)
#E7F2DC
(231,242,220)
#E9F3E0
(233,243,224)
#EBF4E4
(235,244,228)
#EDF5E8
(237,245,232)
#EFF6EC
(239,246,236)
#F1F7F0
(241,247,240)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFEECC; }

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

This text font color is #DFEECC.


Background Color

.myBgColor { background-color: #DFEECC; }

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

This div background color is #DFEECC.


Border color

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

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

This div border color is #DFEECC.


Opacity

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

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

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

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

This text has shadow with #DFEECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFEECC on black background.


Color preview on white background

This text has color #DFEECC on white background.



Black color preview on #DFEECC background

This text has black color on #DFEECC background.


White color preview on #DFEECC background

This text has white color on #DFEECC background.