COLOR #DFF0C4

HEX: #DFF0C4
RGB: (223,240,196)

Color info

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

RGB color model

#DFF0C4 color RGB value is (223,240,196).

  • red value is 223;
  • green value is 240;
  • blue value is 196.
RGB:
(223,240,196)
(87%,94%,77%)

RGB channels and saturation

R 223 of 255 = 87%
G 240 of 255 = 94%
B 196 of 255 = 77%

223
240
196

R + G + B ~ 86%. #DFF0C4 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 240 + 196 = 659 (100%)
R 223 of 659 ~ 33.84%
G 240 of 659 ~ 36.42%
B 196 of 659 ~ 29.74%

%33.84
%36.42
%29.74

CMYK color model

#DFF0C4 color CMYK value is (7,0,18,6).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 5.88%
CMYK:
(7,0,18,6)
C7M0Y18K6 
(7%,0%,18%,6%)
(0.07/0.00/0.18/0.06)	

CMYK percentages

%7.08
%0
%18.33
%5.88

Codes

Color #DFF0C4 in popluar color models

DFF0C4
RGB223240196
HSL83°59.46%85.49%
HSB/HSV83°18.33%94.12%
CMYK7.08%0.00%18.33%
5.88%

Color #DFF0C4 in popluar number systems.

HEXDFF0C4
Decimal223240196
Binary110111111111000011000100
Octal337360304

Shades and tints

Shades of #DFF0C4

#DFF0C4
(223,240,196)
#CBDBB3
(203,219,179)
#B7C6A2
(183,198,162)
#A3B191
(163,177,145)
#8F9C80
(143,156,128)
#7B876F
(123,135,111)
#67725E
(103,114,94)
#535D4D
(83,93,77)
#3F483C
(63,72,60)
#2B332B
(43,51,43)
#171E1A
(23,30,26)
#000000
(0,0,0)

Tints of #DFF0C4

#DFF0C4
(223,240,196)
#E1F1C9
(225,241,201)
#E3F2CE
(227,242,206)
#E5F3D3
(229,243,211)
#E7F4D8
(231,244,216)
#E9F5DD
(233,245,221)
#EBF6E2
(235,246,226)
#EDF7E7
(237,247,231)
#EFF8EC
(239,248,236)
#F1F9F1
(241,249,241)
#F3FAF6
(243,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF0C4 color. Also use rgb(223,240,196) instead hex code.

Text Font Color

.myTextColor { color: #DFF0C4; }

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

This text font color is #DFF0C4.


Background Color

.myBgColor { background-color: #DFF0C4; }

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

This div background color is #DFF0C4.


Border color

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

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

This div border color is #DFF0C4.


Opacity

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

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

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

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

This text has shadow with #DFF0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF0C4 on black background.


Color preview on white background

This text has color #DFF0C4 on white background.



Black color preview on #DFF0C4 background

This text has black color on #DFF0C4 background.


White color preview on #DFF0C4 background

This text has white color on #DFF0C4 background.