COLOR #A29CC7

HEX: #A29CC7 RGB: (162,156,199)

Color info

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

RGB color model

#A29CC7 color RGB value is (162,156,199).

RGB: (162,156,199) (64%, 61%, 78%)

RGB channels and saturation

R 162 of 255 = 64%
G 156 of 255 = 61%
B 199 of 255 = 78%

162
156
199

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

Portions of RGB colors in percentages

R + G + B = 162 + 156 + 199 = 517 (100%)
R 162 of 517 ~ 31.33%
G 156 of 517 ~ 30.17%
B 199 of 517 ~ 38.49'%

%31.33
%30.17
%38.49

CMYK color model

#A29CC7 color CMYK value is (19,22,0,22).

  • cyan value is 18.59%
  • magenta value is 21.61%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (19,22,0,22)
C19M22Y0K22 (19%, 22%, 0%, 22%)
(0.19 / 0.22 / 0.00 / 0.22)

CMYK percentages

%18.59
%21.61
%0
%21.96

Codes

Color #A29CC7 in popluar color models

A2 9C C7
RGB 162 156 199
HSL 248° 27.74% 69.61%
HSB/HSV 248° 21.61% 78.04%
CMYK 18.59% 21.61% 0.00%
21.96%

Color #A29CC7 in popluar number systems.

HEX A2 9C C7
Decimal 162 156 199
Binary 10100010 10011100 11000111
Octal 242 234 307

Shades and tints

Shades of #A29CC7

#A29CC7
(162,156,199)
#948EB5
(148,142,181)
#8680A3
(134,128,163)
#787291
(120,114,145)
#6A647F
(106,100,127)
#5C566D
(92,86,109)
#4E485B
(78,72,91)
#403A49
(64,58,73)
#322C37
(50,44,55)
#241E25
(36,30,37)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #A29CC7

#A29CC7
(162,156,199)
#AAA5CC
(170,165,204)
#B2AED1
(178,174,209)
#BAB7D6
(186,183,214)
#C2C0DB
(194,192,219)
#CAC9E0
(202,201,224)
#D2D2E5
(210,210,229)
#DADBEA
(218,219,234)
#E2E4EF
(226,228,239)
#EAEDF4
(234,237,244)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29CC7 color. Also use rgb(162,156,199) instead hex code.

Text Font Color

.myTextColor { color: #A29CC7; }

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

This text font color is #A29CC7.

Background Color

.myBgColor { background-color: #A29CC7; }

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

This div background color is #A29CC7.

Border color

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

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

This div border color is #A29CC7.

Opacity

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

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

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

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

This text has shadow with #A29CC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29CC7.

Preview

Color preview on black background

This text has color #A29CC7 on black background.


Color preview on white background

This text has color #A29CC7 on white background.


Black color preview on #A29CC7 background

This text has black color on #A29CC7 background.


White color preview on #A29CC7 background

This text has white color on #A29CC7 background.


Related colors

Complementary color

Complementary color for #hex is #5D6338.


I love getcolorcode.com

Triadic colors

1 #C7A29C and #9CC7A2 with #A29CC7 are triadic colors.

2 #C79CA2 and #9CA2C7 with #A29CC7 are triadic colors.