COLOR #A96697

HEX: #A96697
RGB: (169,102,151)

Color info

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

RGB color model

#A96697 color RGB value is (169,102,151).

  • red value is 169;
  • green value is 102;
  • blue value is 151.
RGB:
(169,102,151)
(66%,40%,59%)

RGB channels and saturation

R 169 of 255 = 66%
G 102 of 255 = 40%
B 151 of 255 = 59%

169
102
151

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

Portions of RGB colors in percentages

R + G + B =
169 + 102 + 151 = 422 (100%)
R 169 of 422 ~ 40.05%
G 102 of 422 ~ 24.17%
B 151 of 422 ~ 35.78%

%40.05
%24.17
%35.78

CMYK color model

#A96697 color CMYK value is (0,40,11,34).

  • cyan value is 0.00%
  • magenta value is 39.64%
  • yellow value is 10.65%
  • key color value is 33.73%
CMYK:
(0,40,11,34)
C0M40Y11K34 
(0%,40%,11%,34%)
(0.00/0.40/0.11/0.34)	

CMYK percentages

%0
%39.64
%10.65
%33.73

Codes

Color #A96697 in popluar color models

A96697
RGB169102151
HSL316°28.03%53.14%
HSB/HSV316°39.64%66.27%
CMYK0.00%39.64%10.65%
33.73%

Color #A96697 in popluar number systems.

HEXA96697
Decimal169102151
Binary10101001110011010010111
Octal251146227

Shades and tints

Shades of #A96697

#A96697
(169,102,151)
#9A5D8A
(154,93,138)
#8B547D
(139,84,125)
#7C4B70
(124,75,112)
#6D4263
(109,66,99)
#5E3956
(94,57,86)
#4F3049
(79,48,73)
#40273C
(64,39,60)
#311E2F
(49,30,47)
#221522
(34,21,34)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #A96697

#A96697
(169,102,151)
#B073A0
(176,115,160)
#B780A9
(183,128,169)
#BE8DB2
(190,141,178)
#C59ABB
(197,154,187)
#CCA7C4
(204,167,196)
#D3B4CD
(211,180,205)
#DAC1D6
(218,193,214)
#E1CEDF
(225,206,223)
#E8DBE8
(232,219,232)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A96697 color. Also use rgb(169,102,151) instead hex code.

Text Font Color

.myTextColor { color: #A96697; }

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

This text font color is #A96697.


Background Color

.myBgColor { background-color: #A96697; }

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

This div background color is #A96697.


Border color

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

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

This div border color is #A96697.


Opacity

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

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

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

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

This text has shadow with #A96697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A96697 on black background.


Color preview on white background

This text has color #A96697 on white background.



Black color preview on #A96697 background

This text has black color on #A96697 background.


White color preview on #A96697 background

This text has white color on #A96697 background.