COLOR #D3ACC6

HEX: #D3ACC6 RGB: (211,172,198)

Color info

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

RGB color model

#D3ACC6 color RGB value is (211,172,198).

RGB: (211,172,198) (83%, 67%, 78%)

RGB channels and saturation

R 211 of 255 = 83%
G 172 of 255 = 67%
B 198 of 255 = 78%

211
172
198

R + G + B ~ 76%. #D3ACC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 172 + 198 = 581 (100%)
R 211 of 581 ~ 36.32%
G 172 of 581 ~ 29.6%
B 198 of 581 ~ 34.08'%

%36.32
%29.6
%34.08

CMYK color model

#D3ACC6 color CMYK value is (0,18,6,17).

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

CMYK: (0,18,6,17)
C0M18Y6K17 (0%, 18%, 6%, 17%)
(0.00 / 0.18 / 0.06 / 0.17)

CMYK percentages

%0
%18.48
%6.16
%17.25

Codes

Color #D3ACC6 in popluar color models

D3 AC C6
RGB 211 172 198
HSL 320° 30.71% 75.10%
HSB/HSV 320° 18.48% 82.75%
CMYK 0.00% 18.48% 6.16%
17.25%

Color #D3ACC6 in popluar number systems.

HEX D3 AC C6
Decimal 211 172 198
Binary 11010011 10101100 11000110
Octal 323 254 306

Shades and tints

Shades of #D3ACC6

#D3ACC6
(211,172,198)
#C09DB4
(192,157,180)
#AD8EA2
(173,142,162)
#9A7F90
(154,127,144)
#87707E
(135,112,126)
#74616C
(116,97,108)
#61525A
(97,82,90)
#4E4348
(78,67,72)
#3B3436
(59,52,54)
#282524
(40,37,36)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #D3ACC6

#D3ACC6
(211,172,198)
#D7B3CB
(215,179,203)
#DBBAD0
(219,186,208)
#DFC1D5
(223,193,213)
#E3C8DA
(227,200,218)
#E7CFDF
(231,207,223)
#EBD6E4
(235,214,228)
#EFDDE9
(239,221,233)
#F3E4EE
(243,228,238)
#F7EBF3
(247,235,243)
#FBF2F8
(251,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3ACC6; }

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

This text font color is #D3ACC6.

Background Color

.myBgColor { background-color: #D3ACC6; }

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

This div background color is #D3ACC6.

Border color

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

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

This div border color is #D3ACC6.

Opacity

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

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

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

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

This text has shadow with #D3ACC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3ACC6.

Preview

Color preview on black background

This text has color #D3ACC6 on black background.


Color preview on white background

This text has color #D3ACC6 on white background.


Black color preview on #D3ACC6 background

This text has black color on #D3ACC6 background.


White color preview on #D3ACC6 background

This text has white color on #D3ACC6 background.


Related colors

Complementary color

Complementary color for #hex is #2C5339.


I love getcolorcode.com

Triadic colors

1 #C6D3AC and #ACC6D3 with #D3ACC6 are triadic colors.

2 #C6ACD3 and #ACD3C6 with #D3ACC6 are triadic colors.