COLOR #AD7197

HEX: #AD7197
RGB: (173,113,151)

Color info

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

RGB color model

#AD7197 color RGB value is (173,113,151).

  • red value is 173;
  • green value is 113;
  • blue value is 151.
RGB:
(173,113,151)
(68%,44%,59%)

RGB channels and saturation

R 173 of 255 = 68%
G 113 of 255 = 44%
B 151 of 255 = 59%

173
113
151

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

Portions of RGB colors in percentages

R + G + B =
173 + 113 + 151 = 437 (100%)
R 173 of 437 ~ 39.59%
G 113 of 437 ~ 25.86%
B 151 of 437 ~ 34.55%

%39.59
%25.86
%34.55

CMYK color model

#AD7197 color CMYK value is (0,35,13,32).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(0,35,13,32)
C0M35Y13K32 
(0%,35%,13%,32%)
(0.00/0.35/0.13/0.32)	

CMYK percentages

%0
%34.68
%12.72
%32.16

Codes

Color #AD7197 in popluar color models

AD7197
RGB173113151
HSL322°26.79%56.08%
HSB/HSV322°34.68%67.84%
CMYK0.00%34.68%12.72%
32.16%

Color #AD7197 in popluar number systems.

HEXAD7197
Decimal173113151
Binary10101101111000110010111
Octal255161227

Shades and tints

Shades of #AD7197

#AD7197
(173,113,151)
#9E678A
(158,103,138)
#8F5D7D
(143,93,125)
#805370
(128,83,112)
#714963
(113,73,99)
#623F56
(98,63,86)
#533549
(83,53,73)
#442B3C
(68,43,60)
#35212F
(53,33,47)
#261722
(38,23,34)
#170D15
(23,13,21)
#000000
(0,0,0)

Tints of #AD7197

#AD7197
(173,113,151)
#B47DA0
(180,125,160)
#BB89A9
(187,137,169)
#C295B2
(194,149,178)
#C9A1BB
(201,161,187)
#D0ADC4
(208,173,196)
#D7B9CD
(215,185,205)
#DEC5D6
(222,197,214)
#E5D1DF
(229,209,223)
#ECDDE8
(236,221,232)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD7197 color. Also use rgb(173,113,151) instead hex code.

Text Font Color

.myTextColor { color: #AD7197; }

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

This text font color is #AD7197.


Background Color

.myBgColor { background-color: #AD7197; }

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

This div background color is #AD7197.


Border color

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

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

This div border color is #AD7197.


Opacity

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

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

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

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

This text has shadow with #AD7197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7197 on black background.


Color preview on white background

This text has color #AD7197 on white background.



Black color preview on #AD7197 background

This text has black color on #AD7197 background.


White color preview on #AD7197 background

This text has white color on #AD7197 background.