COLOR #AD8FBD

HEX: #AD8FBD
RGB: (173,143,189)

Color info

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

RGB color model

#AD8FBD color RGB value is (173,143,189).

  • red value is 173;
  • green value is 143;
  • blue value is 189.
RGB:
(173,143,189)
(68%,56%,74%)

RGB channels and saturation

R 173 of 255 = 68%
G 143 of 255 = 56%
B 189 of 255 = 74%

173
143
189

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

Portions of RGB colors in percentages

R + G + B =
173 + 143 + 189 = 505 (100%)
R 173 of 505 ~ 34.26%
G 143 of 505 ~ 28.32%
B 189 of 505 ~ 37.43%

%34.26
%28.32
%37.43

CMYK color model

#AD8FBD color CMYK value is (8,24,0,26).

  • cyan value is 8.47%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(8,24,0,26)
C8M24Y0K26 
(8%,24%,0%,26%)
(0.08/0.24/0.00/0.26)	

CMYK percentages

%8.47
%24.34
%0
%25.88

Codes

Color #AD8FBD in popluar color models

AD8FBD
RGB173143189
HSL279°25.84%65.10%
HSB/HSV279°24.34%74.12%
CMYK8.47%24.34%0.00%
25.88%

Color #AD8FBD in popluar number systems.

HEXAD8FBD
Decimal173143189
Binary101011011000111110111101
Octal255217275

Shades and tints

Shades of #AD8FBD

#AD8FBD
(173,143,189)
#9E82AC
(158,130,172)
#8F759B
(143,117,155)
#80688A
(128,104,138)
#715B79
(113,91,121)
#624E68
(98,78,104)
#534157
(83,65,87)
#443446
(68,52,70)
#352735
(53,39,53)
#261A24
(38,26,36)
#170D13
(23,13,19)
#000000
(0,0,0)

Tints of #AD8FBD

#AD8FBD
(173,143,189)
#B499C3
(180,153,195)
#BBA3C9
(187,163,201)
#C2ADCF
(194,173,207)
#C9B7D5
(201,183,213)
#D0C1DB
(208,193,219)
#D7CBE1
(215,203,225)
#DED5E7
(222,213,231)
#E5DFED
(229,223,237)
#ECE9F3
(236,233,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8FBD color. Also use rgb(173,143,189) instead hex code.

Text Font Color

.myTextColor { color: #AD8FBD; }

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

This text font color is #AD8FBD.


Background Color

.myBgColor { background-color: #AD8FBD; }

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

This div background color is #AD8FBD.


Border color

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

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

This div border color is #AD8FBD.


Opacity

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

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

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

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

This text has shadow with #AD8FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8FBD on black background.


Color preview on white background

This text has color #AD8FBD on white background.



Black color preview on #AD8FBD background

This text has black color on #AD8FBD background.


White color preview on #AD8FBD background

This text has white color on #AD8FBD background.