COLOR #A69EB0

HEX: #A69EB0
RGB: (166,158,176)

Color info

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

RGB color model

#A69EB0 color RGB value is (166,158,176).

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

RGB channels and saturation

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

166
158
176

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

Portions of RGB colors in percentages

R + G + B =
166 + 158 + 176 = 500 (100%)
R 166 of 500 ~ 33.2%
G 158 of 500 ~ 31.6%
B 176 of 500 ~ 35.2%

%33.2
%31.6
%35.2

CMYK color model

#A69EB0 color CMYK value is (6,10,0,31).

  • cyan value is 5.68%
  • magenta value is 10.23%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(6,10,0,31)
C6M10Y0K31 
(6%,10%,0%,31%)
(0.06/0.10/0.00/0.31)	

CMYK percentages

%5.68
%10.23
%0
%30.98

Codes

Color #A69EB0 in popluar color models

A69EB0
RGB166158176
HSL267°10.23%65.49%
HSB/HSV267°10.23%69.02%
CMYK5.68%10.23%0.00%
30.98%

Color #A69EB0 in popluar number systems.

HEXA69EB0
Decimal166158176
Binary101001101001111010110000
Octal246236260

Shades and tints

Shades of #A69EB0

#A69EB0
(166,158,176)
#9790A0
(151,144,160)
#888290
(136,130,144)
#797480
(121,116,128)
#6A6670
(106,102,112)
#5B5860
(91,88,96)
#4C4A50
(76,74,80)
#3D3C40
(61,60,64)
#2E2E30
(46,46,48)
#1F2020
(31,32,32)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #A69EB0

#A69EB0
(166,158,176)
#AEA6B7
(174,166,183)
#B6AEBE
(182,174,190)
#BEB6C5
(190,182,197)
#C6BECC
(198,190,204)
#CEC6D3
(206,198,211)
#D6CEDA
(214,206,218)
#DED6E1
(222,214,225)
#E6DEE8
(230,222,232)
#EEE6EF
(238,230,239)
#F6EEF6
(246,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69EB0; }

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

This text font color is #A69EB0.


Background Color

.myBgColor { background-color: #A69EB0; }

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

This div background color is #A69EB0.


Border color

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

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

This div border color is #A69EB0.


Opacity

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

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

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

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

This text has shadow with #A69EB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69EB0 on black background.


Color preview on white background

This text has color #A69EB0 on white background.



Black color preview on #A69EB0 background

This text has black color on #A69EB0 background.


White color preview on #A69EB0 background

This text has white color on #A69EB0 background.