COLOR #AD7DA8

HEX: #AD7DA8
RGB: (173,125,168)

Color info

#AD7DA8 contains red, green and blue colors in about the same proportion. Web safe color of #AD7DA8 is #996699 (or #969).

RGB color model

#AD7DA8 color RGB value is (173,125,168).

  • red value is 173;
  • green value is 125;
  • blue value is 168.
RGB:
(173,125,168)
(68%,49%,66%)

RGB channels and saturation

R 173 of 255 = 68%
G 125 of 255 = 49%
B 168 of 255 = 66%

173
125
168

R + G + B ~ 61%. #AD7DA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 125 + 168 = 466 (100%)
R 173 of 466 ~ 37.12%
G 125 of 466 ~ 26.82%
B 168 of 466 ~ 36.05%

%37.12
%26.82
%36.05

CMYK color model

#AD7DA8 color CMYK value is (0,28,3,32).

  • cyan value is 0.00%
  • magenta value is 27.75%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(0,28,3,32)
C0M28Y3K32 
(0%,28%,3%,32%)
(0.00/0.28/0.03/0.32)	

CMYK percentages

%0
%27.75
%2.89
%32.16

Codes

Color #AD7DA8 in popluar color models

AD7DA8
RGB173125168
HSL306°22.64%58.43%
HSB/HSV306°27.75%67.84%
CMYK0.00%27.75%2.89%
32.16%

Color #AD7DA8 in popluar number systems.

HEXAD7DA8
Decimal173125168
Binary10101101111110110101000
Octal255175250

Shades and tints

Shades of #AD7DA8

#AD7DA8
(173,125,168)
#9E7299
(158,114,153)
#8F678A
(143,103,138)
#805C7B
(128,92,123)
#71516C
(113,81,108)
#62465D
(98,70,93)
#533B4E
(83,59,78)
#44303F
(68,48,63)
#352530
(53,37,48)
#261A21
(38,26,33)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #AD7DA8

#AD7DA8
(173,125,168)
#B488AF
(180,136,175)
#BB93B6
(187,147,182)
#C29EBD
(194,158,189)
#C9A9C4
(201,169,196)
#D0B4CB
(208,180,203)
#D7BFD2
(215,191,210)
#DECAD9
(222,202,217)
#E5D5E0
(229,213,224)
#ECE0E7
(236,224,231)
#F3EBEE
(243,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7DA8 color. Also use rgb(173,125,168) instead hex code.

Text Font Color

.myTextColor { color: #AD7DA8; }

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

This text font color is #AD7DA8.


Background Color

.myBgColor { background-color: #AD7DA8; }

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

This div background color is #AD7DA8.


Border color

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

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

This div border color is #AD7DA8.


Opacity

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

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

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

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

This text has shadow with #AD7DA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7DA8 on black background.


Color preview on white background

This text has color #AD7DA8 on white background.



Black color preview on #AD7DA8 background

This text has black color on #AD7DA8 background.


White color preview on #AD7DA8 background

This text has white color on #AD7DA8 background.