COLOR #D7ACBB

HEX: #D7ACBB
RGB: (215,172,187)

Color info

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

RGB color model

#D7ACBB color RGB value is (215,172,187).

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

RGB channels and saturation

R 215 of 255 = 84%
G 172 of 255 = 67%
B 187 of 255 = 73%

215
172
187

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

Portions of RGB colors in percentages

R + G + B =
215 + 172 + 187 = 574 (100%)
R 215 of 574 ~ 37.46%
G 172 of 574 ~ 29.97%
B 187 of 574 ~ 32.58%

%37.46
%29.97
%32.58

CMYK color model

#D7ACBB color CMYK value is (0,20,13,16).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 13.02%
  • key color value is 15.69%
CMYK: (0,20,13,16) C0M20Y13K16 (0%,20%,13%,16%) (0.00/0.20/0.13/0.16)

CMYK percentages

%0
%20
%13.02
%15.69

Codes

Color #D7ACBB in popluar color models

D7ACBB
RGB215172187
HSL339°34.96%75.88%
HSB/HSV339°20.00%84.31%
CMYK0.00%20.00%13.02%
15.69%

Color #D7ACBB in popluar number systems.

HEXD7ACBB
Decimal215172187
Binary110101111010110010111011
Octal327254273

Shades and tints

Shades of #D7ACBB

#D7ACBB
(215,172,187)
#C49DAA
(196,157,170)
#B18E99
(177,142,153)
#9E7F88
(158,127,136)
#8B7077
(139,112,119)
#786166
(120,97,102)
#655255
(101,82,85)
#524344
(82,67,68)
#3F3433
(63,52,51)
#2C2522
(44,37,34)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #D7ACBB

#D7ACBB
(215,172,187)
#DAB3C1
(218,179,193)
#DDBAC7
(221,186,199)
#E0C1CD
(224,193,205)
#E3C8D3
(227,200,211)
#E6CFD9
(230,207,217)
#E9D6DF
(233,214,223)
#ECDDE5
(236,221,229)
#EFE4EB
(239,228,235)
#F2EBF1
(242,235,241)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ACBB; }

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

This text font color is #D7ACBB.


Background Color

.myBgColor { background-color: #D7ACBB; }

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

This div background color is #D7ACBB.


Border color

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

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

This div border color is #D7ACBB.


Opacity

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

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

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

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

This text has shadow with #D7ACBB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7ACBB on black background.


Color preview on white background

This text has color #D7ACBB on white background.



Black color preview on #D7ACBB background

This text has black color on #D7ACBB background.


White color preview on #D7ACBB background

This text has white color on #D7ACBB background.