COLOR #A696C0

HEX: #A696C0
RGB: (166,150,192)

Color info

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

RGB color model

#A696C0 color RGB value is (166,150,192).

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

RGB channels and saturation

R 166 of 255 = 65%
G 150 of 255 = 59%
B 192 of 255 = 75%

166
150
192

R + G + B ~ 66%. #A696C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 150 + 192 = 508 (100%)
R 166 of 508 ~ 32.68%
G 150 of 508 ~ 29.53%
B 192 of 508 ~ 37.8%

%32.68
%29.53
%37.8

CMYK color model

#A696C0 color CMYK value is (14,22,0,25).

  • cyan value is 13.54%
  • magenta value is 21.88%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(14,22,0,25)
C14M22Y0K25 
(14%,22%,0%,25%)
(0.14/0.22/0.00/0.25)	

CMYK percentages

%13.54
%21.88
%0
%24.71

Codes

Color #A696C0 in popluar color models

A696C0
RGB166150192
HSL263°25.00%67.06%
HSB/HSV263°21.88%75.29%
CMYK13.54%21.88%0.00%
24.71%

Color #A696C0 in popluar number systems.

HEXA696C0
Decimal166150192
Binary101001101001011011000000
Octal246226300

Shades and tints

Shades of #A696C0

#A696C0
(166,150,192)
#9789AF
(151,137,175)
#887C9E
(136,124,158)
#796F8D
(121,111,141)
#6A627C
(106,98,124)
#5B556B
(91,85,107)
#4C485A
(76,72,90)
#3D3B49
(61,59,73)
#2E2E38
(46,46,56)
#1F2127
(31,33,39)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #A696C0

#A696C0
(166,150,192)
#AE9FC5
(174,159,197)
#B6A8CA
(182,168,202)
#BEB1CF
(190,177,207)
#C6BAD4
(198,186,212)
#CEC3D9
(206,195,217)
#D6CCDE
(214,204,222)
#DED5E3
(222,213,227)
#E6DEE8
(230,222,232)
#EEE7ED
(238,231,237)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A696C0; }

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

This text font color is #A696C0.


Background Color

.myBgColor { background-color: #A696C0; }

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

This div background color is #A696C0.


Border color

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

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

This div border color is #A696C0.


Opacity

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

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

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

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

This text has shadow with #A696C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A696C0 on black background.


Color preview on white background

This text has color #A696C0 on white background.



Black color preview on #A696C0 background

This text has black color on #A696C0 background.


White color preview on #A696C0 background

This text has white color on #A696C0 background.