COLOR #D8AFCF

HEX: #D8AFCF
RGB: (216,175,207)

Color info

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

RGB color model

#D8AFCF color RGB value is (216,175,207).

  • red value is 216;
  • green value is 175;
  • blue value is 207.
RGB:
(216,175,207)
(85%,69%,81%)

RGB channels and saturation

R 216 of 255 = 85%
G 175 of 255 = 69%
B 207 of 255 = 81%

216
175
207

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

Portions of RGB colors in percentages

R + G + B =
216 + 175 + 207 = 598 (100%)
R 216 of 598 ~ 36.12%
G 175 of 598 ~ 29.26%
B 207 of 598 ~ 34.62%

%36.12
%29.26
%34.62

CMYK color model

#D8AFCF color CMYK value is (0,19,4,15).

  • cyan value is 0.00%
  • magenta value is 18.98%
  • yellow value is 4.17%
  • key color value is 15.29%
CMYK:
(0,19,4,15)
C0M19Y4K15 
(0%,19%,4%,15%)
(0.00/0.19/0.04/0.15)	

CMYK percentages

%0
%18.98
%4.17
%15.29

Codes

Color #D8AFCF in popluar color models

D8AFCF
RGB216175207
HSL313°34.45%76.67%
HSB/HSV313°18.98%84.71%
CMYK0.00%18.98%4.17%
15.29%

Color #D8AFCF in popluar number systems.

HEXD8AFCF
Decimal216175207
Binary110110001010111111001111
Octal330257317

Shades and tints

Shades of #D8AFCF

#D8AFCF
(216,175,207)
#C5A0BD
(197,160,189)
#B291AB
(178,145,171)
#9F8299
(159,130,153)
#8C7387
(140,115,135)
#796475
(121,100,117)
#665563
(102,85,99)
#534651
(83,70,81)
#40373F
(64,55,63)
#2D282D
(45,40,45)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #D8AFCF

#D8AFCF
(216,175,207)
#DBB6D3
(219,182,211)
#DEBDD7
(222,189,215)
#E1C4DB
(225,196,219)
#E4CBDF
(228,203,223)
#E7D2E3
(231,210,227)
#EAD9E7
(234,217,231)
#EDE0EB
(237,224,235)
#F0E7EF
(240,231,239)
#F3EEF3
(243,238,243)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8AFCF; }

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

This text font color is #D8AFCF.


Background Color

.myBgColor { background-color: #D8AFCF; }

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

This div background color is #D8AFCF.


Border color

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

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

This div border color is #D8AFCF.


Opacity

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

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

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

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

This text has shadow with #D8AFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8AFCF on black background.


Color preview on white background

This text has color #D8AFCF on white background.



Black color preview on #D8AFCF background

This text has black color on #D8AFCF background.


White color preview on #D8AFCF background

This text has white color on #D8AFCF background.