COLOR #D1AFDF

HEX: #D1AFDF
RGB: (209,175,223)

Color info

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

RGB color model

#D1AFDF color RGB value is (209,175,223).

  • red value is 209;
  • green value is 175;
  • blue value is 223.
RGB:
(209,175,223)
(82%,69%,87%)

RGB channels and saturation

R 209 of 255 = 82%
G 175 of 255 = 69%
B 223 of 255 = 87%

209
175
223

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

Portions of RGB colors in percentages

R + G + B =
209 + 175 + 223 = 607 (100%)
R 209 of 607 ~ 34.43%
G 175 of 607 ~ 28.83%
B 223 of 607 ~ 36.74%

%34.43
%28.83
%36.74

CMYK color model

#D1AFDF color CMYK value is (6,22,0,13).

  • cyan value is 6.28%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(6,22,0,13)
C6M22Y0K13 
(6%,22%,0%,13%)
(0.06/0.22/0.00/0.13)	

CMYK percentages

%6.28
%21.52
%0
%12.55

Codes

Color #D1AFDF in popluar color models

D1AFDF
RGB209175223
HSL283°42.86%78.04%
HSB/HSV283°21.52%87.45%
CMYK6.28%21.52%0.00%
12.55%

Color #D1AFDF in popluar number systems.

HEXD1AFDF
Decimal209175223
Binary110100011010111111011111
Octal321257337

Shades and tints

Shades of #D1AFDF

#D1AFDF
(209,175,223)
#BEA0CB
(190,160,203)
#AB91B7
(171,145,183)
#9882A3
(152,130,163)
#85738F
(133,115,143)
#72647B
(114,100,123)
#5F5567
(95,85,103)
#4C4653
(76,70,83)
#39373F
(57,55,63)
#26282B
(38,40,43)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #D1AFDF

#D1AFDF
(209,175,223)
#D5B6E1
(213,182,225)
#D9BDE3
(217,189,227)
#DDC4E5
(221,196,229)
#E1CBE7
(225,203,231)
#E5D2E9
(229,210,233)
#E9D9EB
(233,217,235)
#EDE0ED
(237,224,237)
#F1E7EF
(241,231,239)
#F5EEF1
(245,238,241)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AFDF color. Also use rgb(209,175,223) instead hex code.

Text Font Color

.myTextColor { color: #D1AFDF; }

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

This text font color is #D1AFDF.


Background Color

.myBgColor { background-color: #D1AFDF; }

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

This div background color is #D1AFDF.


Border color

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

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

This div border color is #D1AFDF.


Opacity

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

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

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

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

This text has shadow with #D1AFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AFDF on black background.


Color preview on white background

This text has color #D1AFDF on white background.



Black color preview on #D1AFDF background

This text has black color on #D1AFDF background.


White color preview on #D1AFDF background

This text has white color on #D1AFDF background.