COLOR #AD92B9

HEX: #AD92B9
RGB: (173,146,185)

Color info

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

RGB color model

#AD92B9 color RGB value is (173,146,185).

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

RGB channels and saturation

R 173 of 255 = 68%
G 146 of 255 = 57%
B 185 of 255 = 73%

173
146
185

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

Portions of RGB colors in percentages

R + G + B =
173 + 146 + 185 = 504 (100%)
R 173 of 504 ~ 34.33%
G 146 of 504 ~ 28.97%
B 185 of 504 ~ 36.71%

%34.33
%28.97
%36.71

CMYK color model

#AD92B9 color CMYK value is (6,21,0,27).

  • cyan value is 6.49%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(6,21,0,27)
C6M21Y0K27 
(6%,21%,0%,27%)
(0.06/0.21/0.00/0.27)	

CMYK percentages

%6.49
%21.08
%0
%27.45

Codes

Color #AD92B9 in popluar color models

AD92B9
RGB173146185
HSL282°21.79%64.90%
HSB/HSV282°21.08%72.55%
CMYK6.49%21.08%0.00%
27.45%

Color #AD92B9 in popluar number systems.

HEXAD92B9
Decimal173146185
Binary101011011001001010111001
Octal255222271

Shades and tints

Shades of #AD92B9

#AD92B9
(173,146,185)
#9E85A9
(158,133,169)
#8F7899
(143,120,153)
#806B89
(128,107,137)
#715E79
(113,94,121)
#625169
(98,81,105)
#534459
(83,68,89)
#443749
(68,55,73)
#352A39
(53,42,57)
#261D29
(38,29,41)
#171019
(23,16,25)
#000000
(0,0,0)

Tints of #AD92B9

#AD92B9
(173,146,185)
#B49BBF
(180,155,191)
#BBA4C5
(187,164,197)
#C2ADCB
(194,173,203)
#C9B6D1
(201,182,209)
#D0BFD7
(208,191,215)
#D7C8DD
(215,200,221)
#DED1E3
(222,209,227)
#E5DAE9
(229,218,233)
#ECE3EF
(236,227,239)
#F3ECF5
(243,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD92B9; }

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

This text font color is #AD92B9.


Background Color

.myBgColor { background-color: #AD92B9; }

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

This div background color is #AD92B9.


Border color

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

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

This div border color is #AD92B9.


Opacity

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

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

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

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

This text has shadow with #AD92B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD92B9 on black background.


Color preview on white background

This text has color #AD92B9 on white background.



Black color preview on #AD92B9 background

This text has black color on #AD92B9 background.


White color preview on #AD92B9 background

This text has white color on #AD92B9 background.