COLOR #D1AABF

HEX: #D1AABF
RGB: (209,170,191)

Color info

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

RGB color model

#D1AABF color RGB value is (209,170,191).

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

RGB channels and saturation

R 209 of 255 = 82%
G 170 of 255 = 67%
B 191 of 255 = 75%

209
170
191

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

Portions of RGB colors in percentages

R + G + B =
209 + 170 + 191 = 570 (100%)
R 209 of 570 ~ 36.67%
G 170 of 570 ~ 29.82%
B 191 of 570 ~ 33.51%

%36.67
%29.82
%33.51

CMYK color model

#D1AABF color CMYK value is (0,19,9,18).

  • cyan value is 0.00%
  • magenta value is 18.66%
  • yellow value is 8.61%
  • key color value is 18.04%
CMYK:
(0,19,9,18)
C0M19Y9K18 
(0%,19%,9%,18%)
(0.00/0.19/0.09/0.18)	

CMYK percentages

%0
%18.66
%8.61
%18.04

Codes

Color #D1AABF in popluar color models

D1AABF
RGB209170191
HSL328°29.77%74.31%
HSB/HSV328°18.66%81.96%
CMYK0.00%18.66%8.61%
18.04%

Color #D1AABF in popluar number systems.

HEXD1AABF
Decimal209170191
Binary110100011010101010111111
Octal321252277

Shades and tints

Shades of #D1AABF

#D1AABF
(209,170,191)
#BE9BAE
(190,155,174)
#AB8C9D
(171,140,157)
#987D8C
(152,125,140)
#856E7B
(133,110,123)
#725F6A
(114,95,106)
#5F5059
(95,80,89)
#4C4148
(76,65,72)
#393237
(57,50,55)
#262326
(38,35,38)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #D1AABF

#D1AABF
(209,170,191)
#D5B1C4
(213,177,196)
#D9B8C9
(217,184,201)
#DDBFCE
(221,191,206)
#E1C6D3
(225,198,211)
#E5CDD8
(229,205,216)
#E9D4DD
(233,212,221)
#EDDBE2
(237,219,226)
#F1E2E7
(241,226,231)
#F5E9EC
(245,233,236)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AABF; }

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

This text font color is #D1AABF.


Background Color

.myBgColor { background-color: #D1AABF; }

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

This div background color is #D1AABF.


Border color

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

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

This div border color is #D1AABF.


Opacity

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

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

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

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

This text has shadow with #D1AABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AABF on black background.


Color preview on white background

This text has color #D1AABF on white background.



Black color preview on #D1AABF background

This text has black color on #D1AABF background.


White color preview on #D1AABF background

This text has white color on #D1AABF background.