COLOR #AD7697

HEX: #AD7697
RGB: (173,118,151)

Color info

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

RGB color model

#AD7697 color RGB value is (173,118,151).

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

RGB channels and saturation

R 173 of 255 = 68%
G 118 of 255 = 46%
B 151 of 255 = 59%

173
118
151

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

Portions of RGB colors in percentages

R + G + B =
173 + 118 + 151 = 442 (100%)
R 173 of 442 ~ 39.14%
G 118 of 442 ~ 26.7%
B 151 of 442 ~ 34.16%

%39.14
%26.7
%34.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.79%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(0,32,13,32)
C0M32Y13K32 
(0%,32%,13%,32%)
(0.00/0.32/0.13/0.32)	

CMYK percentages

%0
%31.79
%12.72
%32.16

Codes

Color #AD7697 in popluar color models

AD7697
RGB173118151
HSL324°25.11%57.06%
HSB/HSV324°31.79%67.84%
CMYK0.00%31.79%12.72%
32.16%

Color #AD7697 in popluar number systems.

HEXAD7697
Decimal173118151
Binary10101101111011010010111
Octal255166227

Shades and tints

Shades of #AD7697

#AD7697
(173,118,151)
#9E6C8A
(158,108,138)
#8F627D
(143,98,125)
#805870
(128,88,112)
#714E63
(113,78,99)
#624456
(98,68,86)
#533A49
(83,58,73)
#44303C
(68,48,60)
#35262F
(53,38,47)
#261C22
(38,28,34)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #AD7697

#AD7697
(173,118,151)
#B482A0
(180,130,160)
#BB8EA9
(187,142,169)
#C29AB2
(194,154,178)
#C9A6BB
(201,166,187)
#D0B2C4
(208,178,196)
#D7BECD
(215,190,205)
#DECAD6
(222,202,214)
#E5D6DF
(229,214,223)
#ECE2E8
(236,226,232)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD7697; }

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

This text font color is #AD7697.


Background Color

.myBgColor { background-color: #AD7697; }

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

This div background color is #AD7697.


Border color

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

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

This div border color is #AD7697.


Opacity

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

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

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

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

This text has shadow with #AD7697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD7697 on black background.


Color preview on white background

This text has color #AD7697 on white background.



Black color preview on #AD7697 background

This text has black color on #AD7697 background.


White color preview on #AD7697 background

This text has white color on #AD7697 background.