COLOR #DFFEE7

HEX: #DFFEE7 RGB: (223,254,231)

Color info

#DFFEE7 contains red, green and blue colors in about the same proportion. Web safe color of #DFFEE7 is #CCFFFF (or #CFF).

RGB color model

#DFFEE7 color RGB value is (223,254,231).

RGB: (223,254,231) (87%, 100%, 91%)

RGB channels and saturation

R 223 of 255 = 87%
G 254 of 255 = 100%
B 231 of 255 = 91%

223
254
231

R + G + B ~ 93%. #DFFEE7 is light color.

Portions of RGB colors in percentages

R + G + B = 223 + 254 + 231 = 708 (100%)
R 223 of 708 ~ 31.5%
G 254 of 708 ~ 35.88%
B 231 of 708 ~ 32.63'%

%31.5
%35.88
%32.63

CMYK color model

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

  • cyan value is 12.20%
  • magenta value is 0.00%
  • yellow value is 9.06%
  • key color value is 0.39%

CMYK: (12,0,9,0)
C12M0Y9K0 (12%, 0%, 9%, 0%)
(0.12 / 0.00 / 0.09 / 0.00)

CMYK percentages

%12.2
%0
%9.06
%0.39

Codes

Color #DFFEE7 in popluar color models

DF FE E7
RGB 223 254 231
HSL 135° 93.94% 93.53%
HSB/HSV 135° 12.20% 99.61%
CMYK 12.20% 0.00% 9.06%
0.39%

Color #DFFEE7 in popluar number systems.

HEX DF FE E7
Decimal 223 254 231
Binary 11011111 11111110 11100111
Octal 337 376 347

Shades and tints

Shades of #DFFEE7

#DFFEE7
(223,254,231)
#CBE7D2
(203,231,210)
#B7D0BD
(183,208,189)
#A3B9A8
(163,185,168)
#8FA293
(143,162,147)
#7B8B7E
(123,139,126)
#677469
(103,116,105)
#535D54
(83,93,84)
#3F463F
(63,70,63)
#2B2F2A
(43,47,42)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #DFFEE7

#DFFEE7
(223,254,231)
#E1FEE9
(225,254,233)
#E3FEEB
(227,254,235)
#E5FEED
(229,254,237)
#E7FEEF
(231,254,239)
#E9FEF1
(233,254,241)
#EBFEF3
(235,254,243)
#EDFEF5
(237,254,245)
#EFFEF7
(239,254,247)
#F1FEF9
(241,254,249)
#F3FEFB
(243,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFEE7 color. Also use rgb(223,254,231) instead hex code.

Text Font Color

.myTextColor { color: #DFFEE7; }

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

This text font color is #DFFEE7.

Background Color

.myBgColor { background-color: #DFFEE7; }

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

This div background color is #DFFEE7.

Border color

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

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

This div border color is #DFFEE7.

Opacity

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

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

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

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

This text has shadow with #DFFEE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFFEE7.

Preview

Color preview on black background

This text has color #DFFEE7 on black background.


Color preview on white background

This text has color #DFFEE7 on white background.


Black color preview on #DFFEE7 background

This text has black color on #DFFEE7 background.


White color preview on #DFFEE7 background

This text has white color on #DFFEE7 background.


Related colors

Complementary color

Complementary color for #hex is #200118.


I love getcolorcode.com

Triadic colors

1 #E7DFFE and #FEE7DF with #DFFEE7 are triadic colors.

2 #E7FEDF and #FEDFE7 with #DFFEE7 are triadic colors.