COLOR #D4AAB1

HEX: #D4AAB1
RGB: (212,170,177)

Color info

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

RGB color model

#D4AAB1 color RGB value is (212,170,177).

  • red value is 212;
  • green value is 170;
  • blue value is 177.
RGB:
(212,170,177)
(83%,67%,69%)

RGB channels and saturation

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

212
170
177

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

Portions of RGB colors in percentages

R + G + B =
212 + 170 + 177 = 559 (100%)
R 212 of 559 ~ 37.92%
G 170 of 559 ~ 30.41%
B 177 of 559 ~ 31.66%

%37.92
%30.41
%31.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 16.51%
  • 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
%16.51
%16.86

Codes

Color #D4AAB1 in popluar color models

D4AAB1
RGB212170177
HSL350°32.81%74.90%
HSB/HSV350°19.81%83.14%
CMYK0.00%19.81%16.51%
16.86%

Color #D4AAB1 in popluar number systems.

HEXD4AAB1
Decimal212170177
Binary110101001010101010110001
Octal324252261

Shades and tints

Shades of #D4AAB1

#D4AAB1
(212,170,177)
#C19BA1
(193,155,161)
#AE8C91
(174,140,145)
#9B7D81
(155,125,129)
#886E71
(136,110,113)
#755F61
(117,95,97)
#625051
(98,80,81)
#4F4141
(79,65,65)
#3C3231
(60,50,49)
#292321
(41,35,33)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #D4AAB1

#D4AAB1
(212,170,177)
#D7B1B8
(215,177,184)
#DAB8BF
(218,184,191)
#DDBFC6
(221,191,198)
#E0C6CD
(224,198,205)
#E3CDD4
(227,205,212)
#E6D4DB
(230,212,219)
#E9DBE2
(233,219,226)
#ECE2E9
(236,226,233)
#EFE9F0
(239,233,240)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AAB1; }

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

This text font color is #D4AAB1.


Background Color

.myBgColor { background-color: #D4AAB1; }

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

This div background color is #D4AAB1.


Border color

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

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

This div border color is #D4AAB1.


Opacity

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

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

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

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

This text has shadow with #D4AAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4AAB1 on black background.


Color preview on white background

This text has color #D4AAB1 on white background.



Black color preview on #D4AAB1 background

This text has black color on #D4AAB1 background.


White color preview on #D4AAB1 background

This text has white color on #D4AAB1 background.