COLOR #DFF1CC

HEX: #DFF1CC
RGB: (223,241,204)

Color info

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

RGB color model

#DFF1CC color RGB value is (223,241,204).

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

RGB channels and saturation

R 223 of 255 = 87%
G 241 of 255 = 95%
B 204 of 255 = 80%

223
241
204

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

Portions of RGB colors in percentages

R + G + B =
223 + 241 + 204 = 668 (100%)
R 223 of 668 ~ 33.38%
G 241 of 668 ~ 36.08%
B 204 of 668 ~ 30.54%

%33.38
%36.08
%30.54

CMYK color model

#DFF1CC color CMYK value is (7,0,15,5).

  • cyan value is 7.47%
  • magenta value is 0.00%
  • yellow value is 15.35%
  • key color value is 5.49%
CMYK:
(7,0,15,5)
C7M0Y15K5 
(7%,0%,15%,5%)
(0.07/0.00/0.15/0.05)	

CMYK percentages

%7.47
%0
%15.35
%5.49

Codes

Color #DFF1CC in popluar color models

DFF1CC
RGB223241204
HSL89°56.92%87.25%
HSB/HSV89°15.35%94.51%
CMYK7.47%0.00%15.35%
5.49%

Color #DFF1CC in popluar number systems.

HEXDFF1CC
Decimal223241204
Binary110111111111000111001100
Octal337361314

Shades and tints

Shades of #DFF1CC

#DFF1CC
(223,241,204)
#CBDCBA
(203,220,186)
#B7C7A8
(183,199,168)
#A3B296
(163,178,150)
#8F9D84
(143,157,132)
#7B8872
(123,136,114)
#677360
(103,115,96)
#535E4E
(83,94,78)
#3F493C
(63,73,60)
#2B342A
(43,52,42)
#171F18
(23,31,24)
#000000
(0,0,0)

Tints of #DFF1CC

#DFF1CC
(223,241,204)
#E1F2D0
(225,242,208)
#E3F3D4
(227,243,212)
#E5F4D8
(229,244,216)
#E7F5DC
(231,245,220)
#E9F6E0
(233,246,224)
#EBF7E4
(235,247,228)
#EDF8E8
(237,248,232)
#EFF9EC
(239,249,236)
#F1FAF0
(241,250,240)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFF1CC; }

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

This text font color is #DFF1CC.


Background Color

.myBgColor { background-color: #DFF1CC; }

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

This div background color is #DFF1CC.


Border color

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

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

This div border color is #DFF1CC.


Opacity

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

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

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

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

This text has shadow with #DFF1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF1CC on black background.


Color preview on white background

This text has color #DFF1CC on white background.



Black color preview on #DFF1CC background

This text has black color on #DFF1CC background.


White color preview on #DFF1CC background

This text has white color on #DFF1CC background.