COLOR #D5A0AE

HEX: #D5A0AE
RGB: (213,160,174)

Color info

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

RGB color model

#D5A0AE color RGB value is (213,160,174).

  • red value is 213;
  • green value is 160;
  • blue value is 174.
RGB:
(213,160,174)
(84%,63%,68%)

RGB channels and saturation

R 213 of 255 = 84%
G 160 of 255 = 63%
B 174 of 255 = 68%

213
160
174

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

Portions of RGB colors in percentages

R + G + B =
213 + 160 + 174 = 547 (100%)
R 213 of 547 ~ 38.94%
G 160 of 547 ~ 29.25%
B 174 of 547 ~ 31.81%

%38.94
%29.25
%31.81

CMYK color model

#D5A0AE color CMYK value is (0,25,18,16).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 18.31%
  • key color value is 16.47%
CMYK:
(0,25,18,16)
C0M25Y18K16 
(0%,25%,18%,16%)
(0.00/0.25/0.18/0.16)	

CMYK percentages

%0
%24.88
%18.31
%16.47

Codes

Color #D5A0AE in popluar color models

D5A0AE
RGB213160174
HSL344°38.69%73.14%
HSB/HSV344°24.88%83.53%
CMYK0.00%24.88%18.31%
16.47%

Color #D5A0AE in popluar number systems.

HEXD5A0AE
Decimal213160174
Binary110101011010000010101110
Octal325240256

Shades and tints

Shades of #D5A0AE

#D5A0AE
(213,160,174)
#C2929F
(194,146,159)
#AF8490
(175,132,144)
#9C7681
(156,118,129)
#896872
(137,104,114)
#765A63
(118,90,99)
#634C54
(99,76,84)
#503E45
(80,62,69)
#3D3036
(61,48,54)
#2A2227
(42,34,39)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #D5A0AE

#D5A0AE
(213,160,174)
#D8A8B5
(216,168,181)
#DBB0BC
(219,176,188)
#DEB8C3
(222,184,195)
#E1C0CA
(225,192,202)
#E4C8D1
(228,200,209)
#E7D0D8
(231,208,216)
#EAD8DF
(234,216,223)
#EDE0E6
(237,224,230)
#F0E8ED
(240,232,237)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5A0AE color. Also use rgb(213,160,174) instead hex code.

Text Font Color

.myTextColor { color: #D5A0AE; }

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

This text font color is #D5A0AE.


Background Color

.myBgColor { background-color: #D5A0AE; }

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

This div background color is #D5A0AE.


Border color

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

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

This div border color is #D5A0AE.


Opacity

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

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

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

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

This text has shadow with #D5A0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5A0AE on black background.


Color preview on white background

This text has color #D5A0AE on white background.



Black color preview on #D5A0AE background

This text has black color on #D5A0AE background.


White color preview on #D5A0AE background

This text has white color on #D5A0AE background.