COLOR #D5ADC1

HEX: #D5ADC1
RGB: (213,173,193)

Color info

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

RGB color model

#D5ADC1 color RGB value is (213,173,193).

  • red value is 213;
  • green value is 173;
  • blue value is 193.
RGB:
(213,173,193)
(84%,68%,76%)

RGB channels and saturation

R 213 of 255 = 84%
G 173 of 255 = 68%
B 193 of 255 = 76%

213
173
193

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

Portions of RGB colors in percentages

R + G + B =
213 + 173 + 193 = 579 (100%)
R 213 of 579 ~ 36.79%
G 173 of 579 ~ 29.88%
B 193 of 579 ~ 33.33%

%36.79
%29.88
%33.33

CMYK color model

#D5ADC1 color CMYK value is (0,19,9,16).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 9.39%
  • key color value is 16.47%
CMYK:
(0,19,9,16)
C0M19Y9K16 
(0%,19%,9%,16%)
(0.00/0.19/0.09/0.16)	

CMYK percentages

%0
%18.78
%9.39
%16.47

Codes

Color #D5ADC1 in popluar color models

D5ADC1
RGB213173193
HSL330°32.26%75.69%
HSB/HSV330°18.78%83.53%
CMYK0.00%18.78%9.39%
16.47%

Color #D5ADC1 in popluar number systems.

HEXD5ADC1
Decimal213173193
Binary110101011010110111000001
Octal325255301

Shades and tints

Shades of #D5ADC1

#D5ADC1
(213,173,193)
#C29EB0
(194,158,176)
#AF8F9F
(175,143,159)
#9C808E
(156,128,142)
#89717D
(137,113,125)
#76626C
(118,98,108)
#63535B
(99,83,91)
#50444A
(80,68,74)
#3D3539
(61,53,57)
#2A2628
(42,38,40)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #D5ADC1

#D5ADC1
(213,173,193)
#D8B4C6
(216,180,198)
#DBBBCB
(219,187,203)
#DEC2D0
(222,194,208)
#E1C9D5
(225,201,213)
#E4D0DA
(228,208,218)
#E7D7DF
(231,215,223)
#EADEE4
(234,222,228)
#EDE5E9
(237,229,233)
#F0ECEE
(240,236,238)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5ADC1 color. Also use rgb(213,173,193) instead hex code.

Text Font Color

.myTextColor { color: #D5ADC1; }

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

This text font color is #D5ADC1.


Background Color

.myBgColor { background-color: #D5ADC1; }

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

This div background color is #D5ADC1.


Border color

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

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

This div border color is #D5ADC1.


Opacity

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

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

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

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

This text has shadow with #D5ADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ADC1 on black background.


Color preview on white background

This text has color #D5ADC1 on white background.



Black color preview on #D5ADC1 background

This text has black color on #D5ADC1 background.


White color preview on #D5ADC1 background

This text has white color on #D5ADC1 background.