COLOR #AD98BA

HEX: #AD98BA
RGB: (173,152,186)

Color info

#AD98BA contains red, green and blue colors in about the same proportion. Web safe color of #AD98BA is #9999CC (or #99C).

RGB color model

#AD98BA color RGB value is (173,152,186).

  • red value is 173;
  • green value is 152;
  • blue value is 186.
RGB:
(173,152,186)
(68%,60%,73%)

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 186 of 255 = 73%

173
152
186

R + G + B ~ 67%. #AD98BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 152 + 186 = 511 (100%)
R 173 of 511 ~ 33.86%
G 152 of 511 ~ 29.75%
B 186 of 511 ~ 36.4%

%33.86
%29.75
%36.4

CMYK color model

#AD98BA color CMYK value is (7,18,0,27).

  • cyan value is 6.99%
  • magenta value is 18.28%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(7,18,0,27)
C7M18Y0K27 
(7%,18%,0%,27%)
(0.07/0.18/0.00/0.27)	

CMYK percentages

%6.99
%18.28
%0
%27.06

Codes

Color #AD98BA in popluar color models

AD98BA
RGB173152186
HSL277°19.77%66.27%
HSB/HSV277°18.28%72.94%
CMYK6.99%18.28%0.00%
27.06%

Color #AD98BA in popluar number systems.

HEXAD98BA
Decimal173152186
Binary101011011001100010111010
Octal255230272

Shades and tints

Shades of #AD98BA

#AD98BA
(173,152,186)
#9E8BAA
(158,139,170)
#8F7E9A
(143,126,154)
#80718A
(128,113,138)
#71647A
(113,100,122)
#62576A
(98,87,106)
#534A5A
(83,74,90)
#443D4A
(68,61,74)
#35303A
(53,48,58)
#26232A
(38,35,42)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #AD98BA

#AD98BA
(173,152,186)
#B4A1C0
(180,161,192)
#BBAAC6
(187,170,198)
#C2B3CC
(194,179,204)
#C9BCD2
(201,188,210)
#D0C5D8
(208,197,216)
#D7CEDE
(215,206,222)
#DED7E4
(222,215,228)
#E5E0EA
(229,224,234)
#ECE9F0
(236,233,240)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD98BA; }

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

This text font color is #AD98BA.


Background Color

.myBgColor { background-color: #AD98BA; }

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

This div background color is #AD98BA.


Border color

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

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

This div border color is #AD98BA.


Opacity

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

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

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

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

This text has shadow with #AD98BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD98BA on black background.


Color preview on white background

This text has color #AD98BA on white background.



Black color preview on #AD98BA background

This text has black color on #AD98BA background.


White color preview on #AD98BA background

This text has white color on #AD98BA background.