COLOR #D8ABCA

HEX: #D8ABCA RGB: (216,171,202)

Color info

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

RGB color model

#D8ABCA color RGB value is (216,171,202).

RGB: (216,171,202) (85%, 67%, 79%)

RGB channels and saturation

R 216 of 255 = 85%
G 171 of 255 = 67%
B 202 of 255 = 79%

216
171
202

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

Portions of RGB colors in percentages

R + G + B = 216 + 171 + 202 = 589 (100%)
R 216 of 589 ~ 36.67%
G 171 of 589 ~ 29.03%
B 202 of 589 ~ 34.3'%

%36.67
%29.03
%34.3

CMYK color model

#D8ABCA color CMYK value is (0,21,6,15).

  • cyan value is 0.00%
  • magenta value is 20.83%
  • yellow value is 6.48%
  • key color value is 15.29%
CMYK: (0,21,6,15) C0M21Y6K15 (0%,21%,6%,15%) (0.00/0.21/0.06/0.15) 

CMYK percentages

%0
%20.83
%6.48
%15.29

Codes

Color #D8ABCA in popluar color models

D8 AB CA
RGB 216 171 202
HSL 319° 36.59% 75.88%
HSB/HSV 319° 20.83% 84.71%
CMYK 0.00% 20.83% 6.48%
15.29%

Color #D8ABCA in popluar number systems.

HEX D8 AB CA
Decimal 216 171 202
Binary 11011000 10101011 11001010
Octal 330 253 312

Shades and tints

Shades of #D8ABCA

#D8ABCA
(216,171,202)
#C59CB8
(197,156,184)
#B28DA6
(178,141,166)
#9F7E94
(159,126,148)
#8C6F82
(140,111,130)
#796070
(121,96,112)
#66515E
(102,81,94)
#53424C
(83,66,76)
#40333A
(64,51,58)
#2D2428
(45,36,40)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #D8ABCA

#D8ABCA
(216,171,202)
#DBB2CE
(219,178,206)
#DEB9D2
(222,185,210)
#E1C0D6
(225,192,214)
#E4C7DA
(228,199,218)
#E7CEDE
(231,206,222)
#EAD5E2
(234,213,226)
#EDDCE6
(237,220,230)
#F0E3EA
(240,227,234)
#F3EAEE
(243,234,238)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8ABCA color. Also use rgb(216,171,202) instead hex code.

Text Font Color

.myTextColor { color: #D8ABCA; }

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

This text font color is #D8ABCA.

Background Color

.myBgColor { background-color: #D8ABCA; }

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

This div background color is #D8ABCA.

Border color

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

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

This div border color is #D8ABCA.

Opacity

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

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

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

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

This text has shadow with #D8ABCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8ABCA.

Preview

Color preview on black background

This text has color #D8ABCA on black background.


Color preview on white background

This text has color #D8ABCA on white background.


Black color preview on #D8ABCA background

This text has black color on #D8ABCA background.


White color preview on #D8ABCA background

This text has white color on #D8ABCA background.


Related colors

Complementary color

Complementary color for #hex is #275435.


I love getcolorcode.com

Triadic colors

1 #CAD8AB and #ABCAD8 with #D8ABCA are triadic colors.

2 #CAABD8 and #ABD8CA with #D8ABCA are triadic colors.