COLOR #D3ACB7

HEX: #D3ACB7 RGB: (211,172,183)

Color info

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

RGB color model

#D3ACB7 color RGB value is (211,172,183).

RGB: (211,172,183) (83%, 67%, 72%)

RGB channels and saturation

R 211 of 255 = 83%
G 172 of 255 = 67%
B 183 of 255 = 72%

211
172
183

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

Portions of RGB colors in percentages

R + G + B = 211 + 172 + 183 = 566 (100%)
R 211 of 566 ~ 37.28%
G 172 of 566 ~ 30.39%
B 183 of 566 ~ 32.33'%

%37.28
%30.39
%32.33

CMYK color model

#D3ACB7 color CMYK value is (0,18,13,17).

  • cyan value is 0.00%
  • magenta value is 18.48%
  • yellow value is 13.27%
  • key color value is 17.25%

CMYK: (0,18,13,17)
C0M18Y13K17 (0%, 18%, 13%, 17%)
(0.00 / 0.18 / 0.13 / 0.17)

CMYK percentages

%0
%18.48
%13.27
%17.25

Codes

Color #D3ACB7 in popluar color models

D3 AC B7
RGB 211 172 183
HSL 343° 30.71% 75.10%
HSB/HSV 343° 18.48% 82.75%
CMYK 0.00% 18.48% 13.27%
17.25%

Color #D3ACB7 in popluar number systems.

HEX D3 AC B7
Decimal 211 172 183
Binary 11010011 10101100 10110111
Octal 323 254 267

Shades and tints

Shades of #D3ACB7

#D3ACB7
(211,172,183)
#C09DA7
(192,157,167)
#AD8E97
(173,142,151)
#9A7F87
(154,127,135)
#877077
(135,112,119)
#746167
(116,97,103)
#615257
(97,82,87)
#4E4347
(78,67,71)
#3B3437
(59,52,55)
#282527
(40,37,39)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #D3ACB7

#D3ACB7
(211,172,183)
#D7B3BD
(215,179,189)
#DBBAC3
(219,186,195)
#DFC1C9
(223,193,201)
#E3C8CF
(227,200,207)
#E7CFD5
(231,207,213)
#EBD6DB
(235,214,219)
#EFDDE1
(239,221,225)
#F3E4E7
(243,228,231)
#F7EBED
(247,235,237)
#FBF2F3
(251,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ACB7 color. Also use rgb(211,172,183) instead hex code.

Text Font Color

.myTextColor { color: #D3ACB7; }

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

This text font color is #D3ACB7.

Background Color

.myBgColor { background-color: #D3ACB7; }

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

This div background color is #D3ACB7.

Border color

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

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

This div border color is #D3ACB7.

Opacity

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

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

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

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

This text has shadow with #D3ACB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3ACB7.

Preview

Color preview on black background

This text has color #D3ACB7 on black background.


Color preview on white background

This text has color #D3ACB7 on white background.


Black color preview on #D3ACB7 background

This text has black color on #D3ACB7 background.


White color preview on #D3ACB7 background

This text has white color on #D3ACB7 background.


Related colors

Complementary color

Complementary color for #hex is #2C5348.


I love getcolorcode.com

Triadic colors

1 #B7D3AC and #ACB7D3 with #D3ACB7 are triadic colors.

2 #B7ACD3 and #ACD3B7 with #D3ACB7 are triadic colors.