COLOR #AD92BE

HEX: #AD92BE
RGB: (173,146,190)

Color info

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

RGB color model

#AD92BE color RGB value is (173,146,190).

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

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 190 of 255 = 75%

173
146
190

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

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 190 = 509 (100%)
R 173 of 509 ~ 33.99%
G 146 of 509 ~ 28.68%
B 190 of 509 ~ 37.33%

%33.99
%28.68
%37.33

CMYK color model

#AD92BE color CMYK value is (9,23,0,25).

  • cyan value is 8.95%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(9,23,0,25)
C9M23Y0K25 
(9%,23%,0%,25%)
(0.09/0.23/0.00/0.25)	

CMYK percentages

%8.95
%23.16
%0
%25.49

Codes

Color #AD92BE in popluar color models

AD92BE
RGB173146190
HSL277°25.29%65.88%
HSB/HSV277°23.16%74.51%
CMYK8.95%23.16%0.00%
25.49%

Color #AD92BE in popluar number systems.

HEXAD92BE
Decimal173146190
Binary101011011001001010111110
Octal255222276

Shades and tints

Shades of #AD92BE

#AD92BE
(173,146,190)
#9E85AD
(158,133,173)
#8F789C
(143,120,156)
#806B8B
(128,107,139)
#715E7A
(113,94,122)
#625169
(98,81,105)
#534458
(83,68,88)
#443747
(68,55,71)
#352A36
(53,42,54)
#261D25
(38,29,37)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #AD92BE

#AD92BE
(173,146,190)
#B49BC3
(180,155,195)
#BBA4C8
(187,164,200)
#C2ADCD
(194,173,205)
#C9B6D2
(201,182,210)
#D0BFD7
(208,191,215)
#D7C8DC
(215,200,220)
#DED1E1
(222,209,225)
#E5DAE6
(229,218,230)
#ECE3EB
(236,227,235)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD92BE; }

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

This text font color is #AD92BE.


Background Color

.myBgColor { background-color: #AD92BE; }

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

This div background color is #AD92BE.


Border color

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

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

This div border color is #AD92BE.


Opacity

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

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

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

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

This text has shadow with #AD92BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD92BE on black background.


Color preview on white background

This text has color #AD92BE on white background.



Black color preview on #AD92BE background

This text has black color on #AD92BE background.


White color preview on #AD92BE background

This text has white color on #AD92BE background.