COLOR #D6AFD5

HEX: #D6AFD5
RGB: (214,175,213)

Color info

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

RGB color model

#D6AFD5 color RGB value is (214,175,213).

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

RGB channels and saturation

R 214 of 255 = 84%
G 175 of 255 = 69%
B 213 of 255 = 84%

214
175
213

R + G + B ~ 79%. #D6AFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 175 + 213 = 602 (100%)
R 214 of 602 ~ 35.55%
G 175 of 602 ~ 29.07%
B 213 of 602 ~ 35.38%

%35.55
%29.07
%35.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 0.47%
  • key color value is 16.08%
CMYK:
(0,18,0,16)
C0M18Y0K16 
(0%,18%,0%,16%)
(0.00/0.18/0.00/0.16)	

CMYK percentages

%0
%18.22
%0.47
%16.08

Codes

Color #D6AFD5 in popluar color models

D6AFD5
RGB214175213
HSL302°32.23%76.27%
HSB/HSV302°18.22%83.92%
CMYK0.00%18.22%0.47%
16.08%

Color #D6AFD5 in popluar number systems.

HEXD6AFD5
Decimal214175213
Binary110101101010111111010101
Octal326257325

Shades and tints

Shades of #D6AFD5

#D6AFD5
(214,175,213)
#C3A0C2
(195,160,194)
#B091AF
(176,145,175)
#9D829C
(157,130,156)
#8A7389
(138,115,137)
#776476
(119,100,118)
#645563
(100,85,99)
#514650
(81,70,80)
#3E373D
(62,55,61)
#2B282A
(43,40,42)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #D6AFD5

#D6AFD5
(214,175,213)
#D9B6D8
(217,182,216)
#DCBDDB
(220,189,219)
#DFC4DE
(223,196,222)
#E2CBE1
(226,203,225)
#E5D2E4
(229,210,228)
#E8D9E7
(232,217,231)
#EBE0EA
(235,224,234)
#EEE7ED
(238,231,237)
#F1EEF0
(241,238,240)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AFD5; }

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

This text font color is #D6AFD5.


Background Color

.myBgColor { background-color: #D6AFD5; }

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

This div background color is #D6AFD5.


Border color

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

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

This div border color is #D6AFD5.


Opacity

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

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

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

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

This text has shadow with #D6AFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AFD5 on black background.


Color preview on white background

This text has color #D6AFD5 on white background.



Black color preview on #D6AFD5 background

This text has black color on #D6AFD5 background.


White color preview on #D6AFD5 background

This text has white color on #D6AFD5 background.