COLOR #D6AFCE

HEX: #D6AFCE RGB: (214,175,206)

Color info

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

RGB color model

#D6AFCE color RGB value is (214,175,206).

RGB: (214,175,206) (84%, 69%, 81%)

RGB channels and saturation

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

214
175
206

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

Portions of RGB colors in percentages

R + G + B = 214 + 175 + 206 = 595 (100%)
R 214 of 595 ~ 35.97%
G 175 of 595 ~ 29.41%
B 206 of 595 ~ 34.62'%

%35.97
%29.41
%34.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 3.74%
  • key color value is 16.08%

CMYK: (0,18,4,16)
C0M18Y4K16 (0%, 18%, 4%, 16%)
(0.00 / 0.18 / 0.04 / 0.16)

CMYK percentages

%0
%18.22
%3.74
%16.08

Codes

Color #D6AFCE in popluar color models

D6 AF CE
RGB 214 175 206
HSL 312° 32.23% 76.27%
HSB/HSV 312° 18.22% 83.92%
CMYK 0.00% 18.22% 3.74%
16.08%

Color #D6AFCE in popluar number systems.

HEX D6 AF CE
Decimal 214 175 206
Binary 11010110 10101111 11001110
Octal 326 257 316

Shades and tints

Shades of #D6AFCE

#D6AFCE
(214,175,206)
#C3A0BC
(195,160,188)
#B091AA
(176,145,170)
#9D8298
(157,130,152)
#8A7386
(138,115,134)
#776474
(119,100,116)
#645562
(100,85,98)
#514650
(81,70,80)
#3E373E
(62,55,62)
#2B282C
(43,40,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #D6AFCE

#D6AFCE
(214,175,206)
#D9B6D2
(217,182,210)
#DCBDD6
(220,189,214)
#DFC4DA
(223,196,218)
#E2CBDE
(226,203,222)
#E5D2E2
(229,210,226)
#E8D9E6
(232,217,230)
#EBE0EA
(235,224,234)
#EEE7EE
(238,231,238)
#F1EEF2
(241,238,242)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6AFCE; }

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

This text font color is #D6AFCE.

Background Color

.myBgColor { background-color: #D6AFCE; }

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

This div background color is #D6AFCE.

Border color

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

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

This div border color is #D6AFCE.

Opacity

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

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

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

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

This text has shadow with #D6AFCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6AFCE.

Preview

Color preview on black background

This text has color #D6AFCE on black background.


Color preview on white background

This text has color #D6AFCE on white background.


Black color preview on #D6AFCE background

This text has black color on #D6AFCE background.


White color preview on #D6AFCE background

This text has white color on #D6AFCE background.


Related colors

Complementary color

Complementary color for #hex is #295031.


I love getcolorcode.com

Triadic colors

1 #CED6AF and #AFCED6 with #D6AFCE are triadic colors.

2 #CEAFD6 and #AFD6CE with #D6AFCE are triadic colors.