COLOR #D7ADDA

HEX: #D7ADDA
RGB: (215,173,218)

Color info

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

RGB color model

#D7ADDA color RGB value is (215,173,218).

  • red value is 215;
  • green value is 173;
  • blue value is 218.
RGB:
(215,173,218)
(84%,68%,85%)

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 218 of 255 = 85%

215
173
218

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

Portions of RGB colors in percentages

R + G + B =
215 + 173 + 218 = 606 (100%)
R 215 of 606 ~ 35.48%
G 173 of 606 ~ 28.55%
B 218 of 606 ~ 35.97%

%35.48
%28.55
%35.97

CMYK color model

#D7ADDA color CMYK value is (1,21,0,15).

  • cyan value is 1.38%
  • magenta value is 20.64%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(1,21,0,15)
C1M21Y0K15 
(1%,21%,0%,15%)
(0.01/0.21/0.00/0.15)	

CMYK percentages

%1.38
%20.64
%0
%14.51

Codes

Color #D7ADDA in popluar color models

D7ADDA
RGB215173218
HSL296°37.82%76.67%
HSB/HSV296°20.64%85.49%
CMYK1.38%20.64%0.00%
14.51%

Color #D7ADDA in popluar number systems.

HEXD7ADDA
Decimal215173218
Binary110101111010110111011010
Octal327255332

Shades and tints

Shades of #D7ADDA

#D7ADDA
(215,173,218)
#C49EC7
(196,158,199)
#B18FB4
(177,143,180)
#9E80A1
(158,128,161)
#8B718E
(139,113,142)
#78627B
(120,98,123)
#655368
(101,83,104)
#524455
(82,68,85)
#3F3542
(63,53,66)
#2C262F
(44,38,47)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #D7ADDA

#D7ADDA
(215,173,218)
#DAB4DD
(218,180,221)
#DDBBE0
(221,187,224)
#E0C2E3
(224,194,227)
#E3C9E6
(227,201,230)
#E6D0E9
(230,208,233)
#E9D7EC
(233,215,236)
#ECDEEF
(236,222,239)
#EFE5F2
(239,229,242)
#F2ECF5
(242,236,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7ADDA color. Also use rgb(215,173,218) instead hex code.

Text Font Color

.myTextColor { color: #D7ADDA; }

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

This text font color is #D7ADDA.


Background Color

.myBgColor { background-color: #D7ADDA; }

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

This div background color is #D7ADDA.


Border color

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

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

This div border color is #D7ADDA.


Opacity

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

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

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

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

This text has shadow with #D7ADDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7ADDA on black background.


Color preview on white background

This text has color #D7ADDA on white background.



Black color preview on #D7ADDA background

This text has black color on #D7ADDA background.


White color preview on #D7ADDA background

This text has white color on #D7ADDA background.