COLOR #D7ACB8

HEX: #D7ACB8
RGB: (215,172,184)

Color info

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

RGB color model

#D7ACB8 color RGB value is (215,172,184).

  • red value is 215;
  • green value is 172;
  • blue value is 184.
RGB:
(215,172,184)
(84%,67%,72%)

RGB channels and saturation

R 215 of 255 = 84%
G 172 of 255 = 67%
B 184 of 255 = 72%

215
172
184

R + G + B ~ 74%. #D7ACB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 172 + 184 = 571 (100%)
R 215 of 571 ~ 37.65%
G 172 of 571 ~ 30.12%
B 184 of 571 ~ 32.22%

%37.65
%30.12
%32.22

CMYK color model

#D7ACB8 color CMYK value is (0,20,14,16).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 14.42%
  • key color value is 15.69%
CMYK:
(0,20,14,16)
C0M20Y14K16 
(0%,20%,14%,16%)
(0.00/0.20/0.14/0.16)	

CMYK percentages

%0
%20
%14.42
%15.69

Codes

Color #D7ACB8 in popluar color models

D7ACB8
RGB215172184
HSL343°34.96%75.88%
HSB/HSV343°20.00%84.31%
CMYK0.00%20.00%14.42%
15.69%

Color #D7ACB8 in popluar number systems.

HEXD7ACB8
Decimal215172184
Binary110101111010110010111000
Octal327254270

Shades and tints

Shades of #D7ACB8

#D7ACB8
(215,172,184)
#C49DA8
(196,157,168)
#B18E98
(177,142,152)
#9E7F88
(158,127,136)
#8B7078
(139,112,120)
#786168
(120,97,104)
#655258
(101,82,88)
#524348
(82,67,72)
#3F3438
(63,52,56)
#2C2528
(44,37,40)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #D7ACB8

#D7ACB8
(215,172,184)
#DAB3BE
(218,179,190)
#DDBAC4
(221,186,196)
#E0C1CA
(224,193,202)
#E3C8D0
(227,200,208)
#E6CFD6
(230,207,214)
#E9D6DC
(233,214,220)
#ECDDE2
(236,221,226)
#EFE4E8
(239,228,232)
#F2EBEE
(242,235,238)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7ACB8 color. Also use rgb(215,172,184) instead hex code.

Text Font Color

.myTextColor { color: #D7ACB8; }

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

This text font color is #D7ACB8.


Background Color

.myBgColor { background-color: #D7ACB8; }

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

This div background color is #D7ACB8.


Border color

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

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

This div border color is #D7ACB8.


Opacity

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

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

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

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

This text has shadow with #D7ACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ACB8 on black background.


Color preview on white background

This text has color #D7ACB8 on white background.



Black color preview on #D7ACB8 background

This text has black color on #D7ACB8 background.


White color preview on #D7ACB8 background

This text has white color on #D7ACB8 background.