COLOR #D4A8D0

HEX: #D4A8D0
RGB: (212,168,208)

Color info

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

RGB color model

#D4A8D0 color RGB value is (212,168,208).

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

RGB channels and saturation

R 212 of 255 = 83%
G 168 of 255 = 66%
B 208 of 255 = 82%

212
168
208

R + G + B ~ 77%. #D4A8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 168 + 208 = 588 (100%)
R 212 of 588 ~ 36.05%
G 168 of 588 ~ 28.57%
B 208 of 588 ~ 35.37%

%36.05
%28.57
%35.37

CMYK color model

#D4A8D0 color CMYK value is (0,21,2,17).

  • cyan value is 0.00%
  • magenta value is 20.75%
  • yellow value is 1.89%
  • key color value is 16.86%
CMYK:
(0,21,2,17)
C0M21Y2K17 
(0%,21%,2%,17%)
(0.00/0.21/0.02/0.17)	

CMYK percentages

%0
%20.75
%1.89
%16.86

Codes

Color #D4A8D0 in popluar color models

D4A8D0
RGB212168208
HSL305°33.85%74.51%
HSB/HSV305°20.75%83.14%
CMYK0.00%20.75%1.89%
16.86%

Color #D4A8D0 in popluar number systems.

HEXD4A8D0
Decimal212168208
Binary110101001010100011010000
Octal324250320

Shades and tints

Shades of #D4A8D0

#D4A8D0
(212,168,208)
#C199BE
(193,153,190)
#AE8AAC
(174,138,172)
#9B7B9A
(155,123,154)
#886C88
(136,108,136)
#755D76
(117,93,118)
#624E64
(98,78,100)
#4F3F52
(79,63,82)
#3C3040
(60,48,64)
#29212E
(41,33,46)
#16121C
(22,18,28)
#000000
(0,0,0)

Tints of #D4A8D0

#D4A8D0
(212,168,208)
#D7AFD4
(215,175,212)
#DAB6D8
(218,182,216)
#DDBDDC
(221,189,220)
#E0C4E0
(224,196,224)
#E3CBE4
(227,203,228)
#E6D2E8
(230,210,232)
#E9D9EC
(233,217,236)
#ECE0F0
(236,224,240)
#EFE7F4
(239,231,244)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A8D0; }

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

This text font color is #D4A8D0.


Background Color

.myBgColor { background-color: #D4A8D0; }

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

This div background color is #D4A8D0.


Border color

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

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

This div border color is #D4A8D0.


Opacity

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

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

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

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

This text has shadow with #D4A8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A8D0 on black background.


Color preview on white background

This text has color #D4A8D0 on white background.



Black color preview on #D4A8D0 background

This text has black color on #D4A8D0 background.


White color preview on #D4A8D0 background

This text has white color on #D4A8D0 background.