COLOR #D4ABD4

HEX: #D4ABD4
RGB: (212,171,212)

Color info

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

RGB color model

#D4ABD4 color RGB value is (212,171,212).

  • red value is 212;
  • green value is 171;
  • blue value is 212.
RGB:
(212,171,212)
(83%,67%,83%)

RGB channels and saturation

R 212 of 255 = 83%
G 171 of 255 = 67%
B 212 of 255 = 83%

212
171
212

R + G + B ~ 78%. #D4ABD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 171 + 212 = 595 (100%)
R 212 of 595 ~ 35.63%
G 171 of 595 ~ 28.74%
B 212 of 595 ~ 35.63%

%35.63
%28.74
%35.63

CMYK color model

#D4ABD4 color CMYK value is (0,19,0,17).

  • cyan value is 0.00%
  • magenta value is 19.34%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(0,19,0,17)
C0M19Y0K17 
(0%,19%,0%,17%)
(0.00/0.19/0.00/0.17)	

CMYK percentages

%0
%19.34
%0
%16.86

Codes

Color #D4ABD4 in popluar color models

D4ABD4
RGB212171212
HSL300°32.28%75.10%
HSB/HSV300°19.34%83.14%
CMYK0.00%19.34%0.00%
16.86%

Color #D4ABD4 in popluar number systems.

HEXD4ABD4
Decimal212171212
Binary110101001010101111010100
Octal324253324

Shades and tints

Shades of #D4ABD4

#D4ABD4
(212,171,212)
#C19CC1
(193,156,193)
#AE8DAE
(174,141,174)
#9B7E9B
(155,126,155)
#886F88
(136,111,136)
#756075
(117,96,117)
#625162
(98,81,98)
#4F424F
(79,66,79)
#3C333C
(60,51,60)
#292429
(41,36,41)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #D4ABD4

#D4ABD4
(212,171,212)
#D7B2D7
(215,178,215)
#DAB9DA
(218,185,218)
#DDC0DD
(221,192,221)
#E0C7E0
(224,199,224)
#E3CEE3
(227,206,227)
#E6D5E6
(230,213,230)
#E9DCE9
(233,220,233)
#ECE3EC
(236,227,236)
#EFEAEF
(239,234,239)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ABD4; }

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

This text font color is #D4ABD4.


Background Color

.myBgColor { background-color: #D4ABD4; }

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

This div background color is #D4ABD4.


Border color

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

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

This div border color is #D4ABD4.


Opacity

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

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

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

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

This text has shadow with #D4ABD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ABD4 on black background.


Color preview on white background

This text has color #D4ABD4 on white background.



Black color preview on #D4ABD4 background

This text has black color on #D4ABD4 background.


White color preview on #D4ABD4 background

This text has white color on #D4ABD4 background.