COLOR #D6AFCF

HEX: #D6AFCF
RGB: (214,175,207)

Color info

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

RGB color model

#D6AFCF color RGB value is (214,175,207).

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

RGB channels and saturation

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

214
175
207

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

Portions of RGB colors in percentages

R + G + B =
214 + 175 + 207 = 596 (100%)
R 214 of 596 ~ 35.91%
G 175 of 596 ~ 29.36%
B 207 of 596 ~ 34.73%

%35.91
%29.36
%34.73

CMYK color model

#D6AFCF color CMYK value is (0,18,3,16).

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 3.27%
  • key color value is 16.08%
CMYK:
(0,18,3,16)
C0M18Y3K16 
(0%,18%,3%,16%)
(0.00/0.18/0.03/0.16)	

CMYK percentages

%0
%18.22
%3.27
%16.08

Codes

Color #D6AFCF in popluar color models

D6AFCF
RGB214175207
HSL311°32.23%76.27%
HSB/HSV311°18.22%83.92%
CMYK0.00%18.22%3.27%
16.08%

Color #D6AFCF in popluar number systems.

HEXD6AFCF
Decimal214175207
Binary110101101010111111001111
Octal326257317

Shades and tints

Shades of #D6AFCF

#D6AFCF
(214,175,207)
#C3A0BD
(195,160,189)
#B091AB
(176,145,171)
#9D8299
(157,130,153)
#8A7387
(138,115,135)
#776475
(119,100,117)
#645563
(100,85,99)
#514651
(81,70,81)
#3E373F
(62,55,63)
#2B282D
(43,40,45)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #D6AFCF

#D6AFCF
(214,175,207)
#D9B6D3
(217,182,211)
#DCBDD7
(220,189,215)
#DFC4DB
(223,196,219)
#E2CBDF
(226,203,223)
#E5D2E3
(229,210,227)
#E8D9E7
(232,217,231)
#EBE0EB
(235,224,235)
#EEE7EF
(238,231,239)
#F1EEF3
(241,238,243)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AFCF; }

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

This text font color is #D6AFCF.


Background Color

.myBgColor { background-color: #D6AFCF; }

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

This div background color is #D6AFCF.


Border color

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

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

This div border color is #D6AFCF.


Opacity

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

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

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

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

This text has shadow with #D6AFCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AFCF on black background.


Color preview on white background

This text has color #D6AFCF on white background.



Black color preview on #D6AFCF background

This text has black color on #D6AFCF background.


White color preview on #D6AFCF background

This text has white color on #D6AFCF background.