COLOR #D0ABD1

HEX: #D0ABD1 RGB: (208,171,209)

Color info

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

RGB color model

#D0ABD1 color RGB value is (208,171,209).

RGB: (208,171,209) (82%, 67%, 82%)

RGB channels and saturation

R 208 of 255 = 82%
G 171 of 255 = 67%
B 209 of 255 = 82%

208
171
209

R + G + B ~ 77%. #D0ABD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 171 + 209 = 588 (100%)
R 208 of 588 ~ 35.37%
G 171 of 588 ~ 29.08%
B 209 of 588 ~ 35.54'%

%35.37
%29.08
%35.54

CMYK color model

#D0ABD1 color CMYK value is (0,18,0,18).

  • cyan value is 0.48%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (0,18,0,18)
C0M18Y0K18 (0%, 18%, 0%, 18%)
(0.00 / 0.18 / 0.00 / 0.18)

CMYK percentages

%0.48
%18.18
%0
%18.04

Codes

Color #D0ABD1 in popluar color models

D0 AB D1
RGB 208 171 209
HSL 298° 29.23% 74.51%
HSB/HSV 298° 18.18% 81.96%
CMYK 0.48% 18.18% 0.00%
18.04%

Color #D0ABD1 in popluar number systems.

HEX D0 AB D1
Decimal 208 171 209
Binary 11010000 10101011 11010001
Octal 320 253 321

Shades and tints

Shades of #D0ABD1

#D0ABD1
(208,171,209)
#BE9CBE
(190,156,190)
#AC8DAB
(172,141,171)
#9A7E98
(154,126,152)
#886F85
(136,111,133)
#766072
(118,96,114)
#64515F
(100,81,95)
#52424C
(82,66,76)
#403339
(64,51,57)
#2E2426
(46,36,38)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #D0ABD1

#D0ABD1
(208,171,209)
#D4B2D5
(212,178,213)
#D8B9D9
(216,185,217)
#DCC0DD
(220,192,221)
#E0C7E1
(224,199,225)
#E4CEE5
(228,206,229)
#E8D5E9
(232,213,233)
#ECDCED
(236,220,237)
#F0E3F1
(240,227,241)
#F4EAF5
(244,234,245)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ABD1; }

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

This text font color is #D0ABD1.

Background Color

.myBgColor { background-color: #D0ABD1; }

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

This div background color is #D0ABD1.

Border color

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

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

This div border color is #D0ABD1.

Opacity

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

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

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

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

This text has shadow with #D0ABD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0ABD1.

Preview

Color preview on black background

This text has color #D0ABD1 on black background.


Color preview on white background

This text has color #D0ABD1 on white background.


Black color preview on #D0ABD1 background

This text has black color on #D0ABD1 background.


White color preview on #D0ABD1 background

This text has white color on #D0ABD1 background.


Related colors

Complementary color

Complementary color for #hex is #2F542E.


I love getcolorcode.com

Triadic colors

1 #D1D0AB and #ABD1D0 with #D0ABD1 are triadic colors.

2 #D1ABD0 and #ABD0D1 with #D0ABD1 are triadic colors.