COLOR #A69BB6

HEX: #A69BB6
RGB: (166,155,182)

Color info

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

RGB color model

#A69BB6 color RGB value is (166,155,182).

  • red value is 166;
  • green value is 155;
  • blue value is 182.
RGB:
(166,155,182)
(65%,61%,71%)

RGB channels and saturation

R 166 of 255 = 65%
G 155 of 255 = 61%
B 182 of 255 = 71%

166
155
182

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

Portions of RGB colors in percentages

R + G + B =
166 + 155 + 182 = 503 (100%)
R 166 of 503 ~ 33%
G 155 of 503 ~ 30.82%
B 182 of 503 ~ 36.18%

%33
%30.82
%36.18

CMYK color model

#A69BB6 color CMYK value is (9,15,0,29).

  • cyan value is 8.79%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(9,15,0,29)
C9M15Y0K29 
(9%,15%,0%,29%)
(0.09/0.15/0.00/0.29)	

CMYK percentages

%8.79
%14.84
%0
%28.63

Codes

Color #A69BB6 in popluar color models

A69BB6
RGB166155182
HSL264°15.61%66.08%
HSB/HSV264°14.84%71.37%
CMYK8.79%14.84%0.00%
28.63%

Color #A69BB6 in popluar number systems.

HEXA69BB6
Decimal166155182
Binary101001101001101110110110
Octal246233266

Shades and tints

Shades of #A69BB6

#A69BB6
(166,155,182)
#978DA6
(151,141,166)
#887F96
(136,127,150)
#797186
(121,113,134)
#6A6376
(106,99,118)
#5B5566
(91,85,102)
#4C4756
(76,71,86)
#3D3946
(61,57,70)
#2E2B36
(46,43,54)
#1F1D26
(31,29,38)
#100F16
(16,15,22)
#000000
(0,0,0)

Tints of #A69BB6

#A69BB6
(166,155,182)
#AEA4BC
(174,164,188)
#B6ADC2
(182,173,194)
#BEB6C8
(190,182,200)
#C6BFCE
(198,191,206)
#CEC8D4
(206,200,212)
#D6D1DA
(214,209,218)
#DEDAE0
(222,218,224)
#E6E3E6
(230,227,230)
#EEECEC
(238,236,236)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69BB6 color. Also use rgb(166,155,182) instead hex code.

Text Font Color

.myTextColor { color: #A69BB6; }

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

This text font color is #A69BB6.


Background Color

.myBgColor { background-color: #A69BB6; }

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

This div background color is #A69BB6.


Border color

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

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

This div border color is #A69BB6.


Opacity

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

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

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

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

This text has shadow with #A69BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A69BB6 on black background.


Color preview on white background

This text has color #A69BB6 on white background.



Black color preview on #A69BB6 background

This text has black color on #A69BB6 background.


White color preview on #A69BB6 background

This text has white color on #A69BB6 background.