COLOR #D7AACB

HEX: #D7AACB
RGB: (215,170,203)

Color info

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

RGB color model

#D7AACB color RGB value is (215,170,203).

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

RGB channels and saturation

R 215 of 255 = 84%
G 170 of 255 = 67%
B 203 of 255 = 80%

215
170
203

R + G + B ~ 77%. #D7AACB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 170 + 203 = 588 (100%)
R 215 of 588 ~ 36.56%
G 170 of 588 ~ 28.91%
B 203 of 588 ~ 34.52%

%36.56
%28.91
%34.52

CMYK color model

#D7AACB color CMYK value is (0,21,6,16).

  • cyan value is 0.00%
  • magenta value is 20.93%
  • yellow value is 5.58%
  • key color value is 15.69%
CMYK:
(0,21,6,16)
C0M21Y6K16 
(0%,21%,6%,16%)
(0.00/0.21/0.06/0.16)	

CMYK percentages

%0
%20.93
%5.58
%15.69

Codes

Color #D7AACB in popluar color models

D7AACB
RGB215170203
HSL316°36.00%75.49%
HSB/HSV316°20.93%84.31%
CMYK0.00%20.93%5.58%
15.69%

Color #D7AACB in popluar number systems.

HEXD7AACB
Decimal215170203
Binary110101111010101011001011
Octal327252313

Shades and tints

Shades of #D7AACB

#D7AACB
(215,170,203)
#C49BB9
(196,155,185)
#B18CA7
(177,140,167)
#9E7D95
(158,125,149)
#8B6E83
(139,110,131)
#785F71
(120,95,113)
#65505F
(101,80,95)
#52414D
(82,65,77)
#3F323B
(63,50,59)
#2C2329
(44,35,41)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #D7AACB

#D7AACB
(215,170,203)
#DAB1CF
(218,177,207)
#DDB8D3
(221,184,211)
#E0BFD7
(224,191,215)
#E3C6DB
(227,198,219)
#E6CDDF
(230,205,223)
#E9D4E3
(233,212,227)
#ECDBE7
(236,219,231)
#EFE2EB
(239,226,235)
#F2E9EF
(242,233,239)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AACB; }

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

This text font color is #D7AACB.


Background Color

.myBgColor { background-color: #D7AACB; }

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

This div background color is #D7AACB.


Border color

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

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

This div border color is #D7AACB.


Opacity

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

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

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

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

This text has shadow with #D7AACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AACB on black background.


Color preview on white background

This text has color #D7AACB on white background.



Black color preview on #D7AACB background

This text has black color on #D7AACB background.


White color preview on #D7AACB background

This text has white color on #D7AACB background.