COLOR #D2ADA1

HEX: #D2ADA1
RGB: (210,173,161)

Color info

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

RGB color model

#D2ADA1 color RGB value is (210,173,161).

  • red value is 210;
  • green value is 173;
  • blue value is 161.
RGB:
(210,173,161)
(82%,68%,63%)

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 161 of 255 = 63%

210
173
161

R + G + B ~ 71%. #D2ADA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 173 + 161 = 544 (100%)
R 210 of 544 ~ 38.6%
G 173 of 544 ~ 31.8%
B 161 of 544 ~ 29.6%

%38.6
%31.8
%29.6

CMYK color model

#D2ADA1 color CMYK value is (0,18,23,18).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 23.33%
  • key color value is 17.65%
CMYK:
(0,18,23,18)
C0M18Y23K18 
(0%,18%,23%,18%)
(0.00/0.18/0.23/0.18)	

CMYK percentages

%0
%17.62
%23.33
%17.65

Codes

Color #D2ADA1 in popluar color models

D2ADA1
RGB210173161
HSL15°35.25%72.75%
HSB/HSV15°23.33%82.35%
CMYK0.00%17.62%23.33%
17.65%

Color #D2ADA1 in popluar number systems.

HEXD2ADA1
Decimal210173161
Binary110100101010110110100001
Octal322255241

Shades and tints

Shades of #D2ADA1

#D2ADA1
(210,173,161)
#BF9E93
(191,158,147)
#AC8F85
(172,143,133)
#998077
(153,128,119)
#867169
(134,113,105)
#73625B
(115,98,91)
#60534D
(96,83,77)
#4D443F
(77,68,63)
#3A3531
(58,53,49)
#272623
(39,38,35)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #D2ADA1

#D2ADA1
(210,173,161)
#D6B4A9
(214,180,169)
#DABBB1
(218,187,177)
#DEC2B9
(222,194,185)
#E2C9C1
(226,201,193)
#E6D0C9
(230,208,201)
#EAD7D1
(234,215,209)
#EEDED9
(238,222,217)
#F2E5E1
(242,229,225)
#F6ECE9
(246,236,233)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2ADA1 color. Also use rgb(210,173,161) instead hex code.

Text Font Color

.myTextColor { color: #D2ADA1; }

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

This text font color is #D2ADA1.


Background Color

.myBgColor { background-color: #D2ADA1; }

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

This div background color is #D2ADA1.


Border color

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

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

This div border color is #D2ADA1.


Opacity

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

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

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

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

This text has shadow with #D2ADA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2ADA1 on black background.


Color preview on white background

This text has color #D2ADA1 on white background.



Black color preview on #D2ADA1 background

This text has black color on #D2ADA1 background.


White color preview on #D2ADA1 background

This text has white color on #D2ADA1 background.