COLOR #D6AFDC

HEX: #D6AFDC RGB: (214,175,220)

Color info

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

RGB color model

#D6AFDC color RGB value is (214,175,220).

RGB: (214,175,220) (84%, 69%, 86%)

RGB channels and saturation

R 214 of 255 = 84%
G 175 of 255 = 69%
B 220 of 255 = 86%

214
175
220

R + G + B ~ 80%. #D6AFDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 175 + 220 = 609 (100%)
R 214 of 609 ~ 35.14%
G 175 of 609 ~ 28.74%
B 220 of 609 ~ 36.12'%

%35.14
%28.74
%36.12

CMYK color model

#D6AFDC color CMYK value is (3,20,0,14).

  • cyan value is 2.73%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (3,20,0,14)
C3M20Y0K14 (3%, 20%, 0%, 14%)
(0.03 / 0.20 / 0.00 / 0.14)

CMYK percentages

%2.73
%20.45
%0
%13.73

Codes

Color #D6AFDC in popluar color models

D6 AF DC
RGB 214 175 220
HSL 292° 39.13% 77.45%
HSB/HSV 292° 20.45% 86.27%
CMYK 2.73% 20.45% 0.00%
13.73%

Color #D6AFDC in popluar number systems.

HEX D6 AF DC
Decimal 214 175 220
Binary 11010110 10101111 11011100
Octal 326 257 334

Shades and tints

Shades of #D6AFDC

#D6AFDC
(214,175,220)
#C3A0C8
(195,160,200)
#B091B4
(176,145,180)
#9D82A0
(157,130,160)
#8A738C
(138,115,140)
#776478
(119,100,120)
#645564
(100,85,100)
#514650
(81,70,80)
#3E373C
(62,55,60)
#2B2828
(43,40,40)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #D6AFDC

#D6AFDC
(214,175,220)
#D9B6DF
(217,182,223)
#DCBDE2
(220,189,226)
#DFC4E5
(223,196,229)
#E2CBE8
(226,203,232)
#E5D2EB
(229,210,235)
#E8D9EE
(232,217,238)
#EBE0F1
(235,224,241)
#EEE7F4
(238,231,244)
#F1EEF7
(241,238,247)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AFDC; }

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

This text font color is #D6AFDC.

Background Color

.myBgColor { background-color: #D6AFDC; }

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

This div background color is #D6AFDC.

Border color

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

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

This div border color is #D6AFDC.

Opacity

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

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

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

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

This text has shadow with #D6AFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AFDC.

Preview

Color preview on black background

This text has color #D6AFDC on black background.


Color preview on white background

This text has color #D6AFDC on white background.


Black color preview on #D6AFDC background

This text has black color on #D6AFDC background.


White color preview on #D6AFDC background

This text has white color on #D6AFDC background.


Related colors

Complementary color

Complementary color for #hex is #295023.


I love getcolorcode.com

Triadic colors

1 #DCD6AF and #AFDCD6 with #D6AFDC are triadic colors.

2 #DCAFD6 and #AFD6DC with #D6AFDC are triadic colors.