COLOR #A69ABC

HEX: #A69ABC
RGB: (166,154,188)

Color info

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

RGB color model

#A69ABC color RGB value is (166,154,188).

  • red value is 166;
  • green value is 154;
  • blue value is 188.
RGB:
(166,154,188)
(65%,60%,74%)

RGB channels and saturation

R 166 of 255 = 65%
G 154 of 255 = 60%
B 188 of 255 = 74%

166
154
188

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

Portions of RGB colors in percentages

R + G + B =
166 + 154 + 188 = 508 (100%)
R 166 of 508 ~ 32.68%
G 154 of 508 ~ 30.31%
B 188 of 508 ~ 37.01%

%32.68
%30.31
%37.01

CMYK color model

#A69ABC color CMYK value is (12,18,0,26).

  • cyan value is 11.70%
  • magenta value is 18.09%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,18,0,26)
C12M18Y0K26 
(12%,18%,0%,26%)
(0.12/0.18/0.00/0.26)	

CMYK percentages

%11.7
%18.09
%0
%26.27

Codes

Color #A69ABC in popluar color models

A69ABC
RGB166154188
HSL261°20.24%67.06%
HSB/HSV261°18.09%73.73%
CMYK11.70%18.09%0.00%
26.27%

Color #A69ABC in popluar number systems.

HEXA69ABC
Decimal166154188
Binary101001101001101010111100
Octal246232274

Shades and tints

Shades of #A69ABC

#A69ABC
(166,154,188)
#978CAB
(151,140,171)
#887E9A
(136,126,154)
#797089
(121,112,137)
#6A6278
(106,98,120)
#5B5467
(91,84,103)
#4C4656
(76,70,86)
#3D3845
(61,56,69)
#2E2A34
(46,42,52)
#1F1C23
(31,28,35)
#100E12
(16,14,18)
#000000
(0,0,0)

Tints of #A69ABC

#A69ABC
(166,154,188)
#AEA3C2
(174,163,194)
#B6ACC8
(182,172,200)
#BEB5CE
(190,181,206)
#C6BED4
(198,190,212)
#CEC7DA
(206,199,218)
#D6D0E0
(214,208,224)
#DED9E6
(222,217,230)
#E6E2EC
(230,226,236)
#EEEBF2
(238,235,242)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69ABC color. Also use rgb(166,154,188) instead hex code.

Text Font Color

.myTextColor { color: #A69ABC; }

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

This text font color is #A69ABC.


Background Color

.myBgColor { background-color: #A69ABC; }

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

This div background color is #A69ABC.


Border color

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

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

This div border color is #A69ABC.


Opacity

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

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

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

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

This text has shadow with #A69ABC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69ABC on black background.


Color preview on white background

This text has color #A69ABC on white background.



Black color preview on #A69ABC background

This text has black color on #A69ABC background.


White color preview on #A69ABC background

This text has white color on #A69ABC background.