COLOR #D7A4AE

HEX: #D7A4AE RGB: (215,164,174)

Color info

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

RGB color model

#D7A4AE color RGB value is (215,164,174).

RGB: (215,164,174) (84%, 64%, 68%)

RGB channels and saturation

R 215 of 255 = 84%
G 164 of 255 = 64%
B 174 of 255 = 68%

215
164
174

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

Portions of RGB colors in percentages

R + G + B = 215 + 164 + 174 = 553 (100%)
R 215 of 553 ~ 38.88%
G 164 of 553 ~ 29.66%
B 174 of 553 ~ 31.46'%

%38.88
%29.66
%31.46

CMYK color model

#D7A4AE color CMYK value is (0,24,19,16).

  • cyan value is 0.00%
  • magenta value is 23.72%
  • yellow value is 19.07%
  • key color value is 15.69%

CMYK: (0,24,19,16)
C0M24Y19K16 (0%, 24%, 19%, 16%)
(0.00 / 0.24 / 0.19 / 0.16)

CMYK percentages

%0
%23.72
%19.07
%15.69

Codes

Color #D7A4AE in popluar color models

D7 A4 AE
RGB 215 164 174
HSL 348° 38.93% 74.31%
HSB/HSV 348° 23.72% 84.31%
CMYK 0.00% 23.72% 19.07%
15.69%

Color #D7A4AE in popluar number systems.

HEX D7 A4 AE
Decimal 215 164 174
Binary 11010111 10100100 10101110
Octal 327 244 256

Shades and tints

Shades of #D7A4AE

#D7A4AE
(215,164,174)
#C4969F
(196,150,159)
#B18890
(177,136,144)
#9E7A81
(158,122,129)
#8B6C72
(139,108,114)
#785E63
(120,94,99)
#655054
(101,80,84)
#524245
(82,66,69)
#3F3436
(63,52,54)
#2C2627
(44,38,39)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #D7A4AE

#D7A4AE
(215,164,174)
#DAACB5
(218,172,181)
#DDB4BC
(221,180,188)
#E0BCC3
(224,188,195)
#E3C4CA
(227,196,202)
#E6CCD1
(230,204,209)
#E9D4D8
(233,212,216)
#ECDCDF
(236,220,223)
#EFE4E6
(239,228,230)
#F2ECED
(242,236,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7A4AE color. Also use rgb(215,164,174) instead hex code.

Text Font Color

.myTextColor { color: #D7A4AE; }

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

This text font color is #D7A4AE.

Background Color

.myBgColor { background-color: #D7A4AE; }

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

This div background color is #D7A4AE.

Border color

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

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

This div border color is #D7A4AE.

Opacity

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

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

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

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

This text has shadow with #D7A4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7A4AE.

Preview

Color preview on black background

This text has color #D7A4AE on black background.


Color preview on white background

This text has color #D7A4AE on white background.


Black color preview on #D7A4AE background

This text has black color on #D7A4AE background.


White color preview on #D7A4AE background

This text has white color on #D7A4AE background.


Related colors

Complementary color

Complementary color for #hex is #285B51.


I love getcolorcode.com

Triadic colors

1 #AED7A4 and #A4AED7 with #D7A4AE are triadic colors.

2 #AEA4D7 and #A4D7AE with #D7A4AE are triadic colors.