COLOR #D4A2C0

HEX: #D4A2C0
RGB: (212,162,192)

Color info

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

RGB color model

#D4A2C0 color RGB value is (212,162,192).

  • red value is 212;
  • green value is 162;
  • blue value is 192.
RGB:
(212,162,192)
(83%,64%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 162 of 255 = 64%
B 192 of 255 = 75%

212
162
192

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

Portions of RGB colors in percentages

R + G + B =
212 + 162 + 192 = 566 (100%)
R 212 of 566 ~ 37.46%
G 162 of 566 ~ 28.62%
B 192 of 566 ~ 33.92%

%37.46
%28.62
%33.92

CMYK color model

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

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

CMYK percentages

%0
%23.58
%9.43
%16.86

Codes

Color #D4A2C0 in popluar color models

D4A2C0
RGB212162192
HSL324°36.76%73.33%
HSB/HSV324°23.58%83.14%
CMYK0.00%23.58%9.43%
16.86%

Color #D4A2C0 in popluar number systems.

HEXD4A2C0
Decimal212162192
Binary110101001010001011000000
Octal324242300

Shades and tints

Shades of #D4A2C0

#D4A2C0
(212,162,192)
#C194AF
(193,148,175)
#AE869E
(174,134,158)
#9B788D
(155,120,141)
#886A7C
(136,106,124)
#755C6B
(117,92,107)
#624E5A
(98,78,90)
#4F4049
(79,64,73)
#3C3238
(60,50,56)
#292427
(41,36,39)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #D4A2C0

#D4A2C0
(212,162,192)
#D7AAC5
(215,170,197)
#DAB2CA
(218,178,202)
#DDBACF
(221,186,207)
#E0C2D4
(224,194,212)
#E3CAD9
(227,202,217)
#E6D2DE
(230,210,222)
#E9DAE3
(233,218,227)
#ECE2E8
(236,226,232)
#EFEAED
(239,234,237)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A2C0 color. Also use rgb(212,162,192) instead hex code.

Text Font Color

.myTextColor { color: #D4A2C0; }

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

This text font color is #D4A2C0.


Background Color

.myBgColor { background-color: #D4A2C0; }

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

This div background color is #D4A2C0.


Border color

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

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

This div border color is #D4A2C0.


Opacity

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

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

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

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

This text has shadow with #D4A2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A2C0 on black background.


Color preview on white background

This text has color #D4A2C0 on white background.



Black color preview on #D4A2C0 background

This text has black color on #D4A2C0 background.


White color preview on #D4A2C0 background

This text has white color on #D4A2C0 background.