COLOR #DFF7CC

HEX: #DFF7CC
RGB: (223,247,204)

Color info

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

RGB color model

#DFF7CC color RGB value is (223,247,204).

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

RGB channels and saturation

R 223 of 255 = 87%
G 247 of 255 = 97%
B 204 of 255 = 80%

223
247
204

R + G + B ~ 88%. #DFF7CC is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 247 + 204 = 674 (100%)
R 223 of 674 ~ 33.09%
G 247 of 674 ~ 36.65%
B 204 of 674 ~ 30.27%

%33.09
%36.65
%30.27

CMYK color model

#DFF7CC color CMYK value is (10,0,17,3).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(10,0,17,3)
C10M0Y17K3 
(10%,0%,17%,3%)
(0.10/0.00/0.17/0.03)	

CMYK percentages

%9.72
%0
%17.41
%3.14

Codes

Color #DFF7CC in popluar color models

DFF7CC
RGB223247204
HSL93°72.88%88.43%
HSB/HSV93°17.41%96.86%
CMYK9.72%0.00%17.41%
3.14%

Color #DFF7CC in popluar number systems.

HEXDFF7CC
Decimal223247204
Binary110111111111011111001100
Octal337367314

Shades and tints

Shades of #DFF7CC

#DFF7CC
(223,247,204)
#CBE1BA
(203,225,186)
#B7CBA8
(183,203,168)
#A3B596
(163,181,150)
#8F9F84
(143,159,132)
#7B8972
(123,137,114)
#677360
(103,115,96)
#535D4E
(83,93,78)
#3F473C
(63,71,60)
#2B312A
(43,49,42)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #DFF7CC

#DFF7CC
(223,247,204)
#E1F7D0
(225,247,208)
#E3F7D4
(227,247,212)
#E5F7D8
(229,247,216)
#E7F7DC
(231,247,220)
#E9F7E0
(233,247,224)
#EBF7E4
(235,247,228)
#EDF7E8
(237,247,232)
#EFF7EC
(239,247,236)
#F1F7F0
(241,247,240)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF7CC; }

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

This text font color is #DFF7CC.


Background Color

.myBgColor { background-color: #DFF7CC; }

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

This div background color is #DFF7CC.


Border color

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

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

This div border color is #DFF7CC.


Opacity

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

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

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

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

This text has shadow with #DFF7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF7CC on black background.


Color preview on white background

This text has color #DFF7CC on white background.



Black color preview on #DFF7CC background

This text has black color on #DFF7CC background.


White color preview on #DFF7CC background

This text has white color on #DFF7CC background.