COLOR #AD8CBB

HEX: #AD8CBB RGB: (173,140,187)

Color info

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

RGB color model

#AD8CBB color RGB value is (173,140,187).

RGB: (173,140,187) (68%, 55%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 140 of 255 = 55%
B 187 of 255 = 73%

173
140
187

R + G + B ~ 65%. #AD8CBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 140 + 187 = 500 (100%)
R 173 of 500 ~ 34.6%
G 140 of 500 ~ 28%
B 187 of 500 ~ 37.4'%

%34.6
%28
%37.4

CMYK color model

#AD8CBB color CMYK value is (7,25,0,27).

  • cyan value is 7.49%
  • magenta value is 25.13%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (7,25,0,27)
C7M25Y0K27 (7%, 25%, 0%, 27%)
(0.07 / 0.25 / 0.00 / 0.27)

CMYK percentages

%7.49
%25.13
%0
%26.67

Codes

Color #AD8CBB in popluar color models

AD 8C BB
RGB 173 140 187
HSL 282° 25.68% 64.12%
HSB/HSV 282° 25.13% 73.33%
CMYK 7.49% 25.13% 0.00%
26.67%

Color #AD8CBB in popluar number systems.

HEX AD 8C BB
Decimal 173 140 187
Binary 10101101 10001100 10111011
Octal 255 214 273

Shades and tints

Shades of #AD8CBB

#AD8CBB
(173,140,187)
#9E80AA
(158,128,170)
#8F7499
(143,116,153)
#806888
(128,104,136)
#715C77
(113,92,119)
#625066
(98,80,102)
#534455
(83,68,85)
#443844
(68,56,68)
#352C33
(53,44,51)
#262022
(38,32,34)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #AD8CBB

#AD8CBB
(173,140,187)
#B496C1
(180,150,193)
#BBA0C7
(187,160,199)
#C2AACD
(194,170,205)
#C9B4D3
(201,180,211)
#D0BED9
(208,190,217)
#D7C8DF
(215,200,223)
#DED2E5
(222,210,229)
#E5DCEB
(229,220,235)
#ECE6F1
(236,230,241)
#F3F0F7
(243,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8CBB color. Also use rgb(173,140,187) instead hex code.

Text Font Color

.myTextColor { color: #AD8CBB; }

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

This text font color is #AD8CBB.

Background Color

.myBgColor { background-color: #AD8CBB; }

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

This div background color is #AD8CBB.

Border color

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

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

This div border color is #AD8CBB.

Opacity

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

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

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

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

This text has shadow with #AD8CBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8CBB.

Preview

Color preview on black background

This text has color #AD8CBB on black background.


Color preview on white background

This text has color #AD8CBB on white background.


Black color preview on #AD8CBB background

This text has black color on #AD8CBB background.


White color preview on #AD8CBB background

This text has white color on #AD8CBB background.


Related colors

Complementary color

Complementary color for #hex is #527344.


I love getcolorcode.com

Triadic colors

1 #BBAD8C and #8CBBAD with #AD8CBB are triadic colors.

2 #BB8CAD and #8CADBB with #AD8CBB are triadic colors.