COLOR #D4ABDB

HEX: #D4ABDB
RGB: (212,171,219)

Color info

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

RGB color model

#D4ABDB color RGB value is (212,171,219).

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

RGB channels and saturation

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

212
171
219

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

Portions of RGB colors in percentages

R + G + B =
212 + 171 + 219 = 602 (100%)
R 212 of 602 ~ 35.22%
G 171 of 602 ~ 28.41%
B 219 of 602 ~ 36.38%

%35.22
%28.41
%36.38

CMYK color model

#D4ABDB color CMYK value is (3,22,0,14).

  • cyan value is 3.20%
  • magenta value is 21.92%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(3,22,0,14)
C3M22Y0K14 
(3%,22%,0%,14%)
(0.03/0.22/0.00/0.14)	

CMYK percentages

%3.2
%21.92
%0
%14.12

Codes

Color #D4ABDB in popluar color models

D4ABDB
RGB212171219
HSL291°40.00%76.47%
HSB/HSV291°21.92%85.88%
CMYK3.20%21.92%0.00%
14.12%

Color #D4ABDB in popluar number systems.

HEXD4ABDB
Decimal212171219
Binary110101001010101111011011
Octal324253333

Shades and tints

Shades of #D4ABDB

#D4ABDB
(212,171,219)
#C19CC8
(193,156,200)
#AE8DB5
(174,141,181)
#9B7EA2
(155,126,162)
#886F8F
(136,111,143)
#75607C
(117,96,124)
#625169
(98,81,105)
#4F4256
(79,66,86)
#3C3343
(60,51,67)
#292430
(41,36,48)
#16151D
(22,21,29)
#000000
(0,0,0)

Tints of #D4ABDB

#D4ABDB
(212,171,219)
#D7B2DE
(215,178,222)
#DAB9E1
(218,185,225)
#DDC0E4
(221,192,228)
#E0C7E7
(224,199,231)
#E3CEEA
(227,206,234)
#E6D5ED
(230,213,237)
#E9DCF0
(233,220,240)
#ECE3F3
(236,227,243)
#EFEAF6
(239,234,246)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ABDB; }

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

This text font color is #D4ABDB.


Background Color

.myBgColor { background-color: #D4ABDB; }

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

This div background color is #D4ABDB.


Border color

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

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

This div border color is #D4ABDB.


Opacity

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

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

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

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

This text has shadow with #D4ABDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ABDB on black background.


Color preview on white background

This text has color #D4ABDB on white background.



Black color preview on #D4ABDB background

This text has black color on #D4ABDB background.


White color preview on #D4ABDB background

This text has white color on #D4ABDB background.