COLOR #D5ADAA

HEX: #D5ADAA
RGB: (213,173,170)

Color info

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

RGB color model

#D5ADAA color RGB value is (213,173,170).

  • red value is 213;
  • green value is 173;
  • blue value is 170.
RGB:
(213,173,170)
(84%,68%,67%)

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 170 of 255 = 67%

213
173
170

R + G + B ~ 73%. #D5ADAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 173 + 170 = 556 (100%)
R 213 of 556 ~ 38.31%
G 173 of 556 ~ 31.12%
B 170 of 556 ~ 30.58%

%38.31
%31.12
%30.58

CMYK color model

#D5ADAA color CMYK value is (0,19,20,16).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 20.19%
  • key color value is 16.47%
CMYK:
(0,19,20,16)
C0M19Y20K16 
(0%,19%,20%,16%)
(0.00/0.19/0.20/0.16)	

CMYK percentages

%0
%18.78
%20.19
%16.47

Codes

Color #D5ADAA in popluar color models

D5ADAA
RGB213173170
HSL33.86%75.10%
HSB/HSV20.19%83.53%
CMYK0.00%18.78%20.19%
16.47%

Color #D5ADAA in popluar number systems.

HEXD5ADAA
Decimal213173170
Binary110101011010110110101010
Octal325255252

Shades and tints

Shades of #D5ADAA

#D5ADAA
(213,173,170)
#C29E9B
(194,158,155)
#AF8F8C
(175,143,140)
#9C807D
(156,128,125)
#89716E
(137,113,110)
#76625F
(118,98,95)
#635350
(99,83,80)
#504441
(80,68,65)
#3D3532
(61,53,50)
#2A2623
(42,38,35)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #D5ADAA

#D5ADAA
(213,173,170)
#D8B4B1
(216,180,177)
#DBBBB8
(219,187,184)
#DEC2BF
(222,194,191)
#E1C9C6
(225,201,198)
#E4D0CD
(228,208,205)
#E7D7D4
(231,215,212)
#EADEDB
(234,222,219)
#EDE5E2
(237,229,226)
#F0ECE9
(240,236,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ADAA color. Also use rgb(213,173,170) instead hex code.

Text Font Color

.myTextColor { color: #D5ADAA; }

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

This text font color is #D5ADAA.


Background Color

.myBgColor { background-color: #D5ADAA; }

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

This div background color is #D5ADAA.


Border color

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

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

This div border color is #D5ADAA.


Opacity

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

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

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

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

This text has shadow with #D5ADAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ADAA on black background.


Color preview on white background

This text has color #D5ADAA on white background.



Black color preview on #D5ADAA background

This text has black color on #D5ADAA background.


White color preview on #D5ADAA background

This text has white color on #D5ADAA background.