COLOR #DFFECC

HEX: #DFFECC
RGB: (223,254,204)

Color info

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

RGB color model

#DFFECC color RGB value is (223,254,204).

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

RGB channels and saturation

R 223 of 255 = 87%
G 254 of 255 = 100%
B 204 of 255 = 80%

223
254
204

R + G + B ~ 89%. #DFFECC is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 254 + 204 = 681 (100%)
R 223 of 681 ~ 32.75%
G 254 of 681 ~ 37.3%
B 204 of 681 ~ 29.96%

%32.75
%37.3
%29.96

CMYK color model

#DFFECC color CMYK value is (12,0,20,0).

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 19.69%
  • key color value is 0.39%
CMYK:
(12,0,20,0)
C12M0Y20K0 
(12%,0%,20%,0%)
(0.12/0.00/0.20/0.00)	

CMYK percentages

%12.2
%0
%19.69
%0.39

Codes

Color #DFFECC in popluar color models

DFFECC
RGB223254204
HSL97°96.15%89.80%
HSB/HSV97°19.69%99.61%
CMYK12.20%0.00%19.69%
0.39%

Color #DFFECC in popluar number systems.

HEXDFFECC
Decimal223254204
Binary110111111111111011001100
Octal337376314

Shades and tints

Shades of #DFFECC

#DFFECC
(223,254,204)
#CBE7BA
(203,231,186)
#B7D0A8
(183,208,168)
#A3B996
(163,185,150)
#8FA284
(143,162,132)
#7B8B72
(123,139,114)
#677460
(103,116,96)
#535D4E
(83,93,78)
#3F463C
(63,70,60)
#2B2F2A
(43,47,42)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #DFFECC

#DFFECC
(223,254,204)
#E1FED0
(225,254,208)
#E3FED4
(227,254,212)
#E5FED8
(229,254,216)
#E7FEDC
(231,254,220)
#E9FEE0
(233,254,224)
#EBFEE4
(235,254,228)
#EDFEE8
(237,254,232)
#EFFEEC
(239,254,236)
#F1FEF0
(241,254,240)
#F3FEF4
(243,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFFECC; }

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

This text font color is #DFFECC.


Background Color

.myBgColor { background-color: #DFFECC; }

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

This div background color is #DFFECC.


Border color

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

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

This div border color is #DFFECC.


Opacity

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

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

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

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

This text has shadow with #DFFECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFECC on black background.


Color preview on white background

This text has color #DFFECC on white background.



Black color preview on #DFFECC background

This text has black color on #DFFECC background.


White color preview on #DFFECC background

This text has white color on #DFFECC background.