COLOR #D2AFCC

HEX: #D2AFCC
RGB: (210,175,204)

Color info

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

RGB color model

#D2AFCC color RGB value is (210,175,204).

  • red value is 210;
  • green value is 175;
  • blue value is 204.
RGB:
(210,175,204)
(82%,69%,80%)

RGB channels and saturation

R 210 of 255 = 82%
G 175 of 255 = 69%
B 204 of 255 = 80%

210
175
204

R + G + B ~ 77%. #D2AFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 175 + 204 = 589 (100%)
R 210 of 589 ~ 35.65%
G 175 of 589 ~ 29.71%
B 204 of 589 ~ 34.63%

%35.65
%29.71
%34.63

CMYK color model

#D2AFCC color CMYK value is (0,17,3,18).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 2.86%
  • key color value is 17.65%
CMYK:
(0,17,3,18)
C0M17Y3K18 
(0%,17%,3%,18%)
(0.00/0.17/0.03/0.18)	

CMYK percentages

%0
%16.67
%2.86
%17.65

Codes

Color #D2AFCC in popluar color models

D2AFCC
RGB210175204
HSL310°28.00%75.49%
HSB/HSV310°16.67%82.35%
CMYK0.00%16.67%2.86%
17.65%

Color #D2AFCC in popluar number systems.

HEXD2AFCC
Decimal210175204
Binary110100101010111111001100
Octal322257314

Shades and tints

Shades of #D2AFCC

#D2AFCC
(210,175,204)
#BFA0BA
(191,160,186)
#AC91A8
(172,145,168)
#998296
(153,130,150)
#867384
(134,115,132)
#736472
(115,100,114)
#605560
(96,85,96)
#4D464E
(77,70,78)
#3A373C
(58,55,60)
#27282A
(39,40,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #D2AFCC

#D2AFCC
(210,175,204)
#D6B6D0
(214,182,208)
#DABDD4
(218,189,212)
#DEC4D8
(222,196,216)
#E2CBDC
(226,203,220)
#E6D2E0
(230,210,224)
#EAD9E4
(234,217,228)
#EEE0E8
(238,224,232)
#F2E7EC
(242,231,236)
#F6EEF0
(246,238,240)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AFCC color. Also use rgb(210,175,204) instead hex code.

Text Font Color

.myTextColor { color: #D2AFCC; }

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

This text font color is #D2AFCC.


Background Color

.myBgColor { background-color: #D2AFCC; }

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

This div background color is #D2AFCC.


Border color

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

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

This div border color is #D2AFCC.


Opacity

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

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

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

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

This text has shadow with #D2AFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AFCC on black background.


Color preview on white background

This text has color #D2AFCC on white background.



Black color preview on #D2AFCC background

This text has black color on #D2AFCC background.


White color preview on #D2AFCC background

This text has white color on #D2AFCC background.