COLOR #D7ACAB

HEX: #D7ACAB
RGB: (215,172,171)

Color info

#D7ACAB contains red, green and blue colors in about the same proportion. Web safe color of #D7ACAB is #CC9999 (or #C99).

RGB color model

#D7ACAB color RGB value is (215,172,171).

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

RGB channels and saturation

R 215 of 255 = 84%
G 172 of 255 = 67%
B 171 of 255 = 67%

215
172
171

R + G + B ~ 73%. #D7ACAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 172 + 171 = 558 (100%)
R 215 of 558 ~ 38.53%
G 172 of 558 ~ 30.82%
B 171 of 558 ~ 30.65%

%38.53
%30.82
%30.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(0,20,20,16)
C0M20Y20K16 
(0%,20%,20%,16%)
(0.00/0.20/0.20/0.16)	

CMYK percentages

%0
%20
%20.47
%15.69

Codes

Color #D7ACAB in popluar color models

D7ACAB
RGB215172171
HSL35.48%75.69%
HSB/HSV20.47%84.31%
CMYK0.00%20.00%20.47%
15.69%

Color #D7ACAB in popluar number systems.

HEXD7ACAB
Decimal215172171
Binary110101111010110010101011
Octal327254253

Shades and tints

Shades of #D7ACAB

#D7ACAB
(215,172,171)
#C49D9C
(196,157,156)
#B18E8D
(177,142,141)
#9E7F7E
(158,127,126)
#8B706F
(139,112,111)
#786160
(120,97,96)
#655251
(101,82,81)
#524342
(82,67,66)
#3F3433
(63,52,51)
#2C2524
(44,37,36)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #D7ACAB

#D7ACAB
(215,172,171)
#DAB3B2
(218,179,178)
#DDBAB9
(221,186,185)
#E0C1C0
(224,193,192)
#E3C8C7
(227,200,199)
#E6CFCE
(230,207,206)
#E9D6D5
(233,214,213)
#ECDDDC
(236,221,220)
#EFE4E3
(239,228,227)
#F2EBEA
(242,235,234)
#F5F2F1
(245,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ACAB; }

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

This text font color is #D7ACAB.


Background Color

.myBgColor { background-color: #D7ACAB; }

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

This div background color is #D7ACAB.


Border color

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

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

This div border color is #D7ACAB.


Opacity

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

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

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

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

This text has shadow with #D7ACAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ACAB on black background.


Color preview on white background

This text has color #D7ACAB on white background.



Black color preview on #D7ACAB background

This text has black color on #D7ACAB background.


White color preview on #D7ACAB background

This text has white color on #D7ACAB background.