COLOR #D3ADC9

HEX: #D3ADC9
RGB: (211,173,201)

Color info

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

RGB color model

#D3ADC9 color RGB value is (211,173,201).

  • red value is 211;
  • green value is 173;
  • blue value is 201.
RGB:
(211,173,201)
(83%,68%,79%)

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 201 of 255 = 79%

211
173
201

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

Portions of RGB colors in percentages

R + G + B =
211 + 173 + 201 = 585 (100%)
R 211 of 585 ~ 36.07%
G 173 of 585 ~ 29.57%
B 201 of 585 ~ 34.36%

%36.07
%29.57
%34.36

CMYK color model

#D3ADC9 color CMYK value is (0,18,5,17).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 4.74%
  • key color value is 17.25%
CMYK:
(0,18,5,17)
C0M18Y5K17 
(0%,18%,5%,17%)
(0.00/0.18/0.05/0.17)	

CMYK percentages

%0
%18.01
%4.74
%17.25

Codes

Color #D3ADC9 in popluar color models

D3ADC9
RGB211173201
HSL316°30.16%75.29%
HSB/HSV316°18.01%82.75%
CMYK0.00%18.01%4.74%
17.25%

Color #D3ADC9 in popluar number systems.

HEXD3ADC9
Decimal211173201
Binary110100111010110111001001
Octal323255311

Shades and tints

Shades of #D3ADC9

#D3ADC9
(211,173,201)
#C09EB7
(192,158,183)
#AD8FA5
(173,143,165)
#9A8093
(154,128,147)
#877181
(135,113,129)
#74626F
(116,98,111)
#61535D
(97,83,93)
#4E444B
(78,68,75)
#3B3539
(59,53,57)
#282627
(40,38,39)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #D3ADC9

#D3ADC9
(211,173,201)
#D7B4CD
(215,180,205)
#DBBBD1
(219,187,209)
#DFC2D5
(223,194,213)
#E3C9D9
(227,201,217)
#E7D0DD
(231,208,221)
#EBD7E1
(235,215,225)
#EFDEE5
(239,222,229)
#F3E5E9
(243,229,233)
#F7ECED
(247,236,237)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3ADC9 color. Also use rgb(211,173,201) instead hex code.

Text Font Color

.myTextColor { color: #D3ADC9; }

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

This text font color is #D3ADC9.


Background Color

.myBgColor { background-color: #D3ADC9; }

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

This div background color is #D3ADC9.


Border color

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

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

This div border color is #D3ADC9.


Opacity

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

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

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

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

This text has shadow with #D3ADC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ADC9 on black background.


Color preview on white background

This text has color #D3ADC9 on white background.



Black color preview on #D3ADC9 background

This text has black color on #D3ADC9 background.


White color preview on #D3ADC9 background

This text has white color on #D3ADC9 background.