COLOR #DFFADE

HEX: #DFFADE
RGB: (223,250,222)

Color info

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

RGB color model

#DFFADE color RGB value is (223,250,222).

  • red value is 223;
  • green value is 250;
  • blue value is 222.
RGB:
(223,250,222)
(87%,98%,87%)

RGB channels and saturation

R 223 of 255 = 87%
G 250 of 255 = 98%
B 222 of 255 = 87%

223
250
222

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

Portions of RGB colors in percentages

R + G + B =
223 + 250 + 222 = 695 (100%)
R 223 of 695 ~ 32.09%
G 250 of 695 ~ 35.97%
B 222 of 695 ~ 31.94%

%32.09
%35.97
%31.94

CMYK color model

#DFFADE color CMYK value is (11,0,11,2).

  • cyan value is 10.80%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 1.96%
CMYK:
(11,0,11,2)
C11M0Y11K2 
(11%,0%,11%,2%)
(0.11/0.00/0.11/0.02)	

CMYK percentages

%10.8
%0
%11.2
%1.96

Codes

Color #DFFADE in popluar color models

DFFADE
RGB223250222
HSL118°73.68%92.55%
HSB/HSV118°11.20%98.04%
CMYK10.80%0.00%11.20%
1.96%

Color #DFFADE in popluar number systems.

HEXDFFADE
Decimal223250222
Binary110111111111101011011110
Octal337372336

Shades and tints

Shades of #DFFADE

#DFFADE
(223,250,222)
#CBE4CA
(203,228,202)
#B7CEB6
(183,206,182)
#A3B8A2
(163,184,162)
#8FA28E
(143,162,142)
#7B8C7A
(123,140,122)
#677666
(103,118,102)
#536052
(83,96,82)
#3F4A3E
(63,74,62)
#2B342A
(43,52,42)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #DFFADE

#DFFADE
(223,250,222)
#E1FAE1
(225,250,225)
#E3FAE4
(227,250,228)
#E5FAE7
(229,250,231)
#E7FAEA
(231,250,234)
#E9FAED
(233,250,237)
#EBFAF0
(235,250,240)
#EDFAF3
(237,250,243)
#EFFAF6
(239,250,246)
#F1FAF9
(241,250,249)
#F3FAFC
(243,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFFADE color. Also use rgb(223,250,222) instead hex code.

Text Font Color

.myTextColor { color: #DFFADE; }

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

This text font color is #DFFADE.


Background Color

.myBgColor { background-color: #DFFADE; }

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

This div background color is #DFFADE.


Border color

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

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

This div border color is #DFFADE.


Opacity

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

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

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

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

This text has shadow with #DFFADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFFADE on black background.


Color preview on white background

This text has color #DFFADE on white background.



Black color preview on #DFFADE background

This text has black color on #DFFADE background.


White color preview on #DFFADE background

This text has white color on #DFFADE background.