COLOR #D3A6C3

HEX: #D3A6C3
RGB: (211,166,195)

Color info

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

RGB color model

#D3A6C3 color RGB value is (211,166,195).

  • red value is 211;
  • green value is 166;
  • blue value is 195.
RGB:
(211,166,195)
(83%,65%,76%)

RGB channels and saturation

R 211 of 255 = 83%
G 166 of 255 = 65%
B 195 of 255 = 76%

211
166
195

R + G + B ~ 75%. #D3A6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 166 + 195 = 572 (100%)
R 211 of 572 ~ 36.89%
G 166 of 572 ~ 29.02%
B 195 of 572 ~ 34.09%

%36.89
%29.02
%34.09

CMYK color model

#D3A6C3 color CMYK value is (0,21,8,17).

  • cyan value is 0.00%
  • magenta value is 21.33%
  • yellow value is 7.58%
  • key color value is 17.25%
CMYK:
(0,21,8,17)
C0M21Y8K17 
(0%,21%,8%,17%)
(0.00/0.21/0.08/0.17)	

CMYK percentages

%0
%21.33
%7.58
%17.25

Codes

Color #D3A6C3 in popluar color models

D3A6C3
RGB211166195
HSL321°33.83%73.92%
HSB/HSV321°21.33%82.75%
CMYK0.00%21.33%7.58%
17.25%

Color #D3A6C3 in popluar number systems.

HEXD3A6C3
Decimal211166195
Binary110100111010011011000011
Octal323246303

Shades and tints

Shades of #D3A6C3

#D3A6C3
(211,166,195)
#C097B2
(192,151,178)
#AD88A1
(173,136,161)
#9A7990
(154,121,144)
#876A7F
(135,106,127)
#745B6E
(116,91,110)
#614C5D
(97,76,93)
#4E3D4C
(78,61,76)
#3B2E3B
(59,46,59)
#281F2A
(40,31,42)
#151019
(21,16,25)
#000000
(0,0,0)

Tints of #D3A6C3

#D3A6C3
(211,166,195)
#D7AEC8
(215,174,200)
#DBB6CD
(219,182,205)
#DFBED2
(223,190,210)
#E3C6D7
(227,198,215)
#E7CEDC
(231,206,220)
#EBD6E1
(235,214,225)
#EFDEE6
(239,222,230)
#F3E6EB
(243,230,235)
#F7EEF0
(247,238,240)
#FBF6F5
(251,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A6C3 color. Also use rgb(211,166,195) instead hex code.

Text Font Color

.myTextColor { color: #D3A6C3; }

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

This text font color is #D3A6C3.


Background Color

.myBgColor { background-color: #D3A6C3; }

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

This div background color is #D3A6C3.


Border color

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

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

This div border color is #D3A6C3.


Opacity

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

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

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

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

This text has shadow with #D3A6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A6C3 on black background.


Color preview on white background

This text has color #D3A6C3 on white background.



Black color preview on #D3A6C3 background

This text has black color on #D3A6C3 background.


White color preview on #D3A6C3 background

This text has white color on #D3A6C3 background.