COLOR #DCF1AD

HEX: #DCF1AD RGB: (220,241,173)

Color info

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

RGB color model

#DCF1AD color RGB value is (220,241,173).

RGB: (220,241,173) (86%, 95%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 241 of 255 = 95%
B 173 of 255 = 68%

220
241
173

R + G + B ~ 83%. #DCF1AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 241 + 173 = 634 (100%)
R 220 of 634 ~ 34.7%
G 241 of 634 ~ 38.01%
B 173 of 634 ~ 27.29'%

%34.7
%38.01
%27.29

CMYK color model

#DCF1AD color CMYK value is (9,0,28,5).

  • cyan value is 8.71%
  • magenta value is 0.00%
  • yellow value is 28.22%
  • key color value is 5.49%

CMYK: (9,0,28,5)
C9M0Y28K5 (9%, 0%, 28%, 5%)
(0.09 / 0.00 / 0.28 / 0.05)

CMYK percentages

%8.71
%0
%28.22
%5.49

Codes

Color #DCF1AD in popluar color models

DC F1 AD
RGB 220 241 173
HSL 79° 70.83% 81.18%
HSB/HSV 79° 28.22% 94.51%
CMYK 8.71% 0.00% 28.22%
5.49%

Color #DCF1AD in popluar number systems.

HEX DC F1 AD
Decimal 220 241 173
Binary 11011100 11110001 10101101
Octal 334 361 255

Shades and tints

Shades of #DCF1AD

#DCF1AD
(220,241,173)
#C8DC9E
(200,220,158)
#B4C78F
(180,199,143)
#A0B280
(160,178,128)
#8C9D71
(140,157,113)
#788862
(120,136,98)
#647353
(100,115,83)
#505E44
(80,94,68)
#3C4935
(60,73,53)
#283426
(40,52,38)
#141F17
(20,31,23)
#000000
(0,0,0)

Tints of #DCF1AD

#DCF1AD
(220,241,173)
#DFF2B4
(223,242,180)
#E2F3BB
(226,243,187)
#E5F4C2
(229,244,194)
#E8F5C9
(232,245,201)
#EBF6D0
(235,246,208)
#EEF7D7
(238,247,215)
#F1F8DE
(241,248,222)
#F4F9E5
(244,249,229)
#F7FAEC
(247,250,236)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCF1AD; }

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

This text font color is #DCF1AD.

Background Color

.myBgColor { background-color: #DCF1AD; }

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

This div background color is #DCF1AD.

Border color

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

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

This div border color is #DCF1AD.

Opacity

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

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

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

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

This text has shadow with #DCF1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCF1AD.

Preview

Color preview on black background

This text has color #DCF1AD on black background.


Color preview on white background

This text has color #DCF1AD on white background.


Black color preview on #DCF1AD background

This text has black color on #DCF1AD background.


White color preview on #DCF1AD background

This text has white color on #DCF1AD background.


Related colors

Complementary color

Complementary color for #hex is #230E52.


I love getcolorcode.com

Triadic colors

1 #ADDCF1 and #F1ADDC with #DCF1AD are triadic colors.

2 #ADF1DC and #F1DCAD with #DCF1AD are triadic colors.