COLOR #D7AFCF

HEX: #D7AFCF
RGB: (215,175,207)

Color info

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

RGB color model

#D7AFCF color RGB value is (215,175,207).

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

RGB channels and saturation

R 215 of 255 = 84%
G 175 of 255 = 69%
B 207 of 255 = 81%

215
175
207

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

Portions of RGB colors in percentages

R + G + B =
215 + 175 + 207 = 597 (100%)
R 215 of 597 ~ 36.01%
G 175 of 597 ~ 29.31%
B 207 of 597 ~ 34.67%

%36.01
%29.31
%34.67

CMYK color model

#D7AFCF color CMYK value is (0,19,4,16).

  • cyan value is 0.00%
  • magenta value is 18.60%
  • yellow value is 3.72%
  • key color value is 15.69%
CMYK:
(0,19,4,16)
C0M19Y4K16 
(0%,19%,4%,16%)
(0.00/0.19/0.04/0.16)	

CMYK percentages

%0
%18.6
%3.72
%15.69

Codes

Color #D7AFCF in popluar color models

D7AFCF
RGB215175207
HSL312°33.33%76.47%
HSB/HSV312°18.60%84.31%
CMYK0.00%18.60%3.72%
15.69%

Color #D7AFCF in popluar number systems.

HEXD7AFCF
Decimal215175207
Binary110101111010111111001111
Octal327257317

Shades and tints

Shades of #D7AFCF

#D7AFCF
(215,175,207)
#C4A0BD
(196,160,189)
#B191AB
(177,145,171)
#9E8299
(158,130,153)
#8B7387
(139,115,135)
#786475
(120,100,117)
#655563
(101,85,99)
#524651
(82,70,81)
#3F373F
(63,55,63)
#2C282D
(44,40,45)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #D7AFCF

#D7AFCF
(215,175,207)
#DAB6D3
(218,182,211)
#DDBDD7
(221,189,215)
#E0C4DB
(224,196,219)
#E3CBDF
(227,203,223)
#E6D2E3
(230,210,227)
#E9D9E7
(233,217,231)
#ECE0EB
(236,224,235)
#EFE7EF
(239,231,239)
#F2EEF3
(242,238,243)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AFCF; }

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

This text font color is #D7AFCF.


Background Color

.myBgColor { background-color: #D7AFCF; }

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

This div background color is #D7AFCF.


Border color

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

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

This div border color is #D7AFCF.


Opacity

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

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

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

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

This text has shadow with #D7AFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AFCF on black background.


Color preview on white background

This text has color #D7AFCF on white background.



Black color preview on #D7AFCF background

This text has black color on #D7AFCF background.


White color preview on #D7AFCF background

This text has white color on #D7AFCF background.