COLOR #D7ACAE

HEX: #D7ACAE
RGB: (215,172,174)

Color info

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

RGB color model

#D7ACAE color RGB value is (215,172,174).

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

RGB channels and saturation

R 215 of 255 = 84%
G 172 of 255 = 67%
B 174 of 255 = 68%

215
172
174

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

Portions of RGB colors in percentages

R + G + B =
215 + 172 + 174 = 561 (100%)
R 215 of 561 ~ 38.32%
G 172 of 561 ~ 30.66%
B 174 of 561 ~ 31.02%

%38.32
%30.66
%31.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 19.07%
  • key color value is 15.69%
CMYK:
(0,20,19,16)
C0M20Y19K16 
(0%,20%,19%,16%)
(0.00/0.20/0.19/0.16)	

CMYK percentages

%0
%20
%19.07
%15.69

Codes

Color #D7ACAE in popluar color models

D7ACAE
RGB215172174
HSL357°34.96%75.88%
HSB/HSV357°20.00%84.31%
CMYK0.00%20.00%19.07%
15.69%

Color #D7ACAE in popluar number systems.

HEXD7ACAE
Decimal215172174
Binary110101111010110010101110
Octal327254256

Shades and tints

Shades of #D7ACAE

#D7ACAE
(215,172,174)
#C49D9F
(196,157,159)
#B18E90
(177,142,144)
#9E7F81
(158,127,129)
#8B7072
(139,112,114)
#786163
(120,97,99)
#655254
(101,82,84)
#524345
(82,67,69)
#3F3436
(63,52,54)
#2C2527
(44,37,39)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #D7ACAE

#D7ACAE
(215,172,174)
#DAB3B5
(218,179,181)
#DDBABC
(221,186,188)
#E0C1C3
(224,193,195)
#E3C8CA
(227,200,202)
#E6CFD1
(230,207,209)
#E9D6D8
(233,214,216)
#ECDDDF
(236,221,223)
#EFE4E6
(239,228,230)
#F2EBED
(242,235,237)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7ACAE; }

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

This text font color is #D7ACAE.


Background Color

.myBgColor { background-color: #D7ACAE; }

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

This div background color is #D7ACAE.


Border color

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

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

This div border color is #D7ACAE.


Opacity

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

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

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

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

This text has shadow with #D7ACAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ACAE on black background.


Color preview on white background

This text has color #D7ACAE on white background.



Black color preview on #D7ACAE background

This text has black color on #D7ACAE background.


White color preview on #D7ACAE background

This text has white color on #D7ACAE background.