COLOR #AD94BA

HEX: #AD94BA
RGB: (173,148,186)

Color info

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

RGB color model

#AD94BA color RGB value is (173,148,186).

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

RGB channels and saturation

R 173 of 255 = 68%
G 148 of 255 = 58%
B 186 of 255 = 73%

173
148
186

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

Portions of RGB colors in percentages

R + G + B =
173 + 148 + 186 = 507 (100%)
R 173 of 507 ~ 34.12%
G 148 of 507 ~ 29.19%
B 186 of 507 ~ 36.69%

%34.12
%29.19
%36.69

CMYK color model

#AD94BA color CMYK value is (7,20,0,27).

  • cyan value is 6.99%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(7,20,0,27)
C7M20Y0K27 
(7%,20%,0%,27%)
(0.07/0.20/0.00/0.27)	

CMYK percentages

%6.99
%20.43
%0
%27.06

Codes

Color #AD94BA in popluar color models

AD94BA
RGB173148186
HSL279°21.59%65.49%
HSB/HSV279°20.43%72.94%
CMYK6.99%20.43%0.00%
27.06%

Color #AD94BA in popluar number systems.

HEXAD94BA
Decimal173148186
Binary101011011001010010111010
Octal255224272

Shades and tints

Shades of #AD94BA

#AD94BA
(173,148,186)
#9E87AA
(158,135,170)
#8F7A9A
(143,122,154)
#806D8A
(128,109,138)
#71607A
(113,96,122)
#62536A
(98,83,106)
#53465A
(83,70,90)
#44394A
(68,57,74)
#352C3A
(53,44,58)
#261F2A
(38,31,42)
#17121A
(23,18,26)
#000000
(0,0,0)

Tints of #AD94BA

#AD94BA
(173,148,186)
#B49DC0
(180,157,192)
#BBA6C6
(187,166,198)
#C2AFCC
(194,175,204)
#C9B8D2
(201,184,210)
#D0C1D8
(208,193,216)
#D7CADE
(215,202,222)
#DED3E4
(222,211,228)
#E5DCEA
(229,220,234)
#ECE5F0
(236,229,240)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD94BA; }

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

This text font color is #AD94BA.


Background Color

.myBgColor { background-color: #AD94BA; }

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

This div background color is #AD94BA.


Border color

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

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

This div border color is #AD94BA.


Opacity

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

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

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

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

This text has shadow with #AD94BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD94BA on black background.


Color preview on white background

This text has color #AD94BA on white background.



Black color preview on #AD94BA background

This text has black color on #AD94BA background.


White color preview on #AD94BA background

This text has white color on #AD94BA background.