COLOR #D3AFC3

HEX: #D3AFC3
RGB: (211,175,195)

Color info

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

RGB color model

#D3AFC3 color RGB value is (211,175,195).

  • red value is 211;
  • green value is 175;
  • blue value is 195.
RGB:
(211,175,195)
(83%,69%,76%)

RGB channels and saturation

R 211 of 255 = 83%
G 175 of 255 = 69%
B 195 of 255 = 76%

211
175
195

R + G + B ~ 76%. #D3AFC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 175 + 195 = 581 (100%)
R 211 of 581 ~ 36.32%
G 175 of 581 ~ 30.12%
B 195 of 581 ~ 33.56%

%36.32
%30.12
%33.56

CMYK color model

#D3AFC3 color CMYK value is (0,17,8,17).

  • cyan value is 0.00%
  • magenta value is 17.06%
  • yellow value is 7.58%
  • key color value is 17.25%
CMYK:
(0,17,8,17)
C0M17Y8K17 
(0%,17%,8%,17%)
(0.00/0.17/0.08/0.17)	

CMYK percentages

%0
%17.06
%7.58
%17.25

Codes

Color #D3AFC3 in popluar color models

D3AFC3
RGB211175195
HSL327°29.03%75.69%
HSB/HSV327°17.06%82.75%
CMYK0.00%17.06%7.58%
17.25%

Color #D3AFC3 in popluar number systems.

HEXD3AFC3
Decimal211175195
Binary110100111010111111000011
Octal323257303

Shades and tints

Shades of #D3AFC3

#D3AFC3
(211,175,195)
#C0A0B2
(192,160,178)
#AD91A1
(173,145,161)
#9A8290
(154,130,144)
#87737F
(135,115,127)
#74646E
(116,100,110)
#61555D
(97,85,93)
#4E464C
(78,70,76)
#3B373B
(59,55,59)
#28282A
(40,40,42)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #D3AFC3

#D3AFC3
(211,175,195)
#D7B6C8
(215,182,200)
#DBBDCD
(219,189,205)
#DFC4D2
(223,196,210)
#E3CBD7
(227,203,215)
#E7D2DC
(231,210,220)
#EBD9E1
(235,217,225)
#EFE0E6
(239,224,230)
#F3E7EB
(243,231,235)
#F7EEF0
(247,238,240)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3AFC3 color. Also use rgb(211,175,195) instead hex code.

Text Font Color

.myTextColor { color: #D3AFC3; }

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

This text font color is #D3AFC3.


Background Color

.myBgColor { background-color: #D3AFC3; }

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

This div background color is #D3AFC3.


Border color

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

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

This div border color is #D3AFC3.


Opacity

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

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

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

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

This text has shadow with #D3AFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3AFC3 on black background.


Color preview on white background

This text has color #D3AFC3 on white background.



Black color preview on #D3AFC3 background

This text has black color on #D3AFC3 background.


White color preview on #D3AFC3 background

This text has white color on #D3AFC3 background.