COLOR #D4A2C5

HEX: #D4A2C5
RGB: (212,162,197)

Color info

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

RGB color model

#D4A2C5 color RGB value is (212,162,197).

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

RGB channels and saturation

R 212 of 255 = 83%
G 162 of 255 = 64%
B 197 of 255 = 77%

212
162
197

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

Portions of RGB colors in percentages

R + G + B =
212 + 162 + 197 = 571 (100%)
R 212 of 571 ~ 37.13%
G 162 of 571 ~ 28.37%
B 197 of 571 ~ 34.5%

%37.13
%28.37
%34.5

CMYK color model

#D4A2C5 color CMYK value is (0,24,7,17).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 7.08%
  • key color value is 16.86%
CMYK:
(0,24,7,17)
C0M24Y7K17 
(0%,24%,7%,17%)
(0.00/0.24/0.07/0.17)	

CMYK percentages

%0
%23.58
%7.08
%16.86

Codes

Color #D4A2C5 in popluar color models

D4A2C5
RGB212162197
HSL318°36.76%73.33%
HSB/HSV318°23.58%83.14%
CMYK0.00%23.58%7.08%
16.86%

Color #D4A2C5 in popluar number systems.

HEXD4A2C5
Decimal212162197
Binary110101001010001011000101
Octal324242305

Shades and tints

Shades of #D4A2C5

#D4A2C5
(212,162,197)
#C194B4
(193,148,180)
#AE86A3
(174,134,163)
#9B7892
(155,120,146)
#886A81
(136,106,129)
#755C70
(117,92,112)
#624E5F
(98,78,95)
#4F404E
(79,64,78)
#3C323D
(60,50,61)
#29242C
(41,36,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #D4A2C5

#D4A2C5
(212,162,197)
#D7AACA
(215,170,202)
#DAB2CF
(218,178,207)
#DDBAD4
(221,186,212)
#E0C2D9
(224,194,217)
#E3CADE
(227,202,222)
#E6D2E3
(230,210,227)
#E9DAE8
(233,218,232)
#ECE2ED
(236,226,237)
#EFEAF2
(239,234,242)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A2C5; }

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

This text font color is #D4A2C5.


Background Color

.myBgColor { background-color: #D4A2C5; }

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

This div background color is #D4A2C5.


Border color

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

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

This div border color is #D4A2C5.


Opacity

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

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

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

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

This text has shadow with #D4A2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A2C5 on black background.


Color preview on white background

This text has color #D4A2C5 on white background.



Black color preview on #D4A2C5 background

This text has black color on #D4A2C5 background.


White color preview on #D4A2C5 background

This text has white color on #D4A2C5 background.