COLOR #DFF7E4

HEX: #DFF7E4
RGB: (223,247,228)

Color info

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

RGB color model

#DFF7E4 color RGB value is (223,247,228).

  • red value is 223;
  • green value is 247;
  • blue value is 228.
RGB:
(223,247,228)
(87%,97%,89%)

RGB channels and saturation

R 223 of 255 = 87%
G 247 of 255 = 97%
B 228 of 255 = 89%

223
247
228

R + G + B ~ 91%. #DFF7E4 is light color.

Portions of RGB colors in percentages

R + G + B =
223 + 247 + 228 = 698 (100%)
R 223 of 698 ~ 31.95%
G 247 of 698 ~ 35.39%
B 228 of 698 ~ 32.66%

%31.95
%35.39
%32.66

CMYK color model

#DFF7E4 color CMYK value is (10,0,8,3).

  • cyan value is 9.72%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 3.14%
CMYK:
(10,0,8,3)
C10M0Y8K3 
(10%,0%,8%,3%)
(0.10/0.00/0.08/0.03)	

CMYK percentages

%9.72
%0
%7.69
%3.14

Codes

Color #DFF7E4 in popluar color models

DFF7E4
RGB223247228
HSL133°60.00%92.16%
HSB/HSV133°9.72%96.86%
CMYK9.72%0.00%7.69%
3.14%

Color #DFF7E4 in popluar number systems.

HEXDFF7E4
Decimal223247228
Binary110111111111011111100100
Octal337367344

Shades and tints

Shades of #DFF7E4

#DFF7E4
(223,247,228)
#CBE1D0
(203,225,208)
#B7CBBC
(183,203,188)
#A3B5A8
(163,181,168)
#8F9F94
(143,159,148)
#7B8980
(123,137,128)
#67736C
(103,115,108)
#535D58
(83,93,88)
#3F4744
(63,71,68)
#2B3130
(43,49,48)
#171B1C
(23,27,28)
#000000
(0,0,0)

Tints of #DFF7E4

#DFF7E4
(223,247,228)
#E1F7E6
(225,247,230)
#E3F7E8
(227,247,232)
#E5F7EA
(229,247,234)
#E7F7EC
(231,247,236)
#E9F7EE
(233,247,238)
#EBF7F0
(235,247,240)
#EDF7F2
(237,247,242)
#EFF7F4
(239,247,244)
#F1F7F6
(241,247,246)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF7E4 color. Also use rgb(223,247,228) instead hex code.

Text Font Color

.myTextColor { color: #DFF7E4; }

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

This text font color is #DFF7E4.


Background Color

.myBgColor { background-color: #DFF7E4; }

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

This div background color is #DFF7E4.


Border color

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

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

This div border color is #DFF7E4.


Opacity

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

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

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

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

This text has shadow with #DFF7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFF7E4 on black background.


Color preview on white background

This text has color #DFF7E4 on white background.



Black color preview on #DFF7E4 background

This text has black color on #DFF7E4 background.


White color preview on #DFF7E4 background

This text has white color on #DFF7E4 background.