COLOR #D4A5D0

HEX: #D4A5D0
RGB: (212,165,208)

Color info

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

RGB color model

#D4A5D0 color RGB value is (212,165,208).

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

RGB channels and saturation

R 212 of 255 = 83%
G 165 of 255 = 65%
B 208 of 255 = 82%

212
165
208

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

Portions of RGB colors in percentages

R + G + B =
212 + 165 + 208 = 585 (100%)
R 212 of 585 ~ 36.24%
G 165 of 585 ~ 28.21%
B 208 of 585 ~ 35.56%

%36.24
%28.21
%35.56

CMYK color model

#D4A5D0 color CMYK value is (0,22,2,17).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 1.89%
  • key color value is 16.86%
CMYK:
(0,22,2,17)
C0M22Y2K17 
(0%,22%,2%,17%)
(0.00/0.22/0.02/0.17)	

CMYK percentages

%0
%22.17
%1.89
%16.86

Codes

Color #D4A5D0 in popluar color models

D4A5D0
RGB212165208
HSL305°35.34%73.92%
HSB/HSV305°22.17%83.14%
CMYK0.00%22.17%1.89%
16.86%

Color #D4A5D0 in popluar number systems.

HEXD4A5D0
Decimal212165208
Binary110101001010010111010000
Octal324245320

Shades and tints

Shades of #D4A5D0

#D4A5D0
(212,165,208)
#C196BE
(193,150,190)
#AE87AC
(174,135,172)
#9B789A
(155,120,154)
#886988
(136,105,136)
#755A76
(117,90,118)
#624B64
(98,75,100)
#4F3C52
(79,60,82)
#3C2D40
(60,45,64)
#291E2E
(41,30,46)
#160F1C
(22,15,28)
#000000
(0,0,0)

Tints of #D4A5D0

#D4A5D0
(212,165,208)
#D7ADD4
(215,173,212)
#DAB5D8
(218,181,216)
#DDBDDC
(221,189,220)
#E0C5E0
(224,197,224)
#E3CDE4
(227,205,228)
#E6D5E8
(230,213,232)
#E9DDEC
(233,221,236)
#ECE5F0
(236,229,240)
#EFEDF4
(239,237,244)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4A5D0; }

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

This text font color is #D4A5D0.


Background Color

.myBgColor { background-color: #D4A5D0; }

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

This div background color is #D4A5D0.


Border color

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

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

This div border color is #D4A5D0.


Opacity

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

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

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

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

This text has shadow with #D4A5D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A5D0 on black background.


Color preview on white background

This text has color #D4A5D0 on white background.



Black color preview on #D4A5D0 background

This text has black color on #D4A5D0 background.


White color preview on #D4A5D0 background

This text has white color on #D4A5D0 background.