COLOR #D4A6D6

HEX: #D4A6D6
RGB: (212,166,214)

Color info

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

RGB color model

#D4A6D6 color RGB value is (212,166,214).

  • red value is 212;
  • green value is 166;
  • blue value is 214.
RGB:
(212,166,214)
(83%,65%,84%)

RGB channels and saturation

R 212 of 255 = 83%
G 166 of 255 = 65%
B 214 of 255 = 84%

212
166
214

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

Portions of RGB colors in percentages

R + G + B =
212 + 166 + 214 = 592 (100%)
R 212 of 592 ~ 35.81%
G 166 of 592 ~ 28.04%
B 214 of 592 ~ 36.15%

%35.81
%28.04
%36.15

CMYK color model

#D4A6D6 color CMYK value is (1,22,0,16).

  • cyan value is 0.93%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(1,22,0,16)
C1M22Y0K16 
(1%,22%,0%,16%)
(0.01/0.22/0.00/0.16)	

CMYK percentages

%0.93
%22.43
%0
%16.08

Codes

Color #D4A6D6 in popluar color models

D4A6D6
RGB212166214
HSL298°36.92%74.51%
HSB/HSV298°22.43%83.92%
CMYK0.93%22.43%0.00%
16.08%

Color #D4A6D6 in popluar number systems.

HEXD4A6D6
Decimal212166214
Binary110101001010011011010110
Octal324246326

Shades and tints

Shades of #D4A6D6

#D4A6D6
(212,166,214)
#C197C3
(193,151,195)
#AE88B0
(174,136,176)
#9B799D
(155,121,157)
#886A8A
(136,106,138)
#755B77
(117,91,119)
#624C64
(98,76,100)
#4F3D51
(79,61,81)
#3C2E3E
(60,46,62)
#291F2B
(41,31,43)
#161018
(22,16,24)
#000000
(0,0,0)

Tints of #D4A6D6

#D4A6D6
(212,166,214)
#D7AED9
(215,174,217)
#DAB6DC
(218,182,220)
#DDBEDF
(221,190,223)
#E0C6E2
(224,198,226)
#E3CEE5
(227,206,229)
#E6D6E8
(230,214,232)
#E9DEEB
(233,222,235)
#ECE6EE
(236,230,238)
#EFEEF1
(239,238,241)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4A6D6 color. Also use rgb(212,166,214) instead hex code.

Text Font Color

.myTextColor { color: #D4A6D6; }

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

This text font color is #D4A6D6.


Background Color

.myBgColor { background-color: #D4A6D6; }

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

This div background color is #D4A6D6.


Border color

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

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

This div border color is #D4A6D6.


Opacity

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

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

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

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

This text has shadow with #D4A6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4A6D6 on black background.


Color preview on white background

This text has color #D4A6D6 on white background.



Black color preview on #D4A6D6 background

This text has black color on #D4A6D6 background.


White color preview on #D4A6D6 background

This text has white color on #D4A6D6 background.