COLOR #A699C6

HEX: #A699C6 RGB: (166,153,198)

Color info

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

RGB color model

#A699C6 color RGB value is (166,153,198).

RGB: (166,153,198) (65%, 60%, 78%)

RGB channels and saturation

R 166 of 255 = 65%
G 153 of 255 = 60%
B 198 of 255 = 78%

166
153
198

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

Portions of RGB colors in percentages

R + G + B = 166 + 153 + 198 = 517 (100%)
R 166 of 517 ~ 32.11%
G 153 of 517 ~ 29.59%
B 198 of 517 ~ 38.3'%

%32.11
%29.59
%38.3

CMYK color model

#A699C6 color CMYK value is (16,23,0,22).

  • cyan value is 16.16%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (16,23,0,22)
C16M23Y0K22 (16%, 23%, 0%, 22%)
(0.16 / 0.23 / 0.00 / 0.22)

CMYK percentages

%16.16
%22.73
%0
%22.35

Codes

Color #A699C6 in popluar color models

A6 99 C6
RGB 166 153 198
HSL 257° 28.30% 68.82%
HSB/HSV 257° 22.73% 77.65%
CMYK 16.16% 22.73% 0.00%
22.35%

Color #A699C6 in popluar number systems.

HEX A6 99 C6
Decimal 166 153 198
Binary 10100110 10011001 11000110
Octal 246 231 306

Shades and tints

Shades of #A699C6

#A699C6
(166,153,198)
#978CB4
(151,140,180)
#887FA2
(136,127,162)
#797290
(121,114,144)
#6A657E
(106,101,126)
#5B586C
(91,88,108)
#4C4B5A
(76,75,90)
#3D3E48
(61,62,72)
#2E3136
(46,49,54)
#1F2424
(31,36,36)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #A699C6

#A699C6
(166,153,198)
#AEA2CB
(174,162,203)
#B6ABD0
(182,171,208)
#BEB4D5
(190,180,213)
#C6BDDA
(198,189,218)
#CEC6DF
(206,198,223)
#D6CFE4
(214,207,228)
#DED8E9
(222,216,233)
#E6E1EE
(230,225,238)
#EEEAF3
(238,234,243)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A699C6 color. Also use rgb(166,153,198) instead hex code.

Text Font Color

.myTextColor { color: #A699C6; }

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

This text font color is #A699C6.

Background Color

.myBgColor { background-color: #A699C6; }

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

This div background color is #A699C6.

Border color

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

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

This div border color is #A699C6.

Opacity

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

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

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

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

This text has shadow with #A699C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A699C6.

Preview

Color preview on black background

This text has color #A699C6 on black background.


Color preview on white background

This text has color #A699C6 on white background.


Black color preview on #A699C6 background

This text has black color on #A699C6 background.


White color preview on #A699C6 background

This text has white color on #A699C6 background.


Related colors

Complementary color

Complementary color for #hex is #596639.


I love getcolorcode.com

Triadic colors

1 #C6A699 and #99C6A6 with #A699C6 are triadic colors.

2 #C699A6 and #99A6C6 with #A699C6 are triadic colors.