COLOR #DFF4D7

HEX: #DFF4D7 RGB: (223,244,215)

Color info

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

RGB color model

#DFF4D7 color RGB value is (223,244,215).

RGB: (223,244,215) (87%, 96%, 84%)

RGB channels and saturation

R 223 of 255 = 87%
G 244 of 255 = 96%
B 215 of 255 = 84%

223
244
215

R + G + B ~ 89%. #DFF4D7 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 244 + 215 = 682 (100%)
R 223 of 682 ~ 32.7%
G 244 of 682 ~ 35.78%
B 215 of 682 ~ 31.52'%

%32.7
%35.78
%31.52

CMYK color model

#DFF4D7 color CMYK value is (9,0,12,4).

  • cyan value is 8.61%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 4.31%

CMYK: (9,0,12,4)
C9M0Y12K4 (9%, 0%, 12%, 4%)
(0.09 / 0.00 / 0.12 / 0.04)

CMYK percentages

%8.61
%0
%11.89
%4.31

Codes

Color #DFF4D7 in popluar color models

DF F4 D7
RGB 223 244 215
HSL 103° 56.86% 90.00%
HSB/HSV 103° 11.89% 95.69%
CMYK 8.61% 0.00% 11.89%
4.31%

Color #DFF4D7 in popluar number systems.

HEX DF F4 D7
Decimal 223 244 215
Binary 11011111 11110100 11010111
Octal 337 364 327

Shades and tints

Shades of #DFF4D7

#DFF4D7
(223,244,215)
#CBDEC4
(203,222,196)
#B7C8B1
(183,200,177)
#A3B29E
(163,178,158)
#8F9C8B
(143,156,139)
#7B8678
(123,134,120)
#677065
(103,112,101)
#535A52
(83,90,82)
#3F443F
(63,68,63)
#2B2E2C
(43,46,44)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #DFF4D7

#DFF4D7
(223,244,215)
#E1F5DA
(225,245,218)
#E3F6DD
(227,246,221)
#E5F7E0
(229,247,224)
#E7F8E3
(231,248,227)
#E9F9E6
(233,249,230)
#EBFAE9
(235,250,233)
#EDFBEC
(237,251,236)
#EFFCEF
(239,252,239)
#F1FDF2
(241,253,242)
#F3FEF5
(243,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF4D7 color. Also use rgb(223,244,215) instead hex code.

Text Font Color

.myTextColor { color: #DFF4D7; }

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

This text font color is #DFF4D7.

Background Color

.myBgColor { background-color: #DFF4D7; }

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

This div background color is #DFF4D7.

Border color

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

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

This div border color is #DFF4D7.

Opacity

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

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

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

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

This text has shadow with #DFF4D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF4D7.

Preview

Color preview on black background

This text has color #DFF4D7 on black background.


Color preview on white background

This text has color #DFF4D7 on white background.


Black color preview on #DFF4D7 background

This text has black color on #DFF4D7 background.


White color preview on #DFF4D7 background

This text has white color on #DFF4D7 background.


Related colors

Complementary color

Complementary color for #hex is #200B28.


I love getcolorcode.com

Triadic colors

1 #D7DFF4 and #F4D7DF with #DFF4D7 are triadic colors.

2 #D7F4DF and #F4DFD7 with #DFF4D7 are triadic colors.