COLOR #D3A0C1

HEX: #D3A0C1
RGB: (211,160,193)

Color info

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

RGB color model

#D3A0C1 color RGB value is (211,160,193).

  • red value is 211;
  • green value is 160;
  • blue value is 193.
RGB:
(211,160,193)
(83%,63%,76%)

RGB channels and saturation

R 211 of 255 = 83%
G 160 of 255 = 63%
B 193 of 255 = 76%

211
160
193

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

Portions of RGB colors in percentages

R + G + B =
211 + 160 + 193 = 564 (100%)
R 211 of 564 ~ 37.41%
G 160 of 564 ~ 28.37%
B 193 of 564 ~ 34.22%

%37.41
%28.37
%34.22

CMYK color model

#D3A0C1 color CMYK value is (0,24,9,17).

  • cyan value is 0.00%
  • magenta value is 24.17%
  • yellow value is 8.53%
  • key color value is 17.25%
CMYK:
(0,24,9,17)
C0M24Y9K17 
(0%,24%,9%,17%)
(0.00/0.24/0.09/0.17)	

CMYK percentages

%0
%24.17
%8.53
%17.25

Codes

Color #D3A0C1 in popluar color models

D3A0C1
RGB211160193
HSL321°36.69%72.75%
HSB/HSV321°24.17%82.75%
CMYK0.00%24.17%8.53%
17.25%

Color #D3A0C1 in popluar number systems.

HEXD3A0C1
Decimal211160193
Binary110100111010000011000001
Octal323240301

Shades and tints

Shades of #D3A0C1

#D3A0C1
(211,160,193)
#C092B0
(192,146,176)
#AD849F
(173,132,159)
#9A768E
(154,118,142)
#87687D
(135,104,125)
#745A6C
(116,90,108)
#614C5B
(97,76,91)
#4E3E4A
(78,62,74)
#3B3039
(59,48,57)
#282228
(40,34,40)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #D3A0C1

#D3A0C1
(211,160,193)
#D7A8C6
(215,168,198)
#DBB0CB
(219,176,203)
#DFB8D0
(223,184,208)
#E3C0D5
(227,192,213)
#E7C8DA
(231,200,218)
#EBD0DF
(235,208,223)
#EFD8E4
(239,216,228)
#F3E0E9
(243,224,233)
#F7E8EE
(247,232,238)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3A0C1 color. Also use rgb(211,160,193) instead hex code.

Text Font Color

.myTextColor { color: #D3A0C1; }

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

This text font color is #D3A0C1.


Background Color

.myBgColor { background-color: #D3A0C1; }

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

This div background color is #D3A0C1.


Border color

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

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

This div border color is #D3A0C1.


Opacity

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

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

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

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

This text has shadow with #D3A0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3A0C1 on black background.


Color preview on white background

This text has color #D3A0C1 on white background.



Black color preview on #D3A0C1 background

This text has black color on #D3A0C1 background.


White color preview on #D3A0C1 background

This text has white color on #D3A0C1 background.