COLOR #AD94BE

HEX: #AD94BE
RGB: (173,148,190)

Color info

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

RGB color model

#AD94BE color RGB value is (173,148,190).

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

RGB channels and saturation

R 173 of 255 = 68%
G 148 of 255 = 58%
B 190 of 255 = 75%

173
148
190

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

Portions of RGB colors in percentages

R + G + B =
173 + 148 + 190 = 511 (100%)
R 173 of 511 ~ 33.86%
G 148 of 511 ~ 28.96%
B 190 of 511 ~ 37.18%

%33.86
%28.96
%37.18

CMYK color model

#AD94BE color CMYK value is (9,22,0,25).

  • cyan value is 8.95%
  • magenta value is 22.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,22,0,25)
C9M22Y0K25 
(9%,22%,0%,25%)
(0.09/0.22/0.00/0.25)	

CMYK percentages

%8.95
%22.11
%0
%25.49

Codes

Color #AD94BE in popluar color models

AD94BE
RGB173148190
HSL276°24.42%66.27%
HSB/HSV276°22.11%74.51%
CMYK8.95%22.11%0.00%
25.49%

Color #AD94BE in popluar number systems.

HEXAD94BE
Decimal173148190
Binary101011011001010010111110
Octal255224276

Shades and tints

Shades of #AD94BE

#AD94BE
(173,148,190)
#9E87AD
(158,135,173)
#8F7A9C
(143,122,156)
#806D8B
(128,109,139)
#71607A
(113,96,122)
#625369
(98,83,105)
#534658
(83,70,88)
#443947
(68,57,71)
#352C36
(53,44,54)
#261F25
(38,31,37)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #AD94BE

#AD94BE
(173,148,190)
#B49DC3
(180,157,195)
#BBA6C8
(187,166,200)
#C2AFCD
(194,175,205)
#C9B8D2
(201,184,210)
#D0C1D7
(208,193,215)
#D7CADC
(215,202,220)
#DED3E1
(222,211,225)
#E5DCE6
(229,220,230)
#ECE5EB
(236,229,235)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD94BE; }

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

This text font color is #AD94BE.


Background Color

.myBgColor { background-color: #AD94BE; }

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

This div background color is #AD94BE.


Border color

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

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

This div border color is #AD94BE.


Opacity

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

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

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

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

This text has shadow with #AD94BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD94BE on black background.


Color preview on white background

This text has color #AD94BE on white background.



Black color preview on #AD94BE background

This text has black color on #AD94BE background.


White color preview on #AD94BE background

This text has white color on #AD94BE background.