COLOR #AD7397

HEX: #AD7397
RGB: (173,115,151)

Color info

#AD7397 contains red, green and blue colors in about the same proportion. Web safe color of #AD7397 is #996699 (or #969).

RGB color model

#AD7397 color RGB value is (173,115,151).

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

RGB channels and saturation

R 173 of 255 = 68%
G 115 of 255 = 45%
B 151 of 255 = 59%

173
115
151

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

Portions of RGB colors in percentages

R + G + B =
173 + 115 + 151 = 439 (100%)
R 173 of 439 ~ 39.41%
G 115 of 439 ~ 26.2%
B 151 of 439 ~ 34.4%

%39.41
%26.2
%34.4

CMYK color model

#AD7397 color CMYK value is (0,34,13,32).

  • cyan value is 0.00%
  • magenta value is 33.53%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(0,34,13,32)
C0M34Y13K32 
(0%,34%,13%,32%)
(0.00/0.34/0.13/0.32)	

CMYK percentages

%0
%33.53
%12.72
%32.16

Codes

Color #AD7397 in popluar color models

AD7397
RGB173115151
HSL323°26.13%56.47%
HSB/HSV323°33.53%67.84%
CMYK0.00%33.53%12.72%
32.16%

Color #AD7397 in popluar number systems.

HEXAD7397
Decimal173115151
Binary10101101111001110010111
Octal255163227

Shades and tints

Shades of #AD7397

#AD7397
(173,115,151)
#9E698A
(158,105,138)
#8F5F7D
(143,95,125)
#805570
(128,85,112)
#714B63
(113,75,99)
#624156
(98,65,86)
#533749
(83,55,73)
#442D3C
(68,45,60)
#35232F
(53,35,47)
#261922
(38,25,34)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #AD7397

#AD7397
(173,115,151)
#B47FA0
(180,127,160)
#BB8BA9
(187,139,169)
#C297B2
(194,151,178)
#C9A3BB
(201,163,187)
#D0AFC4
(208,175,196)
#D7BBCD
(215,187,205)
#DEC7D6
(222,199,214)
#E5D3DF
(229,211,223)
#ECDFE8
(236,223,232)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7397; }

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

This text font color is #AD7397.


Background Color

.myBgColor { background-color: #AD7397; }

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

This div background color is #AD7397.


Border color

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

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

This div border color is #AD7397.


Opacity

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

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

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

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

This text has shadow with #AD7397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7397 on black background.


Color preview on white background

This text has color #AD7397 on white background.



Black color preview on #AD7397 background

This text has black color on #AD7397 background.


White color preview on #AD7397 background

This text has white color on #AD7397 background.