COLOR #AD9BBB

HEX: #AD9BBB
RGB: (173,155,187)

Color info

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

RGB color model

#AD9BBB color RGB value is (173,155,187).

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

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 187 of 255 = 73%

173
155
187

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 187 = 515 (100%)
R 173 of 515 ~ 33.59%
G 155 of 515 ~ 30.1%
B 187 of 515 ~ 36.31%

%33.59
%30.1
%36.31

CMYK color model

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

  • cyan value is 7.49%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,17,0,27)
C7M17Y0K27 
(7%,17%,0%,27%)
(0.07/0.17/0.00/0.27)	

CMYK percentages

%7.49
%17.11
%0
%26.67

Codes

Color #AD9BBB in popluar color models

AD9BBB
RGB173155187
HSL274°19.05%67.06%
HSB/HSV274°17.11%73.33%
CMYK7.49%17.11%0.00%
26.67%

Color #AD9BBB in popluar number systems.

HEXAD9BBB
Decimal173155187
Binary101011011001101110111011
Octal255233273

Shades and tints

Shades of #AD9BBB

#AD9BBB
(173,155,187)
#9E8DAA
(158,141,170)
#8F7F99
(143,127,153)
#807188
(128,113,136)
#716377
(113,99,119)
#625566
(98,85,102)
#534755
(83,71,85)
#443944
(68,57,68)
#352B33
(53,43,51)
#261D22
(38,29,34)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #AD9BBB

#AD9BBB
(173,155,187)
#B4A4C1
(180,164,193)
#BBADC7
(187,173,199)
#C2B6CD
(194,182,205)
#C9BFD3
(201,191,211)
#D0C8D9
(208,200,217)
#D7D1DF
(215,209,223)
#DEDAE5
(222,218,229)
#E5E3EB
(229,227,235)
#ECECF1
(236,236,241)
#F3F5F7
(243,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9BBB; }

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

This text font color is #AD9BBB.


Background Color

.myBgColor { background-color: #AD9BBB; }

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

This div background color is #AD9BBB.


Border color

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

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

This div border color is #AD9BBB.


Opacity

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

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

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

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

This text has shadow with #AD9BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9BBB on black background.


Color preview on white background

This text has color #AD9BBB on white background.



Black color preview on #AD9BBB background

This text has black color on #AD9BBB background.


White color preview on #AD9BBB background

This text has white color on #AD9BBB background.