COLOR #D4AABF

HEX: #D4AABF RGB: (212,170,191)

Color info

#D4AABF contains red, green and blue colors in about the same proportion. Web safe color of #D4AABF is #CC99CC (or #C9C).

RGB color model

#D4AABF color RGB value is (212,170,191).

RGB: (212,170,191) (83%, 67%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 170 of 255 = 67%
B 191 of 255 = 75%

212
170
191

R + G + B ~ 75%. #D4AABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 170 + 191 = 573 (100%)
R 212 of 573 ~ 37%
G 170 of 573 ~ 29.67%
B 191 of 573 ~ 33.33'%

%37
%29.67
%33.33

CMYK color model

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

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

CMYK: (0,20,10,17)
C0M20Y10K17 (0%, 20%, 10%, 17%)
(0.00 / 0.20 / 0.10 / 0.17)

CMYK percentages

%0
%19.81
%9.91
%16.86

Codes

Color #D4AABF in popluar color models

D4 AA BF
RGB 212 170 191
HSL 330° 32.81% 74.90%
HSB/HSV 330° 19.81% 83.14%
CMYK 0.00% 19.81% 9.91%
16.86%

Color #D4AABF in popluar number systems.

HEX D4 AA BF
Decimal 212 170 191
Binary 11010100 10101010 10111111
Octal 324 252 277

Shades and tints

Shades of #D4AABF

#D4AABF
(212,170,191)
#C19BAE
(193,155,174)
#AE8C9D
(174,140,157)
#9B7D8C
(155,125,140)
#886E7B
(136,110,123)
#755F6A
(117,95,106)
#625059
(98,80,89)
#4F4148
(79,65,72)
#3C3237
(60,50,55)
#292326
(41,35,38)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #D4AABF

#D4AABF
(212,170,191)
#D7B1C4
(215,177,196)
#DAB8C9
(218,184,201)
#DDBFCE
(221,191,206)
#E0C6D3
(224,198,211)
#E3CDD8
(227,205,216)
#E6D4DD
(230,212,221)
#E9DBE2
(233,219,226)
#ECE2E7
(236,226,231)
#EFE9EC
(239,233,236)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4AABF; }

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

This text font color is #D4AABF.

Background Color

.myBgColor { background-color: #D4AABF; }

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

This div background color is #D4AABF.

Border color

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

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

This div border color is #D4AABF.

Opacity

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

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

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

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

This text has shadow with #D4AABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4AABF.

Preview

Color preview on black background

This text has color #D4AABF on black background.


Color preview on white background

This text has color #D4AABF on white background.


Black color preview on #D4AABF background

This text has black color on #D4AABF background.


White color preview on #D4AABF background

This text has white color on #D4AABF background.


Related colors

Complementary color

Complementary color for #hex is #2B5540.


I love getcolorcode.com

Triadic colors

1 #BFD4AA and #AABFD4 with #D4AABF are triadic colors.

2 #BFAAD4 and #AAD4BF with #D4AABF are triadic colors.