COLOR #D0AFD2

HEX: #D0AFD2
RGB: (208,175,210)

Color info

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

RGB color model

#D0AFD2 color RGB value is (208,175,210).

  • red value is 208;
  • green value is 175;
  • blue value is 210.
RGB:
(208,175,210)
(82%,69%,82%)

RGB channels and saturation

R 208 of 255 = 82%
G 175 of 255 = 69%
B 210 of 255 = 82%

208
175
210

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

Portions of RGB colors in percentages

R + G + B =
208 + 175 + 210 = 593 (100%)
R 208 of 593 ~ 35.08%
G 175 of 593 ~ 29.51%
B 210 of 593 ~ 35.41%

%35.08
%29.51
%35.41

CMYK color model

#D0AFD2 color CMYK value is (1,17,0,18).

  • cyan value is 0.95%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(1,17,0,18)
C1M17Y0K18 
(1%,17%,0%,18%)
(0.01/0.17/0.00/0.18)	

CMYK percentages

%0.95
%16.67
%0
%17.65

Codes

Color #D0AFD2 in popluar color models

D0AFD2
RGB208175210
HSL297°28.00%75.49%
HSB/HSV297°16.67%82.35%
CMYK0.95%16.67%0.00%
17.65%

Color #D0AFD2 in popluar number systems.

HEXD0AFD2
Decimal208175210
Binary110100001010111111010010
Octal320257322

Shades and tints

Shades of #D0AFD2

#D0AFD2
(208,175,210)
#BEA0BF
(190,160,191)
#AC91AC
(172,145,172)
#9A8299
(154,130,153)
#887386
(136,115,134)
#766473
(118,100,115)
#645560
(100,85,96)
#52464D
(82,70,77)
#40373A
(64,55,58)
#2E2827
(46,40,39)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #D0AFD2

#D0AFD2
(208,175,210)
#D4B6D6
(212,182,214)
#D8BDDA
(216,189,218)
#DCC4DE
(220,196,222)
#E0CBE2
(224,203,226)
#E4D2E6
(228,210,230)
#E8D9EA
(232,217,234)
#ECE0EE
(236,224,238)
#F0E7F2
(240,231,242)
#F4EEF6
(244,238,246)
#F8F5FA
(248,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AFD2 color. Also use rgb(208,175,210) instead hex code.

Text Font Color

.myTextColor { color: #D0AFD2; }

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

This text font color is #D0AFD2.


Background Color

.myBgColor { background-color: #D0AFD2; }

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

This div background color is #D0AFD2.


Border color

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

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

This div border color is #D0AFD2.


Opacity

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

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

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

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

This text has shadow with #D0AFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AFD2 on black background.


Color preview on white background

This text has color #D0AFD2 on white background.



Black color preview on #D0AFD2 background

This text has black color on #D0AFD2 background.


White color preview on #D0AFD2 background

This text has white color on #D0AFD2 background.