COLOR #A696C5

HEX: #A696C5
RGB: (166,150,197)

Color info

#A696C5 contains red, green and blue colors in about the same proportion. Web safe color of #A696C5 is #9999CC (or #99C).

RGB color model

#A696C5 color RGB value is (166,150,197).

  • red value is 166;
  • green value is 150;
  • blue value is 197.
RGB:
(166,150,197)
(65%,59%,77%)

RGB channels and saturation

R 166 of 255 = 65%
G 150 of 255 = 59%
B 197 of 255 = 77%

166
150
197

R + G + B ~ 67%. #A696C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 150 + 197 = 513 (100%)
R 166 of 513 ~ 32.36%
G 150 of 513 ~ 29.24%
B 197 of 513 ~ 38.4%

%32.36
%29.24
%38.4

CMYK color model

#A696C5 color CMYK value is (16,24,0,23).

  • cyan value is 15.74%
  • magenta value is 23.86%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(16,24,0,23)
C16M24Y0K23 
(16%,24%,0%,23%)
(0.16/0.24/0.00/0.23)	

CMYK percentages

%15.74
%23.86
%0
%22.75

Codes

Color #A696C5 in popluar color models

A696C5
RGB166150197
HSL260°28.83%68.04%
HSB/HSV260°23.86%77.25%
CMYK15.74%23.86%0.00%
22.75%

Color #A696C5 in popluar number systems.

HEXA696C5
Decimal166150197
Binary101001101001011011000101
Octal246226305

Shades and tints

Shades of #A696C5

#A696C5
(166,150,197)
#9789B4
(151,137,180)
#887CA3
(136,124,163)
#796F92
(121,111,146)
#6A6281
(106,98,129)
#5B5570
(91,85,112)
#4C485F
(76,72,95)
#3D3B4E
(61,59,78)
#2E2E3D
(46,46,61)
#1F212C
(31,33,44)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #A696C5

#A696C5
(166,150,197)
#AE9FCA
(174,159,202)
#B6A8CF
(182,168,207)
#BEB1D4
(190,177,212)
#C6BAD9
(198,186,217)
#CEC3DE
(206,195,222)
#D6CCE3
(214,204,227)
#DED5E8
(222,213,232)
#E6DEED
(230,222,237)
#EEE7F2
(238,231,242)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A696C5 color. Also use rgb(166,150,197) instead hex code.

Text Font Color

.myTextColor { color: #A696C5; }

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

This text font color is #A696C5.


Background Color

.myBgColor { background-color: #A696C5; }

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

This div background color is #A696C5.


Border color

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

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

This div border color is #A696C5.


Opacity

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

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

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

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

This text has shadow with #A696C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A696C5 on black background.


Color preview on white background

This text has color #A696C5 on white background.



Black color preview on #A696C5 background

This text has black color on #A696C5 background.


White color preview on #A696C5 background

This text has white color on #A696C5 background.