COLOR #D4A0C5

HEX: #D4A0C5
RGB: (212,160,197)

Color info

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

RGB color model

#D4A0C5 color RGB value is (212,160,197).

  • red value is 212;
  • green value is 160;
  • blue value is 197.
RGB:
(212,160,197)
(83%,63%,77%)

RGB channels and saturation

R 212 of 255 = 83%
G 160 of 255 = 63%
B 197 of 255 = 77%

212
160
197

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

Portions of RGB colors in percentages

R + G + B =
212 + 160 + 197 = 569 (100%)
R 212 of 569 ~ 37.26%
G 160 of 569 ~ 28.12%
B 197 of 569 ~ 34.62%

%37.26
%28.12
%34.62

CMYK color model

#D4A0C5 color CMYK value is (0,25,7,17).

  • cyan value is 0.00%
  • magenta value is 24.53%
  • yellow value is 7.08%
  • key color value is 16.86%
CMYK:
(0,25,7,17)
C0M25Y7K17 
(0%,25%,7%,17%)
(0.00/0.25/0.07/0.17)	

CMYK percentages

%0
%24.53
%7.08
%16.86

Codes

Color #D4A0C5 in popluar color models

D4A0C5
RGB212160197
HSL317°37.68%72.94%
HSB/HSV317°24.53%83.14%
CMYK0.00%24.53%7.08%
16.86%

Color #D4A0C5 in popluar number systems.

HEXD4A0C5
Decimal212160197
Binary110101001010000011000101
Octal324240305

Shades and tints

Shades of #D4A0C5

#D4A0C5
(212,160,197)
#C192B4
(193,146,180)
#AE84A3
(174,132,163)
#9B7692
(155,118,146)
#886881
(136,104,129)
#755A70
(117,90,112)
#624C5F
(98,76,95)
#4F3E4E
(79,62,78)
#3C303D
(60,48,61)
#29222C
(41,34,44)
#16141B
(22,20,27)
#000000
(0,0,0)

Tints of #D4A0C5

#D4A0C5
(212,160,197)
#D7A8CA
(215,168,202)
#DAB0CF
(218,176,207)
#DDB8D4
(221,184,212)
#E0C0D9
(224,192,217)
#E3C8DE
(227,200,222)
#E6D0E3
(230,208,227)
#E9D8E8
(233,216,232)
#ECE0ED
(236,224,237)
#EFE8F2
(239,232,242)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A0C5 color. Also use rgb(212,160,197) instead hex code.

Text Font Color

.myTextColor { color: #D4A0C5; }

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

This text font color is #D4A0C5.


Background Color

.myBgColor { background-color: #D4A0C5; }

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

This div background color is #D4A0C5.


Border color

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

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

This div border color is #D4A0C5.


Opacity

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

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

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

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

This text has shadow with #D4A0C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A0C5 on black background.


Color preview on white background

This text has color #D4A0C5 on white background.



Black color preview on #D4A0C5 background

This text has black color on #D4A0C5 background.


White color preview on #D4A0C5 background

This text has white color on #D4A0C5 background.