COLOR #D5AABF

HEX: #D5AABF
RGB: (213,170,191)

Color info

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

RGB color model

#D5AABF color RGB value is (213,170,191).

  • red value is 213;
  • green value is 170;
  • blue value is 191.
RGB:
(213,170,191)
(84%,67%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 170 of 255 = 67%
B 191 of 255 = 75%

213
170
191

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

Portions of RGB colors in percentages

R + G + B =
213 + 170 + 191 = 574 (100%)
R 213 of 574 ~ 37.11%
G 170 of 574 ~ 29.62%
B 191 of 574 ~ 33.28%

%37.11
%29.62
%33.28

CMYK color model

#D5AABF color CMYK value is (0,20,10,16).

  • cyan value is 0.00%
  • magenta value is 20.19%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(0,20,10,16)
C0M20Y10K16 
(0%,20%,10%,16%)
(0.00/0.20/0.10/0.16)	

CMYK percentages

%0
%20.19
%10.33
%16.47

Codes

Color #D5AABF in popluar color models

D5AABF
RGB213170191
HSL331°33.86%75.10%
HSB/HSV331°20.19%83.53%
CMYK0.00%20.19%10.33%
16.47%

Color #D5AABF in popluar number systems.

HEXD5AABF
Decimal213170191
Binary110101011010101010111111
Octal325252277

Shades and tints

Shades of #D5AABF

#D5AABF
(213,170,191)
#C29BAE
(194,155,174)
#AF8C9D
(175,140,157)
#9C7D8C
(156,125,140)
#896E7B
(137,110,123)
#765F6A
(118,95,106)
#635059
(99,80,89)
#504148
(80,65,72)
#3D3237
(61,50,55)
#2A2326
(42,35,38)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #D5AABF

#D5AABF
(213,170,191)
#D8B1C4
(216,177,196)
#DBB8C9
(219,184,201)
#DEBFCE
(222,191,206)
#E1C6D3
(225,198,211)
#E4CDD8
(228,205,216)
#E7D4DD
(231,212,221)
#EADBE2
(234,219,226)
#EDE2E7
(237,226,231)
#F0E9EC
(240,233,236)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5AABF; }

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

This text font color is #D5AABF.


Background Color

.myBgColor { background-color: #D5AABF; }

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

This div background color is #D5AABF.


Border color

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

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

This div border color is #D5AABF.


Opacity

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

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

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

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

This text has shadow with #D5AABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5AABF on black background.


Color preview on white background

This text has color #D5AABF on white background.



Black color preview on #D5AABF background

This text has black color on #D5AABF background.


White color preview on #D5AABF background

This text has white color on #D5AABF background.