COLOR #AD88BB

HEX: #AD88BB
RGB: (173,136,187)

Color info

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

RGB color model

#AD88BB color RGB value is (173,136,187).

  • red value is 173;
  • green value is 136;
  • blue value is 187.
RGB:
(173,136,187)
(68%,53%,73%)

RGB channels and saturation

R 173 of 255 = 68%
G 136 of 255 = 53%
B 187 of 255 = 73%

173
136
187

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

Portions of RGB colors in percentages

R + G + B =
173 + 136 + 187 = 496 (100%)
R 173 of 496 ~ 34.88%
G 136 of 496 ~ 27.42%
B 187 of 496 ~ 37.7%

%34.88
%27.42
%37.7

CMYK color model

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

  • cyan value is 7.49%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,27,0,27)
C7M27Y0K27 
(7%,27%,0%,27%)
(0.07/0.27/0.00/0.27)	

CMYK percentages

%7.49
%27.27
%0
%26.67

Codes

Color #AD88BB in popluar color models

AD88BB
RGB173136187
HSL284°27.27%63.33%
HSB/HSV284°27.27%73.33%
CMYK7.49%27.27%0.00%
26.67%

Color #AD88BB in popluar number systems.

HEXAD88BB
Decimal173136187
Binary101011011000100010111011
Octal255210273

Shades and tints

Shades of #AD88BB

#AD88BB
(173,136,187)
#9E7CAA
(158,124,170)
#8F7099
(143,112,153)
#806488
(128,100,136)
#715877
(113,88,119)
#624C66
(98,76,102)
#534055
(83,64,85)
#443444
(68,52,68)
#352833
(53,40,51)
#261C22
(38,28,34)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #AD88BB

#AD88BB
(173,136,187)
#B492C1
(180,146,193)
#BB9CC7
(187,156,199)
#C2A6CD
(194,166,205)
#C9B0D3
(201,176,211)
#D0BAD9
(208,186,217)
#D7C4DF
(215,196,223)
#DECEE5
(222,206,229)
#E5D8EB
(229,216,235)
#ECE2F1
(236,226,241)
#F3ECF7
(243,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD88BB; }

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

This text font color is #AD88BB.


Background Color

.myBgColor { background-color: #AD88BB; }

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

This div background color is #AD88BB.


Border color

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

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

This div border color is #AD88BB.


Opacity

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

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

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

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

This text has shadow with #AD88BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD88BB on black background.


Color preview on white background

This text has color #AD88BB on white background.



Black color preview on #AD88BB background

This text has black color on #AD88BB background.


White color preview on #AD88BB background

This text has white color on #AD88BB background.