COLOR #D9AFCC

HEX: #D9AFCC RGB: (217,175,204)

Color info

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

RGB color model

#D9AFCC color RGB value is (217,175,204).

RGB: (217,175,204) (85%, 69%, 80%)

RGB channels and saturation

R 217 of 255 = 85%
G 175 of 255 = 69%
B 204 of 255 = 80%

217
175
204

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

Portions of RGB colors in percentages

R + G + B = 217 + 175 + 204 = 596 (100%)
R 217 of 596 ~ 36.41%
G 175 of 596 ~ 29.36%
B 204 of 596 ~ 34.23'%

%36.41
%29.36
%34.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK: (0,19,6,15) C0M19Y6K15 (0%,19%,6%,15%) (0.00/0.19/0.06/0.15) 

CMYK percentages

%0
%19.35
%5.99
%14.9

Codes

Color #D9AFCC in popluar color models

D9 AF CC
RGB 217 175 204
HSL 319° 35.59% 76.86%
HSB/HSV 319° 19.35% 85.10%
CMYK 0.00% 19.35% 5.99%
14.90%

Color #D9AFCC in popluar number systems.

HEX D9 AF CC
Decimal 217 175 204
Binary 11011001 10101111 11001100
Octal 331 257 314

Shades and tints

Shades of #D9AFCC

#D9AFCC
(217,175,204)
#C6A0BA
(198,160,186)
#B391A8
(179,145,168)
#A08296
(160,130,150)
#8D7384
(141,115,132)
#7A6472
(122,100,114)
#675560
(103,85,96)
#54464E
(84,70,78)
#41373C
(65,55,60)
#2E282A
(46,40,42)
#1B1918
(27,25,24)
#000000
(0,0,0)

Tints of #D9AFCC

#D9AFCC
(217,175,204)
#DCB6D0
(220,182,208)
#DFBDD4
(223,189,212)
#E2C4D8
(226,196,216)
#E5CBDC
(229,203,220)
#E8D2E0
(232,210,224)
#EBD9E4
(235,217,228)
#EEE0E8
(238,224,232)
#F1E7EC
(241,231,236)
#F4EEF0
(244,238,240)
#F7F5F4
(247,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9AFCC color. Also use rgb(217,175,204) instead hex code.

Text Font Color

.myTextColor { color: #D9AFCC; }

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

This text font color is #D9AFCC.

Background Color

.myBgColor { background-color: #D9AFCC; }

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

This div background color is #D9AFCC.

Border color

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

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

This div border color is #D9AFCC.

Opacity

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

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

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

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

This text has shadow with #D9AFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9AFCC.

Preview

Color preview on black background

This text has color #D9AFCC on black background.


Color preview on white background

This text has color #D9AFCC on white background.


Black color preview on #D9AFCC background

This text has black color on #D9AFCC background.


White color preview on #D9AFCC background

This text has white color on #D9AFCC background.


Related colors

Complementary color

Complementary color for #hex is #265033.


I love getcolorcode.com

Triadic colors

1 #CCD9AF and #AFCCD9 with #D9AFCC are triadic colors.

2 #CCAFD9 and #AFD9CC with #D9AFCC are triadic colors.