COLOR #A69EB1

HEX: #A69EB1
RGB: (166,158,177)

Color info

#A69EB1 contains red, green and blue colors in about the same proportion. Web safe color of #A69EB1 is #999999 (or #999).

RGB color model

#A69EB1 color RGB value is (166,158,177).

  • red value is 166;
  • green value is 158;
  • blue value is 177.
RGB:
(166,158,177)
(65%,62%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 158 of 255 = 62%
B 177 of 255 = 69%

166
158
177

R + G + B ~ 65%. #A69EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 158 + 177 = 501 (100%)
R 166 of 501 ~ 33.13%
G 158 of 501 ~ 31.54%
B 177 of 501 ~ 35.33%

%33.13
%31.54
%35.33

CMYK color model

#A69EB1 color CMYK value is (6,11,0,31).

  • cyan value is 6.21%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,11,0,31)
C6M11Y0K31 
(6%,11%,0%,31%)
(0.06/0.11/0.00/0.31)	

CMYK percentages

%6.21
%10.73
%0
%30.59

Codes

Color #A69EB1 in popluar color models

A69EB1
RGB166158177
HSL265°10.86%65.69%
HSB/HSV265°10.73%69.41%
CMYK6.21%10.73%0.00%
30.59%

Color #A69EB1 in popluar number systems.

HEXA69EB1
Decimal166158177
Binary101001101001111010110001
Octal246236261

Shades and tints

Shades of #A69EB1

#A69EB1
(166,158,177)
#9790A1
(151,144,161)
#888291
(136,130,145)
#797481
(121,116,129)
#6A6671
(106,102,113)
#5B5861
(91,88,97)
#4C4A51
(76,74,81)
#3D3C41
(61,60,65)
#2E2E31
(46,46,49)
#1F2021
(31,32,33)
#101211
(16,18,17)
#000000
(0,0,0)

Tints of #A69EB1

#A69EB1
(166,158,177)
#AEA6B8
(174,166,184)
#B6AEBF
(182,174,191)
#BEB6C6
(190,182,198)
#C6BECD
(198,190,205)
#CEC6D4
(206,198,212)
#D6CEDB
(214,206,219)
#DED6E2
(222,214,226)
#E6DEE9
(230,222,233)
#EEE6F0
(238,230,240)
#F6EEF7
(246,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69EB1 color. Also use rgb(166,158,177) instead hex code.

Text Font Color

.myTextColor { color: #A69EB1; }

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

This text font color is #A69EB1.


Background Color

.myBgColor { background-color: #A69EB1; }

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

This div background color is #A69EB1.


Border color

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

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

This div border color is #A69EB1.


Opacity

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

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

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

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

This text has shadow with #A69EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69EB1 on black background.


Color preview on white background

This text has color #A69EB1 on white background.



Black color preview on #A69EB1 background

This text has black color on #A69EB1 background.


White color preview on #A69EB1 background

This text has white color on #A69EB1 background.