COLOR #AD7898

HEX: #AD7898 RGB: (173,120,152)

Color info

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

RGB color model

#AD7898 color RGB value is (173,120,152).

RGB: (173,120,152) (68%, 47%, 60%)

RGB channels and saturation

R 173 of 255 = 68%
G 120 of 255 = 47%
B 152 of 255 = 60%

173
120
152

R + G + B ~ 58%. #AD7898 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 173 + 120 + 152 = 445 (100%)
R 173 of 445 ~ 38.88%
G 120 of 445 ~ 26.97%
B 152 of 445 ~ 34.16'%

%38.88
%26.97
%34.16

CMYK color model

#AD7898 color CMYK value is (0,31,12,32).

  • cyan value is 0.00%
  • magenta value is 30.64%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK: (0,31,12,32) C0M31Y12K32 (0%,31%,12%,32%) (0.00/0.31/0.12/0.32) 

CMYK percentages

%0
%30.64
%12.14
%32.16

Codes

Color #AD7898 in popluar color models

AD 78 98
RGB 173 120 152
HSL 324° 24.42% 57.45%
HSB/HSV 324° 30.64% 67.84%
CMYK 0.00% 30.64% 12.14%
32.16%

Color #AD7898 in popluar number systems.

HEX AD 78 98
Decimal 173 120 152
Binary 10101101 1111000 10011000
Octal 255 170 230

Shades and tints

Shades of #AD7898

#AD7898
(173,120,152)
#9E6E8B
(158,110,139)
#8F647E
(143,100,126)
#805A71
(128,90,113)
#715064
(113,80,100)
#624657
(98,70,87)
#533C4A
(83,60,74)
#44323D
(68,50,61)
#352830
(53,40,48)
#261E23
(38,30,35)
#171416
(23,20,22)
#000000
(0,0,0)

Tints of #AD7898

#AD7898
(173,120,152)
#B484A1
(180,132,161)
#BB90AA
(187,144,170)
#C29CB3
(194,156,179)
#C9A8BC
(201,168,188)
#D0B4C5
(208,180,197)
#D7C0CE
(215,192,206)
#DECCD7
(222,204,215)
#E5D8E0
(229,216,224)
#ECE4E9
(236,228,233)
#F3F0F2
(243,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7898 color. Also use rgb(173,120,152) instead hex code.

Text Font Color

.myTextColor { color: #AD7898; }

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

This text font color is #AD7898.

Background Color

.myBgColor { background-color: #AD7898; }

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

This div background color is #AD7898.

Border color

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

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

This div border color is #AD7898.

Opacity

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

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

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

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

This text has shadow with #AD7898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD7898.

Preview

Color preview on black background

This text has color #AD7898 on black background.


Color preview on white background

This text has color #AD7898 on white background.


Black color preview on #AD7898 background

This text has black color on #AD7898 background.


White color preview on #AD7898 background

This text has white color on #AD7898 background.


Related colors

Complementary color

Complementary color for #hex is #528767.


I love getcolorcode.com

Triadic colors

1 #98AD78 and #7898AD with #AD7898 are triadic colors.

2 #9878AD and #78AD98 with #AD7898 are triadic colors.