COLOR #D3ADC4

HEX: #D3ADC4
RGB: (211,173,196)

Color info

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

RGB color model

#D3ADC4 color RGB value is (211,173,196).

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

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 196 of 255 = 77%

211
173
196

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

Portions of RGB colors in percentages

R + G + B =
211 + 173 + 196 = 580 (100%)
R 211 of 580 ~ 36.38%
G 173 of 580 ~ 29.83%
B 196 of 580 ~ 33.79%

%36.38
%29.83
%33.79

CMYK color model

#D3ADC4 color CMYK value is (0,18,7,17).

  • cyan value is 0.00%
  • magenta value is 18.01%
  • yellow value is 7.11%
  • key color value is 17.25%
CMYK:
(0,18,7,17)
C0M18Y7K17 
(0%,18%,7%,17%)
(0.00/0.18/0.07/0.17)	

CMYK percentages

%0
%18.01
%7.11
%17.25

Codes

Color #D3ADC4 in popluar color models

D3ADC4
RGB211173196
HSL324°30.16%75.29%
HSB/HSV324°18.01%82.75%
CMYK0.00%18.01%7.11%
17.25%

Color #D3ADC4 in popluar number systems.

HEXD3ADC4
Decimal211173196
Binary110100111010110111000100
Octal323255304

Shades and tints

Shades of #D3ADC4

#D3ADC4
(211,173,196)
#C09EB3
(192,158,179)
#AD8FA2
(173,143,162)
#9A8091
(154,128,145)
#877180
(135,113,128)
#74626F
(116,98,111)
#61535E
(97,83,94)
#4E444D
(78,68,77)
#3B353C
(59,53,60)
#28262B
(40,38,43)
#15171A
(21,23,26)
#000000
(0,0,0)

Tints of #D3ADC4

#D3ADC4
(211,173,196)
#D7B4C9
(215,180,201)
#DBBBCE
(219,187,206)
#DFC2D3
(223,194,211)
#E3C9D8
(227,201,216)
#E7D0DD
(231,208,221)
#EBD7E2
(235,215,226)
#EFDEE7
(239,222,231)
#F3E5EC
(243,229,236)
#F7ECF1
(247,236,241)
#FBF3F6
(251,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3ADC4; }

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

This text font color is #D3ADC4.


Background Color

.myBgColor { background-color: #D3ADC4; }

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

This div background color is #D3ADC4.


Border color

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

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

This div border color is #D3ADC4.


Opacity

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

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

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

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

This text has shadow with #D3ADC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ADC4 on black background.


Color preview on white background

This text has color #D3ADC4 on white background.



Black color preview on #D3ADC4 background

This text has black color on #D3ADC4 background.


White color preview on #D3ADC4 background

This text has white color on #D3ADC4 background.