COLOR #DFF6CC

HEX: #DFF6CC RGB: (223,246,204)

Color info

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

RGB color model

#DFF6CC color RGB value is (223,246,204).

RGB: (223,246,204) (87%, 96%, 80%)

RGB channels and saturation

R 223 of 255 = 87%
G 246 of 255 = 96%
B 204 of 255 = 80%

223
246
204

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

Portions of RGB colors in percentages

R + G + B = 223 + 246 + 204 = 673 (100%)
R 223 of 673 ~ 33.14%
G 246 of 673 ~ 36.55%
B 204 of 673 ~ 30.31'%

%33.14
%36.55
%30.31

CMYK color model

#DFF6CC color CMYK value is (9,0,17,4).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 3.53%

CMYK: (9,0,17,4)
C9M0Y17K4 (9%, 0%, 17%, 4%)
(0.09 / 0.00 / 0.17 / 0.04)

CMYK percentages

%9.35
%0
%17.07
%3.53

Codes

Color #DFF6CC in popluar color models

DF F6 CC
RGB 223 246 204
HSL 93° 70.00% 88.24%
HSB/HSV 93° 17.07% 96.47%
CMYK 9.35% 0.00% 17.07%
3.53%

Color #DFF6CC in popluar number systems.

HEX DF F6 CC
Decimal 223 246 204
Binary 11011111 11110110 11001100
Octal 337 366 314

Shades and tints

Shades of #DFF6CC

#DFF6CC
(223,246,204)
#CBE0BA
(203,224,186)
#B7CAA8
(183,202,168)
#A3B496
(163,180,150)
#8F9E84
(143,158,132)
#7B8872
(123,136,114)
#677260
(103,114,96)
#535C4E
(83,92,78)
#3F463C
(63,70,60)
#2B302A
(43,48,42)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #DFF6CC

#DFF6CC
(223,246,204)
#E1F6D0
(225,246,208)
#E3F6D4
(227,246,212)
#E5F6D8
(229,246,216)
#E7F6DC
(231,246,220)
#E9F6E0
(233,246,224)
#EBF6E4
(235,246,228)
#EDF6E8
(237,246,232)
#EFF6EC
(239,246,236)
#F1F6F0
(241,246,240)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF6CC; }

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

This text font color is #DFF6CC.

Background Color

.myBgColor { background-color: #DFF6CC; }

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

This div background color is #DFF6CC.

Border color

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

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

This div border color is #DFF6CC.

Opacity

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

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

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

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

This text has shadow with #DFF6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF6CC.

Preview

Color preview on black background

This text has color #DFF6CC on black background.


Color preview on white background

This text has color #DFF6CC on white background.


Black color preview on #DFF6CC background

This text has black color on #DFF6CC background.


White color preview on #DFF6CC background

This text has white color on #DFF6CC background.


Related colors

Complementary color

Complementary color for #hex is #200933.


I love getcolorcode.com

Triadic colors

1 #CCDFF6 and #F6CCDF with #DFF6CC are triadic colors.

2 #CCF6DF and #F6DFCC with #DFF6CC are triadic colors.