COLOR #D4A8C9

HEX: #D4A8C9
RGB: (212,168,201)

Color info

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

RGB color model

#D4A8C9 color RGB value is (212,168,201).

  • red value is 212;
  • green value is 168;
  • blue value is 201.
RGB:
(212,168,201)
(83%,66%,79%)

RGB channels and saturation

R 212 of 255 = 83%
G 168 of 255 = 66%
B 201 of 255 = 79%

212
168
201

R + G + B ~ 76%. #D4A8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 168 + 201 = 581 (100%)
R 212 of 581 ~ 36.49%
G 168 of 581 ~ 28.92%
B 201 of 581 ~ 34.6%

%36.49
%28.92
%34.6

CMYK color model

#D4A8C9 color CMYK value is (0,21,5,17).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 5.19%
  • key color value is 16.86%
CMYK:
(0,21,5,17)
C0M21Y5K17 
(0%,21%,5%,17%)
(0.00/0.21/0.05/0.17)	

CMYK percentages

%0
%20.75
%5.19
%16.86

Codes

Color #D4A8C9 in popluar color models

D4A8C9
RGB212168201
HSL315°33.85%74.51%
HSB/HSV315°20.75%83.14%
CMYK0.00%20.75%5.19%
16.86%

Color #D4A8C9 in popluar number systems.

HEXD4A8C9
Decimal212168201
Binary110101001010100011001001
Octal324250311

Shades and tints

Shades of #D4A8C9

#D4A8C9
(212,168,201)
#C199B7
(193,153,183)
#AE8AA5
(174,138,165)
#9B7B93
(155,123,147)
#886C81
(136,108,129)
#755D6F
(117,93,111)
#624E5D
(98,78,93)
#4F3F4B
(79,63,75)
#3C3039
(60,48,57)
#292127
(41,33,39)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #D4A8C9

#D4A8C9
(212,168,201)
#D7AFCD
(215,175,205)
#DAB6D1
(218,182,209)
#DDBDD5
(221,189,213)
#E0C4D9
(224,196,217)
#E3CBDD
(227,203,221)
#E6D2E1
(230,210,225)
#E9D9E5
(233,217,229)
#ECE0E9
(236,224,233)
#EFE7ED
(239,231,237)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A8C9 color. Also use rgb(212,168,201) instead hex code.

Text Font Color

.myTextColor { color: #D4A8C9; }

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

This text font color is #D4A8C9.


Background Color

.myBgColor { background-color: #D4A8C9; }

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

This div background color is #D4A8C9.


Border color

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

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

This div border color is #D4A8C9.


Opacity

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

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

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

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

This text has shadow with #D4A8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A8C9 on black background.


Color preview on white background

This text has color #D4A8C9 on white background.



Black color preview on #D4A8C9 background

This text has black color on #D4A8C9 background.


White color preview on #D4A8C9 background

This text has white color on #D4A8C9 background.