COLOR #D8AFCA

HEX: #D8AFCA RGB: (216,175,202)

Color info

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

RGB color model

#D8AFCA color RGB value is (216,175,202).

RGB: (216,175,202) (85%, 69%, 79%)

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 202 of 255 = 79%

216
175
202

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

Portions of RGB colors in percentages

R + G + B = 216 + 175 + 202 = 593 (100%)
R 216 of 593 ~ 36.42%
G 175 of 593 ~ 29.51%
B 202 of 593 ~ 34.06'%

%36.42
%29.51
%34.06

CMYK color model

#D8AFCA color CMYK value is (0,19,6,15).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 6.48%
  • key color value is 15.29%

CMYK: (0,19,6,15)
C0M19Y6K15 (0%, 19%, 6%, 15%)
(0.00 / 0.19 / 0.06 / 0.15)

CMYK percentages

%0
%18.98
%6.48
%15.29

Codes

Color #D8AFCA in popluar color models

D8 AF CA
RGB 216 175 202
HSL 320° 34.45% 76.67%
HSB/HSV 320° 18.98% 84.71%
CMYK 0.00% 18.98% 6.48%
15.29%

Color #D8AFCA in popluar number systems.

HEX D8 AF CA
Decimal 216 175 202
Binary 11011000 10101111 11001010
Octal 330 257 312

Shades and tints

Shades of #D8AFCA

#D8AFCA
(216,175,202)
#C5A0B8
(197,160,184)
#B291A6
(178,145,166)
#9F8294
(159,130,148)
#8C7382
(140,115,130)
#796470
(121,100,112)
#66555E
(102,85,94)
#53464C
(83,70,76)
#40373A
(64,55,58)
#2D2828
(45,40,40)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #D8AFCA

#D8AFCA
(216,175,202)
#DBB6CE
(219,182,206)
#DEBDD2
(222,189,210)
#E1C4D6
(225,196,214)
#E4CBDA
(228,203,218)
#E7D2DE
(231,210,222)
#EAD9E2
(234,217,226)
#EDE0E6
(237,224,230)
#F0E7EA
(240,231,234)
#F3EEEE
(243,238,238)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AFCA; }

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

This text font color is #D8AFCA.

Background Color

.myBgColor { background-color: #D8AFCA; }

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

This div background color is #D8AFCA.

Border color

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

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

This div border color is #D8AFCA.

Opacity

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

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

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

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

This text has shadow with #D8AFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8AFCA.

Preview

Color preview on black background

This text has color #D8AFCA on black background.


Color preview on white background

This text has color #D8AFCA on white background.


Black color preview on #D8AFCA background

This text has black color on #D8AFCA background.


White color preview on #D8AFCA background

This text has white color on #D8AFCA background.


Related colors

Complementary color

Complementary color for #hex is #275035.


I love getcolorcode.com

Triadic colors

1 #CAD8AF and #AFCAD8 with #D8AFCA are triadic colors.

2 #CAAFD8 and #AFD8CA with #D8AFCA are triadic colors.