COLOR #D5AABC

HEX: #D5AABC RGB: (213,170,188)

Color info

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

RGB color model

#D5AABC color RGB value is (213,170,188).

RGB: (213,170,188) (84%, 67%, 74%)

RGB channels and saturation

R 213 of 255 = 84%
G 170 of 255 = 67%
B 188 of 255 = 74%

213
170
188

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

Portions of RGB colors in percentages

R + G + B = 213 + 170 + 188 = 571 (100%)
R 213 of 571 ~ 37.3%
G 170 of 571 ~ 29.77%
B 188 of 571 ~ 32.92'%

%37.3
%29.77
%32.92

CMYK color model

#D5AABC color CMYK value is (0,20,12,16).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 11.74%
  • key color value is 16.47%

CMYK: (0,20,12,16)
C0M20Y12K16 (0%, 20%, 12%, 16%)
(0.00 / 0.20 / 0.12 / 0.16)

CMYK percentages

%0
%20.19
%11.74
%16.47

Codes

Color #D5AABC in popluar color models

D5 AA BC
RGB 213 170 188
HSL 335° 33.86% 75.10%
HSB/HSV 335° 20.19% 83.53%
CMYK 0.00% 20.19% 11.74%
16.47%

Color #D5AABC in popluar number systems.

HEX D5 AA BC
Decimal 213 170 188
Binary 11010101 10101010 10111100
Octal 325 252 274

Shades and tints

Shades of #D5AABC

#D5AABC
(213,170,188)
#C29BAB
(194,155,171)
#AF8C9A
(175,140,154)
#9C7D89
(156,125,137)
#896E78
(137,110,120)
#765F67
(118,95,103)
#635056
(99,80,86)
#504145
(80,65,69)
#3D3234
(61,50,52)
#2A2323
(42,35,35)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #D5AABC

#D5AABC
(213,170,188)
#D8B1C2
(216,177,194)
#DBB8C8
(219,184,200)
#DEBFCE
(222,191,206)
#E1C6D4
(225,198,212)
#E4CDDA
(228,205,218)
#E7D4E0
(231,212,224)
#EADBE6
(234,219,230)
#EDE2EC
(237,226,236)
#F0E9F2
(240,233,242)
#F3F0F8
(243,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AABC color. Also use rgb(213,170,188) instead hex code.

Text Font Color

.myTextColor { color: #D5AABC; }

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

This text font color is #D5AABC.

Background Color

.myBgColor { background-color: #D5AABC; }

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

This div background color is #D5AABC.

Border color

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

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

This div border color is #D5AABC.

Opacity

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

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

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

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

This text has shadow with #D5AABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5AABC.

Preview

Color preview on black background

This text has color #D5AABC on black background.


Color preview on white background

This text has color #D5AABC on white background.


Black color preview on #D5AABC background

This text has black color on #D5AABC background.


White color preview on #D5AABC background

This text has white color on #D5AABC background.


Related colors

Complementary color

Complementary color for #hex is #2A5543.


I love getcolorcode.com

Triadic colors

1 #BCD5AA and #AABCD5 with #D5AABC are triadic colors.

2 #BCAAD5 and #AAD5BC with #D5AABC are triadic colors.