COLOR #D7AABF

HEX: #D7AABF
RGB: (215,170,191)

Color info

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

RGB color model

#D7AABF color RGB value is (215,170,191).

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

RGB channels and saturation

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

215
170
191

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

Portions of RGB colors in percentages

R + G + B =
215 + 170 + 191 = 576 (100%)
R 215 of 576 ~ 37.33%
G 170 of 576 ~ 29.51%
B 191 of 576 ~ 33.16%

%37.33
%29.51
%33.16

CMYK color model

#D7AABF color CMYK value is (0,21,11,16).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 11.16%
  • key color value is 15.69%
CMYK:
(0,21,11,16)
C0M21Y11K16 
(0%,21%,11%,16%)
(0.00/0.21/0.11/0.16)	

CMYK percentages

%0
%20.93
%11.16
%15.69

Codes

Color #D7AABF in popluar color models

D7AABF
RGB215170191
HSL332°36.00%75.49%
HSB/HSV332°20.93%84.31%
CMYK0.00%20.93%11.16%
15.69%

Color #D7AABF in popluar number systems.

HEXD7AABF
Decimal215170191
Binary110101111010101010111111
Octal327252277

Shades and tints

Shades of #D7AABF

#D7AABF
(215,170,191)
#C49BAE
(196,155,174)
#B18C9D
(177,140,157)
#9E7D8C
(158,125,140)
#8B6E7B
(139,110,123)
#785F6A
(120,95,106)
#655059
(101,80,89)
#524148
(82,65,72)
#3F3237
(63,50,55)
#2C2326
(44,35,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #D7AABF

#D7AABF
(215,170,191)
#DAB1C4
(218,177,196)
#DDB8C9
(221,184,201)
#E0BFCE
(224,191,206)
#E3C6D3
(227,198,211)
#E6CDD8
(230,205,216)
#E9D4DD
(233,212,221)
#ECDBE2
(236,219,226)
#EFE2E7
(239,226,231)
#F2E9EC
(242,233,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AABF; }

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

This text font color is #D7AABF.


Background Color

.myBgColor { background-color: #D7AABF; }

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

This div background color is #D7AABF.


Border color

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

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

This div border color is #D7AABF.


Opacity

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

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

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

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

This text has shadow with #D7AABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AABF on black background.


Color preview on white background

This text has color #D7AABF on white background.



Black color preview on #D7AABF background

This text has black color on #D7AABF background.


White color preview on #D7AABF background

This text has white color on #D7AABF background.