COLOR #D4ADA8

HEX: #D4ADA8 RGB: (212,173,168)

Color info

#D4ADA8 contains red, green and blue colors in about the same proportion. Web safe color of #D4ADA8 is #CC9999 (or #C99).

RGB color model

#D4ADA8 color RGB value is (212,173,168).

RGB: (212,173,168) (83%, 68%, 66%)

RGB channels and saturation

R 212 of 255 = 83%
G 173 of 255 = 68%
B 168 of 255 = 66%

212
173
168

R + G + B ~ 72%. #D4ADA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 173 + 168 = 553 (100%)
R 212 of 553 ~ 38.34%
G 173 of 553 ~ 31.28%
B 168 of 553 ~ 30.38'%

%38.34
%31.28
%30.38

CMYK color model

#D4ADA8 color CMYK value is (0,18,21,17).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 20.75%
  • key color value is 16.86%
CMYK: (0,18,21,17) C0M18Y21K17 (0%,18%,21%,17%) (0.00/0.18/0.21/0.17) 

CMYK percentages

%0
%18.4
%20.75
%16.86

Codes

Color #D4ADA8 in popluar color models

D4 AD A8
RGB 212 173 168
HSL 33.85% 74.51%
HSB/HSV 20.75% 83.14%
CMYK 0.00% 18.40% 20.75%
16.86%

Color #D4ADA8 in popluar number systems.

HEX D4 AD A8
Decimal 212 173 168
Binary 11010100 10101101 10101000
Octal 324 255 250

Shades and tints

Shades of #D4ADA8

#D4ADA8
(212,173,168)
#C19E99
(193,158,153)
#AE8F8A
(174,143,138)
#9B807B
(155,128,123)
#88716C
(136,113,108)
#75625D
(117,98,93)
#62534E
(98,83,78)
#4F443F
(79,68,63)
#3C3530
(60,53,48)
#292621
(41,38,33)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #D4ADA8

#D4ADA8
(212,173,168)
#D7B4AF
(215,180,175)
#DABBB6
(218,187,182)
#DDC2BD
(221,194,189)
#E0C9C4
(224,201,196)
#E3D0CB
(227,208,203)
#E6D7D2
(230,215,210)
#E9DED9
(233,222,217)
#ECE5E0
(236,229,224)
#EFECE7
(239,236,231)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ADA8; }

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

This text font color is #D4ADA8.

Background Color

.myBgColor { background-color: #D4ADA8; }

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

This div background color is #D4ADA8.

Border color

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

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

This div border color is #D4ADA8.

Opacity

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

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

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

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

This text has shadow with #D4ADA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4ADA8.

Preview

Color preview on black background

This text has color #D4ADA8 on black background.


Color preview on white background

This text has color #D4ADA8 on white background.


Black color preview on #D4ADA8 background

This text has black color on #D4ADA8 background.


White color preview on #D4ADA8 background

This text has white color on #D4ADA8 background.


Related colors

Complementary color

Complementary color for #hex is #2B5257.


I love getcolorcode.com

Triadic colors

1 #A8D4AD and #ADA8D4 with #D4ADA8 are triadic colors.

2 #A8ADD4 and #ADD4A8 with #D4ADA8 are triadic colors.