COLOR #AD92BF

HEX: #AD92BF RGB: (173,146,191)

Color info

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

RGB color model

#AD92BF color RGB value is (173,146,191).

RGB: (173,146,191) (68%, 57%, 75%)

RGB channels and saturation

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

173
146
191

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

Portions of RGB colors in percentages

R + G + B = 173 + 146 + 191 = 510 (100%)
R 173 of 510 ~ 33.92%
G 146 of 510 ~ 28.63%
B 191 of 510 ~ 37.45'%

%33.92
%28.63
%37.45

CMYK color model

#AD92BF color CMYK value is (9,24,0,25).

  • cyan value is 9.42%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (9,24,0,25)
C9M24Y0K25 (9%, 24%, 0%, 25%)
(0.09 / 0.24 / 0.00 / 0.25)

CMYK percentages

%9.42
%23.56
%0
%25.1

Codes

Color #AD92BF in popluar color models

AD 92 BF
RGB 173 146 191
HSL 276° 26.01% 66.08%
HSB/HSV 276° 23.56% 74.90%
CMYK 9.42% 23.56% 0.00%
25.10%

Color #AD92BF in popluar number systems.

HEX AD 92 BF
Decimal 173 146 191
Binary 10101101 10010010 10111111
Octal 255 222 277

Shades and tints

Shades of #AD92BF

#AD92BF
(173,146,191)
#9E85AE
(158,133,174)
#8F789D
(143,120,157)
#806B8C
(128,107,140)
#715E7B
(113,94,123)
#62516A
(98,81,106)
#534459
(83,68,89)
#443748
(68,55,72)
#352A37
(53,42,55)
#261D26
(38,29,38)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #AD92BF

#AD92BF
(173,146,191)
#B49BC4
(180,155,196)
#BBA4C9
(187,164,201)
#C2ADCE
(194,173,206)
#C9B6D3
(201,182,211)
#D0BFD8
(208,191,216)
#D7C8DD
(215,200,221)
#DED1E2
(222,209,226)
#E5DAE7
(229,218,231)
#ECE3EC
(236,227,236)
#F3ECF1
(243,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD92BF; }

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

This text font color is #AD92BF.

Background Color

.myBgColor { background-color: #AD92BF; }

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

This div background color is #AD92BF.

Border color

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

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

This div border color is #AD92BF.

Opacity

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

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

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

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

This text has shadow with #AD92BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD92BF.

Preview

Color preview on black background

This text has color #AD92BF on black background.


Color preview on white background

This text has color #AD92BF on white background.


Black color preview on #AD92BF background

This text has black color on #AD92BF background.


White color preview on #AD92BF background

This text has white color on #AD92BF background.


Related colors

Complementary color

Complementary color for #hex is #526D40.


I love getcolorcode.com

Triadic colors

1 #BFAD92 and #92BFAD with #AD92BF are triadic colors.

2 #BF92AD and #92ADBF with #AD92BF are triadic colors.