COLOR #DFF5AD

HEX: #DFF5AD RGB: (223,245,173)

Color info

#DFF5AD contains mainly red and green colors. Web safe color of #DFF5AD is #CCFF99 (or #CF9).

RGB color model

#DFF5AD color RGB value is (223,245,173).

RGB: (223,245,173) (87%, 96%, 68%)

RGB channels and saturation

R 223 of 255 = 87%
G 245 of 255 = 96%
B 173 of 255 = 68%

223
245
173

R + G + B ~ 84%. #DFF5AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 223 + 245 + 173 = 641 (100%)
R 223 of 641 ~ 34.79%
G 245 of 641 ~ 38.22%
B 173 of 641 ~ 26.99'%

%34.79
%38.22
%26.99

CMYK color model

#DFF5AD color CMYK value is (9,0,29,4).

  • cyan value is 8.98%
  • magenta value is 0.00%
  • yellow value is 29.39%
  • key color value is 3.92%

CMYK: (9,0,29,4)
C9M0Y29K4 (9%, 0%, 29%, 4%)
(0.09 / 0.00 / 0.29 / 0.04)

CMYK percentages

%8.98
%0
%29.39
%3.92

Codes

Color #DFF5AD in popluar color models

DF F5 AD
RGB 223 245 173
HSL 78° 78.26% 81.96%
HSB/HSV 78° 29.39% 96.08%
CMYK 8.98% 0.00% 29.39%
3.92%

Color #DFF5AD in popluar number systems.

HEX DF F5 AD
Decimal 223 245 173
Binary 11011111 11110101 10101101
Octal 337 365 255

Shades and tints

Shades of #DFF5AD

#DFF5AD
(223,245,173)
#CBDF9E
(203,223,158)
#B7C98F
(183,201,143)
#A3B380
(163,179,128)
#8F9D71
(143,157,113)
#7B8762
(123,135,98)
#677153
(103,113,83)
#535B44
(83,91,68)
#3F4535
(63,69,53)
#2B2F26
(43,47,38)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #DFF5AD

#DFF5AD
(223,245,173)
#E1F5B4
(225,245,180)
#E3F5BB
(227,245,187)
#E5F5C2
(229,245,194)
#E7F5C9
(231,245,201)
#E9F5D0
(233,245,208)
#EBF5D7
(235,245,215)
#EDF5DE
(237,245,222)
#EFF5E5
(239,245,229)
#F1F5EC
(241,245,236)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DFF5AD color. Also use rgb(223,245,173) instead hex code.

Text Font Color

.myTextColor { color: #DFF5AD; }

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

This text font color is #DFF5AD.

Background Color

.myBgColor { background-color: #DFF5AD; }

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

This div background color is #DFF5AD.

Border color

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

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

This div border color is #DFF5AD.

Opacity

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

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

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

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

This text has shadow with #DFF5AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DFF5AD.

Preview

Color preview on black background

This text has color #DFF5AD on black background.


Color preview on white background

This text has color #DFF5AD on white background.


Black color preview on #DFF5AD background

This text has black color on #DFF5AD background.


White color preview on #DFF5AD background

This text has white color on #DFF5AD background.


Related colors

Complementary color

Complementary color for #hex is #200A52.


I love getcolorcode.com

Triadic colors

1 #ADDFF5 and #F5ADDF with #DFF5AD are triadic colors.

2 #ADF5DF and #F5DFAD with #DFF5AD are triadic colors.