COLOR #AD98B2

HEX: #AD98B2 RGB: (173,152,178)

Color info

#AD98B2 contains red, green and blue colors in about the same proportion. Web safe color of #AD98B2 is #999999 (or #999).

RGB color model

#AD98B2 color RGB value is (173,152,178).

RGB: (173,152,178) (68%, 60%, 70%)

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 178 of 255 = 70%

173
152
178

R + G + B ~ 66%. #AD98B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 152 + 178 = 503 (100%)
R 173 of 503 ~ 34.39%
G 152 of 503 ~ 30.22%
B 178 of 503 ~ 35.39'%

%34.39
%30.22
%35.39

CMYK color model

#AD98B2 color CMYK value is (3,15,0,30).

  • cyan value is 2.81%
  • magenta value is 14.61%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (3,15,0,30)
C3M15Y0K30 (3%, 15%, 0%, 30%)
(0.03 / 0.15 / 0.00 / 0.30)

CMYK percentages

%2.81
%14.61
%0
%30.2

Codes

Color #AD98B2 in popluar color models

AD 98 B2
RGB 173 152 178
HSL 288° 14.44% 64.71%
HSB/HSV 288° 14.61% 69.80%
CMYK 2.81% 14.61% 0.00%
30.20%

Color #AD98B2 in popluar number systems.

HEX AD 98 B2
Decimal 173 152 178
Binary 10101101 10011000 10110010
Octal 255 230 262

Shades and tints

Shades of #AD98B2

#AD98B2
(173,152,178)
#9E8BA2
(158,139,162)
#8F7E92
(143,126,146)
#807182
(128,113,130)
#716472
(113,100,114)
#625762
(98,87,98)
#534A52
(83,74,82)
#443D42
(68,61,66)
#353032
(53,48,50)
#262322
(38,35,34)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #AD98B2

#AD98B2
(173,152,178)
#B4A1B9
(180,161,185)
#BBAAC0
(187,170,192)
#C2B3C7
(194,179,199)
#C9BCCE
(201,188,206)
#D0C5D5
(208,197,213)
#D7CEDC
(215,206,220)
#DED7E3
(222,215,227)
#E5E0EA
(229,224,234)
#ECE9F1
(236,233,241)
#F3F2F8
(243,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD98B2; }

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

This text font color is #AD98B2.

Background Color

.myBgColor { background-color: #AD98B2; }

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

This div background color is #AD98B2.

Border color

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

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

This div border color is #AD98B2.

Opacity

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

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

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

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

This text has shadow with #AD98B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD98B2.

Preview

Color preview on black background

This text has color #AD98B2 on black background.


Color preview on white background

This text has color #AD98B2 on white background.


Black color preview on #AD98B2 background

This text has black color on #AD98B2 background.


White color preview on #AD98B2 background

This text has white color on #AD98B2 background.


Related colors

Complementary color

Complementary color for #hex is #52674D.


I love getcolorcode.com

Triadic colors

1 #B2AD98 and #98B2AD with #AD98B2 are triadic colors.

2 #B298AD and #98ADB2 with #AD98B2 are triadic colors.