COLOR #A69CC9

HEX: #A69CC9 RGB: (166,156,201)

Color info

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

RGB color model

#A69CC9 color RGB value is (166,156,201).

RGB: (166,156,201) (65%, 61%, 79%)

RGB channels and saturation

R 166 of 255 = 65%
G 156 of 255 = 61%
B 201 of 255 = 79%

166
156
201

R + G + B ~ 68%. #A69CC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 156 + 201 = 523 (100%)
R 166 of 523 ~ 31.74%
G 156 of 523 ~ 29.83%
B 201 of 523 ~ 38.43'%

%31.74
%29.83
%38.43

CMYK color model

#A69CC9 color CMYK value is (17,22,0,21).

  • cyan value is 17.41%
  • magenta value is 22.39%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (17,22,0,21)
C17M22Y0K21 (17%, 22%, 0%, 21%)
(0.17 / 0.22 / 0.00 / 0.21)

CMYK percentages

%17.41
%22.39
%0
%21.18

Codes

Color #A69CC9 in popluar color models

A6 9C C9
RGB 166 156 201
HSL 253° 29.41% 70.00%
HSB/HSV 253° 22.39% 78.82%
CMYK 17.41% 22.39% 0.00%
21.18%

Color #A69CC9 in popluar number systems.

HEX A6 9C C9
Decimal 166 156 201
Binary 10100110 10011100 11001001
Octal 246 234 311

Shades and tints

Shades of #A69CC9

#A69CC9
(166,156,201)
#978EB7
(151,142,183)
#8880A5
(136,128,165)
#797293
(121,114,147)
#6A6481
(106,100,129)
#5B566F
(91,86,111)
#4C485D
(76,72,93)
#3D3A4B
(61,58,75)
#2E2C39
(46,44,57)
#1F1E27
(31,30,39)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #A69CC9

#A69CC9
(166,156,201)
#AEA5CD
(174,165,205)
#B6AED1
(182,174,209)
#BEB7D5
(190,183,213)
#C6C0D9
(198,192,217)
#CEC9DD
(206,201,221)
#D6D2E1
(214,210,225)
#DEDBE5
(222,219,229)
#E6E4E9
(230,228,233)
#EEEDED
(238,237,237)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A69CC9 color. Also use rgb(166,156,201) instead hex code.

Text Font Color

.myTextColor { color: #A69CC9; }

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

This text font color is #A69CC9.

Background Color

.myBgColor { background-color: #A69CC9; }

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

This div background color is #A69CC9.

Border color

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

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

This div border color is #A69CC9.

Opacity

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

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

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

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

This text has shadow with #A69CC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A69CC9.

Preview

Color preview on black background

This text has color #A69CC9 on black background.


Color preview on white background

This text has color #A69CC9 on white background.


Black color preview on #A69CC9 background

This text has black color on #A69CC9 background.


White color preview on #A69CC9 background

This text has white color on #A69CC9 background.


Related colors

Complementary color

Complementary color for #hex is #596336.


I love getcolorcode.com

Triadic colors

1 #C9A69C and #9CC9A6 with #A69CC9 are triadic colors.

2 #C99CA6 and #9CA6C9 with #A69CC9 are triadic colors.