COLOR #D3ADDE

HEX: #D3ADDE
RGB: (211,173,222)

Color info

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

RGB color model

#D3ADDE color RGB value is (211,173,222).

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

RGB channels and saturation

R 211 of 255 = 83%
G 173 of 255 = 68%
B 222 of 255 = 87%

211
173
222

R + G + B ~ 79%. #D3ADDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 173 + 222 = 606 (100%)
R 211 of 606 ~ 34.82%
G 173 of 606 ~ 28.55%
B 222 of 606 ~ 36.63%

%34.82
%28.55
%36.63

CMYK color model

#D3ADDE color CMYK value is (5,22,0,13).

  • cyan value is 4.95%
  • magenta value is 22.07%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(5,22,0,13)
C5M22Y0K13 
(5%,22%,0%,13%)
(0.05/0.22/0.00/0.13)	

CMYK percentages

%4.95
%22.07
%0
%12.94

Codes

Color #D3ADDE in popluar color models

D3ADDE
RGB211173222
HSL287°42.61%77.45%
HSB/HSV287°22.07%87.06%
CMYK4.95%22.07%0.00%
12.94%

Color #D3ADDE in popluar number systems.

HEXD3ADDE
Decimal211173222
Binary110100111010110111011110
Octal323255336

Shades and tints

Shades of #D3ADDE

#D3ADDE
(211,173,222)
#C09ECA
(192,158,202)
#AD8FB6
(173,143,182)
#9A80A2
(154,128,162)
#87718E
(135,113,142)
#74627A
(116,98,122)
#615366
(97,83,102)
#4E4452
(78,68,82)
#3B353E
(59,53,62)
#28262A
(40,38,42)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #D3ADDE

#D3ADDE
(211,173,222)
#D7B4E1
(215,180,225)
#DBBBE4
(219,187,228)
#DFC2E7
(223,194,231)
#E3C9EA
(227,201,234)
#E7D0ED
(231,208,237)
#EBD7F0
(235,215,240)
#EFDEF3
(239,222,243)
#F3E5F6
(243,229,246)
#F7ECF9
(247,236,249)
#FBF3FC
(251,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3ADDE; }

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

This text font color is #D3ADDE.


Background Color

.myBgColor { background-color: #D3ADDE; }

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

This div background color is #D3ADDE.


Border color

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

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

This div border color is #D3ADDE.


Opacity

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

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

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

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

This text has shadow with #D3ADDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3ADDE on black background.


Color preview on white background

This text has color #D3ADDE on white background.



Black color preview on #D3ADDE background

This text has black color on #D3ADDE background.


White color preview on #D3ADDE background

This text has white color on #D3ADDE background.