COLOR #D9AFCB

HEX: #D9AFCB RGB: (217,175,203)

Color info

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

RGB color model

#D9AFCB color RGB value is (217,175,203).

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

RGB channels and saturation

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

217
175
203

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

Portions of RGB colors in percentages

R + G + B = 217 + 175 + 203 = 595 (100%)
R 217 of 595 ~ 36.47%
G 175 of 595 ~ 29.41%
B 203 of 595 ~ 34.12'%

%36.47
%29.41
%34.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 6.45%
  • 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
%6.45
%14.9

Codes

Color #D9AFCB in popluar color models

D9 AF CB
RGB 217 175 203
HSL 320° 35.59% 76.86%
HSB/HSV 320° 19.35% 85.10%
CMYK 0.00% 19.35% 6.45%
14.90%

Color #D9AFCB in popluar number systems.

HEX D9 AF CB
Decimal 217 175 203
Binary 11011001 10101111 11001011
Octal 331 257 313

Shades and tints

Shades of #D9AFCB

#D9AFCB
(217,175,203)
#C6A0B9
(198,160,185)
#B391A7
(179,145,167)
#A08295
(160,130,149)
#8D7383
(141,115,131)
#7A6471
(122,100,113)
#67555F
(103,85,95)
#54464D
(84,70,77)
#41373B
(65,55,59)
#2E2829
(46,40,41)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #D9AFCB

#D9AFCB
(217,175,203)
#DCB6CF
(220,182,207)
#DFBDD3
(223,189,211)
#E2C4D7
(226,196,215)
#E5CBDB
(229,203,219)
#E8D2DF
(232,210,223)
#EBD9E3
(235,217,227)
#EEE0E7
(238,224,231)
#F1E7EB
(241,231,235)
#F4EEEF
(244,238,239)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9AFCB; }

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

This text font color is #D9AFCB.

Background Color

.myBgColor { background-color: #D9AFCB; }

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

This div background color is #D9AFCB.

Border color

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

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

This div border color is #D9AFCB.

Opacity

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

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

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

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

This text has shadow with #D9AFCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9AFCB.

Preview

Color preview on black background

This text has color #D9AFCB on black background.


Color preview on white background

This text has color #D9AFCB on white background.


Black color preview on #D9AFCB background

This text has black color on #D9AFCB background.


White color preview on #D9AFCB background

This text has white color on #D9AFCB background.


Related colors

Complementary color

Complementary color for #hex is #265034.


I love getcolorcode.com

Triadic colors

1 #CBD9AF and #AFCBD9 with #D9AFCB are triadic colors.

2 #CBAFD9 and #AFD9CB with #D9AFCB are triadic colors.