COLOR #D4DCAD

HEX: #D4DCAD RGB: (212,220,173)

Color info

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

RGB color model

#D4DCAD color RGB value is (212,220,173).

RGB: (212,220,173) (83%, 86%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 220 of 255 = 86%
B 173 of 255 = 68%

212
220
173

R + G + B ~ 79%. #D4DCAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 220 + 173 = 605 (100%)
R 212 of 605 ~ 35.04%
G 220 of 605 ~ 36.36%
B 173 of 605 ~ 28.6'%

%35.04
%36.36
%28.6

CMYK color model

#D4DCAD color CMYK value is (4,0,21,14).

  • cyan value is 3.64%
  • magenta value is 0.00%
  • yellow value is 21.36%
  • key color value is 13.73%

CMYK: (4,0,21,14)
C4M0Y21K14 (4%, 0%, 21%, 14%)
(0.04 / 0.00 / 0.21 / 0.14)

CMYK percentages

%3.64
%0
%21.36
%13.73

Codes

Color #D4DCAD in popluar color models

D4 DC AD
RGB 212 220 173
HSL 70° 40.17% 77.06%
HSB/HSV 70° 21.36% 86.27%
CMYK 3.64% 0.00% 21.36%
13.73%

Color #D4DCAD in popluar number systems.

HEX D4 DC AD
Decimal 212 220 173
Binary 11010100 11011100 10101101
Octal 324 334 255

Shades and tints

Shades of #D4DCAD

#D4DCAD
(212,220,173)
#C1C89E
(193,200,158)
#AEB48F
(174,180,143)
#9BA080
(155,160,128)
#888C71
(136,140,113)
#757862
(117,120,98)
#626453
(98,100,83)
#4F5044
(79,80,68)
#3C3C35
(60,60,53)
#292826
(41,40,38)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #D4DCAD

#D4DCAD
(212,220,173)
#D7DFB4
(215,223,180)
#DAE2BB
(218,226,187)
#DDE5C2
(221,229,194)
#E0E8C9
(224,232,201)
#E3EBD0
(227,235,208)
#E6EED7
(230,238,215)
#E9F1DE
(233,241,222)
#ECF4E5
(236,244,229)
#EFF7EC
(239,247,236)
#F2FAF3
(242,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4DCAD; }

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

This text font color is #D4DCAD.

Background Color

.myBgColor { background-color: #D4DCAD; }

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

This div background color is #D4DCAD.

Border color

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

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

This div border color is #D4DCAD.

Opacity

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

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

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

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

This text has shadow with #D4DCAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4DCAD.

Preview

Color preview on black background

This text has color #D4DCAD on black background.


Color preview on white background

This text has color #D4DCAD on white background.


Black color preview on #D4DCAD background

This text has black color on #D4DCAD background.


White color preview on #D4DCAD background

This text has white color on #D4DCAD background.


Related colors

Complementary color

Complementary color for #hex is #2B2352.


I love getcolorcode.com

Triadic colors

1 #ADD4DC and #DCADD4 with #D4DCAD are triadic colors.

2 #ADDCD4 and #DCD4AD with #D4DCAD are triadic colors.