COLOR #D9ADC3

HEX: #D9ADC3
RGB: (217,173,195)

Color info

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

RGB color model

#D9ADC3 color RGB value is (217,173,195).

  • red value is 217;
  • green value is 173;
  • blue value is 195.
RGB: (217,173,195) (85%,68%,76%)

RGB channels and saturation

R 217 of 255 = 85%
G 173 of 255 = 68%
B 195 of 255 = 76%

217
173
195

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

Portions of RGB colors in percentages

R + G + B =
217 + 173 + 195 = 585 (100%)
R 217 of 585 ~ 37.09%
G 173 of 585 ~ 29.57%
B 195 of 585 ~ 33.33%

%37.09
%29.57
%33.33

CMYK color model

#D9ADC3 color CMYK value is (0,20,10,15).

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 10.14%
  • key color value is 14.90%
CMYK: (0,20,10,15) C0M20Y10K15 (0%,20%,10%,15%) (0.00/0.20/0.10/0.15)

CMYK percentages

%0
%20.28
%10.14
%14.9

Codes

Color #D9ADC3 in popluar color models

D9ADC3
RGB217173195
HSL330°36.67%76.47%
HSB/HSV330°20.28%85.10%
CMYK0.00%20.28%10.14%
14.90%

Color #D9ADC3 in popluar number systems.

HEXD9ADC3
Decimal217173195
Binary110110011010110111000011
Octal331255303

Shades and tints

Shades of #D9ADC3

#D9ADC3
(217,173,195)
#C69EB2
(198,158,178)
#B38FA1
(179,143,161)
#A08090
(160,128,144)
#8D717F
(141,113,127)
#7A626E
(122,98,110)
#67535D
(103,83,93)
#54444C
(84,68,76)
#41353B
(65,53,59)
#2E262A
(46,38,42)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #D9ADC3

#D9ADC3
(217,173,195)
#DCB4C8
(220,180,200)
#DFBBCD
(223,187,205)
#E2C2D2
(226,194,210)
#E5C9D7
(229,201,215)
#E8D0DC
(232,208,220)
#EBD7E1
(235,215,225)
#EEDEE6
(238,222,230)
#F1E5EB
(241,229,235)
#F4ECF0
(244,236,240)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9ADC3 color. Also use rgb(217,173,195) instead hex code.

Text Font Color

.myTextColor { color: #D9ADC3; }

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

This text font color is #D9ADC3.


Background Color

.myBgColor { background-color: #D9ADC3; }

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

This div background color is #D9ADC3.


Border color

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

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

This div border color is #D9ADC3.


Opacity

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

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

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

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

This text has shadow with #D9ADC3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D9ADC3 on black background.


Color preview on white background

This text has color #D9ADC3 on white background.



Black color preview on #D9ADC3 background

This text has black color on #D9ADC3 background.


White color preview on #D9ADC3 background

This text has white color on #D9ADC3 background.