COLOR #D4ADC9

HEX: #D4ADC9
RGB: (212,173,201)

Color info

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

RGB color model

#D4ADC9 color RGB value is (212,173,201).

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

RGB channels and saturation

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

212
173
201

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

Portions of RGB colors in percentages

R + G + B =
212 + 173 + 201 = 586 (100%)
R 212 of 586 ~ 36.18%
G 173 of 586 ~ 29.52%
B 201 of 586 ~ 34.3%

%36.18
%29.52
%34.3

CMYK color model

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

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

CMYK percentages

%0
%18.4
%5.19
%16.86

Codes

Color #D4ADC9 in popluar color models

D4ADC9
RGB212173201
HSL317°31.20%75.49%
HSB/HSV317°18.40%83.14%
CMYK0.00%18.40%5.19%
16.86%

Color #D4ADC9 in popluar number systems.

HEXD4ADC9
Decimal212173201
Binary110101001010110111001001
Octal324255311

Shades and tints

Shades of #D4ADC9

#D4ADC9
(212,173,201)
#C19EB7
(193,158,183)
#AE8FA5
(174,143,165)
#9B8093
(155,128,147)
#887181
(136,113,129)
#75626F
(117,98,111)
#62535D
(98,83,93)
#4F444B
(79,68,75)
#3C3539
(60,53,57)
#292627
(41,38,39)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #D4ADC9

#D4ADC9
(212,173,201)
#D7B4CD
(215,180,205)
#DABBD1
(218,187,209)
#DDC2D5
(221,194,213)
#E0C9D9
(224,201,217)
#E3D0DD
(227,208,221)
#E6D7E1
(230,215,225)
#E9DEE5
(233,222,229)
#ECE5E9
(236,229,233)
#EFECED
(239,236,237)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4ADC9; }

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

This text font color is #D4ADC9.


Background Color

.myBgColor { background-color: #D4ADC9; }

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

This div background color is #D4ADC9.


Border color

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

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

This div border color is #D4ADC9.


Opacity

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

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

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

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

This text has shadow with #D4ADC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4ADC9 on black background.


Color preview on white background

This text has color #D4ADC9 on white background.



Black color preview on #D4ADC9 background

This text has black color on #D4ADC9 background.


White color preview on #D4ADC9 background

This text has white color on #D4ADC9 background.