COLOR #D9ADA3

HEX: #D9ADA3
RGB: (217,173,163)

Color info

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

RGB color model

#D9ADA3 color RGB value is (217,173,163).

  • red value is 217;
  • green value is 173;
  • blue value is 163.
RGB:
(217,173,163)
(85%,68%,64%)

RGB channels and saturation

R 217 of 255 = 85%
G 173 of 255 = 68%
B 163 of 255 = 64%

217
173
163

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

Portions of RGB colors in percentages

R + G + B =
217 + 173 + 163 = 553 (100%)
R 217 of 553 ~ 39.24%
G 173 of 553 ~ 31.28%
B 163 of 553 ~ 29.48%

%39.24
%31.28
%29.48

CMYK color model

#D9ADA3 color CMYK value is (0,20,25,15).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 24.88%
  • key color value is 14.90%
CMYK:
(0,20,25,15)
C0M20Y25K15 
(0%,20%,25%,15%)
(0.00/0.20/0.25/0.15)	

CMYK percentages

%0
%20.28
%24.88
%14.9

Codes

Color #D9ADA3 in popluar color models

D9ADA3
RGB217173163
HSL11°41.54%74.51%
HSB/HSV11°24.88%85.10%
CMYK0.00%20.28%24.88%
14.90%

Color #D9ADA3 in popluar number systems.

HEXD9ADA3
Decimal217173163
Binary110110011010110110100011
Octal331255243

Shades and tints

Shades of #D9ADA3

#D9ADA3
(217,173,163)
#C69E95
(198,158,149)
#B38F87
(179,143,135)
#A08079
(160,128,121)
#8D716B
(141,113,107)
#7A625D
(122,98,93)
#67534F
(103,83,79)
#544441
(84,68,65)
#413533
(65,53,51)
#2E2625
(46,38,37)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #D9ADA3

#D9ADA3
(217,173,163)
#DCB4AB
(220,180,171)
#DFBBB3
(223,187,179)
#E2C2BB
(226,194,187)
#E5C9C3
(229,201,195)
#E8D0CB
(232,208,203)
#EBD7D3
(235,215,211)
#EEDEDB
(238,222,219)
#F1E5E3
(241,229,227)
#F4ECEB
(244,236,235)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9ADA3 color. Also use rgb(217,173,163) instead hex code.

Text Font Color

.myTextColor { color: #D9ADA3; }

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

This text font color is #D9ADA3.


Background Color

.myBgColor { background-color: #D9ADA3; }

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

This div background color is #D9ADA3.


Border color

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

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

This div border color is #D9ADA3.


Opacity

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

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

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

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

This text has shadow with #D9ADA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ADA3 on black background.


Color preview on white background

This text has color #D9ADA3 on white background.



Black color preview on #D9ADA3 background

This text has black color on #D9ADA3 background.


White color preview on #D9ADA3 background

This text has white color on #D9ADA3 background.