COLOR #D4AAAF

HEX: #D4AAAF RGB: (212,170,175)

Color info

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

RGB color model

#D4AAAF color RGB value is (212,170,175).

RGB: (212,170,175) (83%, 67%, 69%)

RGB channels and saturation

R 212 of 255 = 83%
G 170 of 255 = 67%
B 175 of 255 = 69%

212
170
175

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

Portions of RGB colors in percentages

R + G + B = 212 + 170 + 175 = 557 (100%)
R 212 of 557 ~ 38.06%
G 170 of 557 ~ 30.52%
B 175 of 557 ~ 31.42'%

%38.06
%30.52
%31.42

CMYK color model

#D4AAAF color CMYK value is (0,20,17,17).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 17.45%
  • key color value is 16.86%

CMYK: (0,20,17,17)
C0M20Y17K17 (0%, 20%, 17%, 17%)
(0.00 / 0.20 / 0.17 / 0.17)

CMYK percentages

%0
%19.81
%17.45
%16.86

Codes

Color #D4AAAF in popluar color models

D4 AA AF
RGB 212 170 175
HSL 353° 32.81% 74.90%
HSB/HSV 353° 19.81% 83.14%
CMYK 0.00% 19.81% 17.45%
16.86%

Color #D4AAAF in popluar number systems.

HEX D4 AA AF
Decimal 212 170 175
Binary 11010100 10101010 10101111
Octal 324 252 257

Shades and tints

Shades of #D4AAAF

#D4AAAF
(212,170,175)
#C19BA0
(193,155,160)
#AE8C91
(174,140,145)
#9B7D82
(155,125,130)
#886E73
(136,110,115)
#755F64
(117,95,100)
#625055
(98,80,85)
#4F4146
(79,65,70)
#3C3237
(60,50,55)
#292328
(41,35,40)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #D4AAAF

#D4AAAF
(212,170,175)
#D7B1B6
(215,177,182)
#DAB8BD
(218,184,189)
#DDBFC4
(221,191,196)
#E0C6CB
(224,198,203)
#E3CDD2
(227,205,210)
#E6D4D9
(230,212,217)
#E9DBE0
(233,219,224)
#ECE2E7
(236,226,231)
#EFE9EE
(239,233,238)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4AAAF color. Also use rgb(212,170,175) instead hex code.

Text Font Color

.myTextColor { color: #D4AAAF; }

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

This text font color is #D4AAAF.

Background Color

.myBgColor { background-color: #D4AAAF; }

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

This div background color is #D4AAAF.

Border color

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

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

This div border color is #D4AAAF.

Opacity

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

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

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

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

This text has shadow with #D4AAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AAAF.

Preview

Color preview on black background

This text has color #D4AAAF on black background.


Color preview on white background

This text has color #D4AAAF on white background.


Black color preview on #D4AAAF background

This text has black color on #D4AAAF background.


White color preview on #D4AAAF background

This text has white color on #D4AAAF background.


Related colors

Complementary color

Complementary color for #hex is #2B5550.


I love getcolorcode.com

Triadic colors

1 #AFD4AA and #AAAFD4 with #D4AAAF are triadic colors.

2 #AFAAD4 and #AAD4AF with #D4AAAF are triadic colors.