COLOR #DCE0AD

HEX: #DCE0AD RGB: (220,224,173)

Color info

#DCE0AD contains red, green and blue colors in about the same proportion. Web safe color of #DCE0AD is #CCCC99 (or #CC9).

RGB color model

#DCE0AD color RGB value is (220,224,173).

RGB: (220,224,173) (86%, 88%, 68%)

RGB channels and saturation

R 220 of 255 = 86%
G 224 of 255 = 88%
B 173 of 255 = 68%

220
224
173

R + G + B ~ 81%. #DCE0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 224 + 173 = 617 (100%)
R 220 of 617 ~ 35.66%
G 224 of 617 ~ 36.3%
B 173 of 617 ~ 28.04'%

%35.66
%36.3
%28.04

CMYK color model

#DCE0AD color CMYK value is (2,0,23,12).

  • cyan value is 1.79%
  • magenta value is 0.00%
  • yellow value is 22.77%
  • key color value is 12.16%

CMYK: (2,0,23,12)
C2M0Y23K12 (2%, 0%, 23%, 12%)
(0.02 / 0.00 / 0.23 / 0.12)

CMYK percentages

%1.79
%0
%22.77
%12.16

Codes

Color #DCE0AD in popluar color models

DC E0 AD
RGB 220 224 173
HSL 65° 45.13% 77.84%
HSB/HSV 65° 22.77% 87.84%
CMYK 1.79% 0.00% 22.77%
12.16%

Color #DCE0AD in popluar number systems.

HEX DC E0 AD
Decimal 220 224 173
Binary 11011100 11100000 10101101
Octal 334 340 255

Shades and tints

Shades of #DCE0AD

#DCE0AD
(220,224,173)
#C8CC9E
(200,204,158)
#B4B88F
(180,184,143)
#A0A480
(160,164,128)
#8C9071
(140,144,113)
#787C62
(120,124,98)
#646853
(100,104,83)
#505444
(80,84,68)
#3C4035
(60,64,53)
#282C26
(40,44,38)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #DCE0AD

#DCE0AD
(220,224,173)
#DFE2B4
(223,226,180)
#E2E4BB
(226,228,187)
#E5E6C2
(229,230,194)
#E8E8C9
(232,232,201)
#EBEAD0
(235,234,208)
#EEECD7
(238,236,215)
#F1EEDE
(241,238,222)
#F4F0E5
(244,240,229)
#F7F2EC
(247,242,236)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE0AD; }

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

This text font color is #DCE0AD.

Background Color

.myBgColor { background-color: #DCE0AD; }

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

This div background color is #DCE0AD.

Border color

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

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

This div border color is #DCE0AD.

Opacity

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

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

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

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

This text has shadow with #DCE0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE0AD.

Preview

Color preview on black background

This text has color #DCE0AD on black background.


Color preview on white background

This text has color #DCE0AD on white background.


Black color preview on #DCE0AD background

This text has black color on #DCE0AD background.


White color preview on #DCE0AD background

This text has white color on #DCE0AD background.


Related colors

Complementary color

Complementary color for #hex is #231F52.


I love getcolorcode.com

Triadic colors

1 #ADDCE0 and #E0ADDC with #DCE0AD are triadic colors.

2 #ADE0DC and #E0DCAD with #DCE0AD are triadic colors.