COLOR #DCF8AD

HEX: #DCF8AD RGB: (220,248,173)

Color info

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

RGB color model

#DCF8AD color RGB value is (220,248,173).

RGB: (220,248,173) (86%, 97%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 248 of 255 = 97%
B 173 of 255 = 68%

220
248
173

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

Portions of RGB colors in percentages

R + G + B = 220 + 248 + 173 = 641 (100%)
R 220 of 641 ~ 34.32%
G 248 of 641 ~ 38.69%
B 173 of 641 ~ 26.99'%

%34.32
%38.69
%26.99

CMYK color model

#DCF8AD color CMYK value is (11,0,30,3).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 30.24%
  • key color value is 2.75%

CMYK: (11,0,30,3)
C11M0Y30K3 (11%, 0%, 30%, 3%)
(0.11 / 0.00 / 0.30 / 0.03)

CMYK percentages

%11.29
%0
%30.24
%2.75

Codes

Color #DCF8AD in popluar color models

DC F8 AD
RGB 220 248 173
HSL 82° 84.27% 82.55%
HSB/HSV 82° 30.24% 97.25%
CMYK 11.29% 0.00% 30.24%
2.75%

Color #DCF8AD in popluar number systems.

HEX DC F8 AD
Decimal 220 248 173
Binary 11011100 11111000 10101101
Octal 334 370 255

Shades and tints

Shades of #DCF8AD

#DCF8AD
(220,248,173)
#C8E29E
(200,226,158)
#B4CC8F
(180,204,143)
#A0B680
(160,182,128)
#8CA071
(140,160,113)
#788A62
(120,138,98)
#647453
(100,116,83)
#505E44
(80,94,68)
#3C4835
(60,72,53)
#283226
(40,50,38)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #DCF8AD

#DCF8AD
(220,248,173)
#DFF8B4
(223,248,180)
#E2F8BB
(226,248,187)
#E5F8C2
(229,248,194)
#E8F8C9
(232,248,201)
#EBF8D0
(235,248,208)
#EEF8D7
(238,248,215)
#F1F8DE
(241,248,222)
#F4F8E5
(244,248,229)
#F7F8EC
(247,248,236)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCF8AD color. Also use rgb(220,248,173) instead hex code.

Text Font Color

.myTextColor { color: #DCF8AD; }

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

This text font color is #DCF8AD.

Background Color

.myBgColor { background-color: #DCF8AD; }

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

This div background color is #DCF8AD.

Border color

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

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

This div border color is #DCF8AD.

Opacity

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

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

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

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

This text has shadow with #DCF8AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF8AD.

Preview

Color preview on black background

This text has color #DCF8AD on black background.


Color preview on white background

This text has color #DCF8AD on white background.


Black color preview on #DCF8AD background

This text has black color on #DCF8AD background.


White color preview on #DCF8AD background

This text has white color on #DCF8AD background.


Related colors

Complementary color

Complementary color for #hex is #230752.


I love getcolorcode.com

Triadic colors

1 #ADDCF8 and #F8ADDC with #DCF8AD are triadic colors.

2 #ADF8DC and #F8DCAD with #DCF8AD are triadic colors.