COLOR #A69EBD

HEX: #A69EBD RGB: (166,158,189)

Color info

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

RGB color model

#A69EBD color RGB value is (166,158,189).

RGB: (166,158,189) (65%, 62%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 158 of 255 = 62%
B 189 of 255 = 74%

166
158
189

R + G + B ~ 67%. #A69EBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 158 + 189 = 513 (100%)
R 166 of 513 ~ 32.36%
G 158 of 513 ~ 30.8%
B 189 of 513 ~ 36.84'%

%32.36
%30.8
%36.84

CMYK color model

#A69EBD color CMYK value is (12,16,0,26).

  • cyan value is 12.17%
  • magenta value is 16.40%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (12,16,0,26)
C12M16Y0K26 (12%, 16%, 0%, 26%)
(0.12 / 0.16 / 0.00 / 0.26)

CMYK percentages

%12.17
%16.4
%0
%25.88

Codes

Color #A69EBD in popluar color models

A6 9E BD
RGB 166 158 189
HSL 255° 19.02% 68.04%
HSB/HSV 255° 16.40% 74.12%
CMYK 12.17% 16.40% 0.00%
25.88%

Color #A69EBD in popluar number systems.

HEX A6 9E BD
Decimal 166 158 189
Binary 10100110 10011110 10111101
Octal 246 236 275

Shades and tints

Shades of #A69EBD

#A69EBD
(166,158,189)
#9790AC
(151,144,172)
#88829B
(136,130,155)
#79748A
(121,116,138)
#6A6679
(106,102,121)
#5B5868
(91,88,104)
#4C4A57
(76,74,87)
#3D3C46
(61,60,70)
#2E2E35
(46,46,53)
#1F2024
(31,32,36)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #A69EBD

#A69EBD
(166,158,189)
#AEA6C3
(174,166,195)
#B6AEC9
(182,174,201)
#BEB6CF
(190,182,207)
#C6BED5
(198,190,213)
#CEC6DB
(206,198,219)
#D6CEE1
(214,206,225)
#DED6E7
(222,214,231)
#E6DEED
(230,222,237)
#EEE6F3
(238,230,243)
#F6EEF9
(246,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A69EBD; }

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

This text font color is #A69EBD.

Background Color

.myBgColor { background-color: #A69EBD; }

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

This div background color is #A69EBD.

Border color

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

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

This div border color is #A69EBD.

Opacity

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

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

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

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

This text has shadow with #A69EBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69EBD.

Preview

Color preview on black background

This text has color #A69EBD on black background.


Color preview on white background

This text has color #A69EBD on white background.


Black color preview on #A69EBD background

This text has black color on #A69EBD background.


White color preview on #A69EBD background

This text has white color on #A69EBD background.


Related colors

Complementary color

Complementary color for #hex is #596142.


I love getcolorcode.com

Triadic colors

1 #BDA69E and #9EBDA6 with #A69EBD are triadic colors.

2 #BD9EA6 and #9EA6BD with #A69EBD are triadic colors.