COLOR #AD7099

HEX: #AD7099
RGB: (173,112,153)

Color info

#AD7099 contains mainly red and blue colors. Web safe color of #AD7099 is #996699 (or #969).

RGB color model

#AD7099 color RGB value is (173,112,153).

  • red value is 173;
  • green value is 112;
  • blue value is 153.
RGB:
(173,112,153)
(68%,44%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 112 of 255 = 44%
B 153 of 255 = 60%

173
112
153

R + G + B ~ 57%. #AD7099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 112 + 153 = 438 (100%)
R 173 of 438 ~ 39.5%
G 112 of 438 ~ 25.57%
B 153 of 438 ~ 34.93%

%39.5
%25.57
%34.93

CMYK color model

#AD7099 color CMYK value is (0,35,12,32).

  • cyan value is 0.00%
  • magenta value is 35.26%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK:
(0,35,12,32)
C0M35Y12K32 
(0%,35%,12%,32%)
(0.00/0.35/0.12/0.32)	

CMYK percentages

%0
%35.26
%11.56
%32.16

Codes

Color #AD7099 in popluar color models

AD7099
RGB173112153
HSL320°27.11%55.88%
HSB/HSV320°35.26%67.84%
CMYK0.00%35.26%11.56%
32.16%

Color #AD7099 in popluar number systems.

HEXAD7099
Decimal173112153
Binary10101101111000010011001
Octal255160231

Shades and tints

Shades of #AD7099

#AD7099
(173,112,153)
#9E668C
(158,102,140)
#8F5C7F
(143,92,127)
#805272
(128,82,114)
#714865
(113,72,101)
#623E58
(98,62,88)
#53344B
(83,52,75)
#442A3E
(68,42,62)
#352031
(53,32,49)
#261624
(38,22,36)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #AD7099

#AD7099
(173,112,153)
#B47DA2
(180,125,162)
#BB8AAB
(187,138,171)
#C297B4
(194,151,180)
#C9A4BD
(201,164,189)
#D0B1C6
(208,177,198)
#D7BECF
(215,190,207)
#DECBD8
(222,203,216)
#E5D8E1
(229,216,225)
#ECE5EA
(236,229,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7099 color. Also use rgb(173,112,153) instead hex code.

Text Font Color

.myTextColor { color: #AD7099; }

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

This text font color is #AD7099.


Background Color

.myBgColor { background-color: #AD7099; }

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

This div background color is #AD7099.


Border color

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

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

This div border color is #AD7099.


Opacity

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

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

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

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

This text has shadow with #AD7099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7099 on black background.


Color preview on white background

This text has color #AD7099 on white background.



Black color preview on #AD7099 background

This text has black color on #AD7099 background.


White color preview on #AD7099 background

This text has white color on #AD7099 background.