COLOR #D7AFAC

HEX: #D7AFAC RGB: (215,175,172)

Color info

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

RGB color model

#D7AFAC color RGB value is (215,175,172).

RGB: (215,175,172) (84%, 69%, 67%)

RGB channels and saturation

R 215 of 255 = 84%
G 175 of 255 = 69%
B 172 of 255 = 67%

215
175
172

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

Portions of RGB colors in percentages

R + G + B = 215 + 175 + 172 = 562 (100%)
R 215 of 562 ~ 38.26%
G 175 of 562 ~ 31.14%
B 172 of 562 ~ 30.6'%

%38.26
%31.14
%30.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 20.00%
  • key color value is 15.69%

CMYK: (0,19,20,16)
C0M19Y20K16 (0%, 19%, 20%, 16%)
(0.00 / 0.19 / 0.20 / 0.16)

CMYK percentages

%0
%18.6
%20
%15.69

Codes

Color #D7AFAC in popluar color models

D7 AF AC
RGB 215 175 172
HSL 34.96% 75.88%
HSB/HSV 20.00% 84.31%
CMYK 0.00% 18.60% 20.00%
15.69%

Color #D7AFAC in popluar number systems.

HEX D7 AF AC
Decimal 215 175 172
Binary 11010111 10101111 10101100
Octal 327 257 254

Shades and tints

Shades of #D7AFAC

#D7AFAC
(215,175,172)
#C4A09D
(196,160,157)
#B1918E
(177,145,142)
#9E827F
(158,130,127)
#8B7370
(139,115,112)
#786461
(120,100,97)
#655552
(101,85,82)
#524643
(82,70,67)
#3F3734
(63,55,52)
#2C2825
(44,40,37)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #D7AFAC

#D7AFAC
(215,175,172)
#DAB6B3
(218,182,179)
#DDBDBA
(221,189,186)
#E0C4C1
(224,196,193)
#E3CBC8
(227,203,200)
#E6D2CF
(230,210,207)
#E9D9D6
(233,217,214)
#ECE0DD
(236,224,221)
#EFE7E4
(239,231,228)
#F2EEEB
(242,238,235)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AFAC; }

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

This text font color is #D7AFAC.

Background Color

.myBgColor { background-color: #D7AFAC; }

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

This div background color is #D7AFAC.

Border color

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

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

This div border color is #D7AFAC.

Opacity

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

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

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

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

This text has shadow with #D7AFAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7AFAC.

Preview

Color preview on black background

This text has color #D7AFAC on black background.


Color preview on white background

This text has color #D7AFAC on white background.


Black color preview on #D7AFAC background

This text has black color on #D7AFAC background.


White color preview on #D7AFAC background

This text has white color on #D7AFAC background.


Related colors

Complementary color

Complementary color for #hex is #285053.


I love getcolorcode.com

Triadic colors

1 #ACD7AF and #AFACD7 with #D7AFAC are triadic colors.

2 #ACAFD7 and #AFD7AC with #D7AFAC are triadic colors.