COLOR #DFFCC7

HEX: #DFFCC7
RGB: (223,252,199)

Color info

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

RGB color model

#DFFCC7 color RGB value is (223,252,199).

  • red value is 223;
  • green value is 252;
  • blue value is 199.
RGB:
(223,252,199)
(87%,99%,78%)

RGB channels and saturation

R 223 of 255 = 87%
G 252 of 255 = 99%
B 199 of 255 = 78%

223
252
199

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

Portions of RGB colors in percentages

R + G + B =
223 + 252 + 199 = 674 (100%)
R 223 of 674 ~ 33.09%
G 252 of 674 ~ 37.39%
B 199 of 674 ~ 29.53%

%33.09
%37.39
%29.53

CMYK color model

#DFFCC7 color CMYK value is (12,0,21,1).

  • cyan value is 11.51%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 1.18%
CMYK:
(12,0,21,1)
C12M0Y21K1 
(12%,0%,21%,1%)
(0.12/0.00/0.21/0.01)	

CMYK percentages

%11.51
%0
%21.03
%1.18

Codes

Color #DFFCC7 in popluar color models

DFFCC7
RGB223252199
HSL93°89.83%88.43%
HSB/HSV93°21.03%98.82%
CMYK11.51%0.00%21.03%
1.18%

Color #DFFCC7 in popluar number systems.

HEXDFFCC7
Decimal223252199
Binary110111111111110011000111
Octal337374307

Shades and tints

Shades of #DFFCC7

#DFFCC7
(223,252,199)
#CBE6B5
(203,230,181)
#B7D0A3
(183,208,163)
#A3BA91
(163,186,145)
#8FA47F
(143,164,127)
#7B8E6D
(123,142,109)
#67785B
(103,120,91)
#536249
(83,98,73)
#3F4C37
(63,76,55)
#2B3625
(43,54,37)
#172013
(23,32,19)
#000000
(0,0,0)

Tints of #DFFCC7

#DFFCC7
(223,252,199)
#E1FCCC
(225,252,204)
#E3FCD1
(227,252,209)
#E5FCD6
(229,252,214)
#E7FCDB
(231,252,219)
#E9FCE0
(233,252,224)
#EBFCE5
(235,252,229)
#EDFCEA
(237,252,234)
#EFFCEF
(239,252,239)
#F1FCF4
(241,252,244)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFCC7 color. Also use rgb(223,252,199) instead hex code.

Text Font Color

.myTextColor { color: #DFFCC7; }

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

This text font color is #DFFCC7.


Background Color

.myBgColor { background-color: #DFFCC7; }

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

This div background color is #DFFCC7.


Border color

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

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

This div border color is #DFFCC7.


Opacity

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

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

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

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

This text has shadow with #DFFCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFCC7 on black background.


Color preview on white background

This text has color #DFFCC7 on white background.



Black color preview on #DFFCC7 background

This text has black color on #DFFCC7 background.


White color preview on #DFFCC7 background

This text has white color on #DFFCC7 background.