COLOR #D4ABDC

HEX: #D4ABDC
RGB: (212,171,220)

Color info

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

RGB color model

#D4ABDC color RGB value is (212,171,220).

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

RGB channels and saturation

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

212
171
220

R + G + B ~ 79%. #D4ABDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 171 + 220 = 603 (100%)
R 212 of 603 ~ 35.16%
G 171 of 603 ~ 28.36%
B 220 of 603 ~ 36.48%

%35.16
%28.36
%36.48

CMYK color model

#D4ABDC color CMYK value is (4,22,0,14).

  • cyan value is 3.64%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(4,22,0,14)
C4M22Y0K14 
(4%,22%,0%,14%)
(0.04/0.22/0.00/0.14)	

CMYK percentages

%3.64
%22.27
%0
%13.73

Codes

Color #D4ABDC in popluar color models

D4ABDC
RGB212171220
HSL290°41.18%76.67%
HSB/HSV290°22.27%86.27%
CMYK3.64%22.27%0.00%
13.73%

Color #D4ABDC in popluar number systems.

HEXD4ABDC
Decimal212171220
Binary110101001010101111011100
Octal324253334

Shades and tints

Shades of #D4ABDC

#D4ABDC
(212,171,220)
#C19CC8
(193,156,200)
#AE8DB4
(174,141,180)
#9B7EA0
(155,126,160)
#886F8C
(136,111,140)
#756078
(117,96,120)
#625164
(98,81,100)
#4F4250
(79,66,80)
#3C333C
(60,51,60)
#292428
(41,36,40)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #D4ABDC

#D4ABDC
(212,171,220)
#D7B2DF
(215,178,223)
#DAB9E2
(218,185,226)
#DDC0E5
(221,192,229)
#E0C7E8
(224,199,232)
#E3CEEB
(227,206,235)
#E6D5EE
(230,213,238)
#E9DCF1
(233,220,241)
#ECE3F4
(236,227,244)
#EFEAF7
(239,234,247)
#F2F1FA
(242,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ABDC; }

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

This text font color is #D4ABDC.


Background Color

.myBgColor { background-color: #D4ABDC; }

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

This div background color is #D4ABDC.


Border color

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

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

This div border color is #D4ABDC.


Opacity

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

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

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

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

This text has shadow with #D4ABDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ABDC on black background.


Color preview on white background

This text has color #D4ABDC on white background.



Black color preview on #D4ABDC background

This text has black color on #D4ABDC background.


White color preview on #D4ABDC background

This text has white color on #D4ABDC background.