COLOR #A29FBC

HEX: #A29FBC RGB: (162,159,188)

Color info

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

RGB color model

#A29FBC color RGB value is (162,159,188).

RGB: (162,159,188) (64%, 62%, 74%)

RGB channels and saturation

R 162 of 255 = 64%
G 159 of 255 = 62%
B 188 of 255 = 74%

162
159
188

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

Portions of RGB colors in percentages

R + G + B = 162 + 159 + 188 = 509 (100%)
R 162 of 509 ~ 31.83%
G 159 of 509 ~ 31.24%
B 188 of 509 ~ 36.94'%

%31.83
%31.24
%36.94

CMYK color model

#A29FBC color CMYK value is (14,15,0,26).

  • cyan value is 13.83%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (14,15,0,26)
C14M15Y0K26 (14%, 15%, 0%, 26%)
(0.14 / 0.15 / 0.00 / 0.26)

CMYK percentages

%13.83
%15.43
%0
%26.27

Codes

Color #A29FBC in popluar color models

A2 9F BC
RGB 162 159 188
HSL 246° 17.79% 68.04%
HSB/HSV 246° 15.43% 73.73%
CMYK 13.83% 15.43% 0.00%
26.27%

Color #A29FBC in popluar number systems.

HEX A2 9F BC
Decimal 162 159 188
Binary 10100010 10011111 10111100
Octal 242 237 274

Shades and tints

Shades of #A29FBC

#A29FBC
(162,159,188)
#9491AB
(148,145,171)
#86839A
(134,131,154)
#787589
(120,117,137)
#6A6778
(106,103,120)
#5C5967
(92,89,103)
#4E4B56
(78,75,86)
#403D45
(64,61,69)
#322F34
(50,47,52)
#242123
(36,33,35)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #A29FBC

#A29FBC
(162,159,188)
#AAA7C2
(170,167,194)
#B2AFC8
(178,175,200)
#BAB7CE
(186,183,206)
#C2BFD4
(194,191,212)
#CAC7DA
(202,199,218)
#D2CFE0
(210,207,224)
#DAD7E6
(218,215,230)
#E2DFEC
(226,223,236)
#EAE7F2
(234,231,242)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29FBC color. Also use rgb(162,159,188) instead hex code.

Text Font Color

.myTextColor { color: #A29FBC; }

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

This text font color is #A29FBC.

Background Color

.myBgColor { background-color: #A29FBC; }

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

This div background color is #A29FBC.

Border color

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

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

This div border color is #A29FBC.

Opacity

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

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

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

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

This text has shadow with #A29FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A29FBC.

Preview

Color preview on black background

This text has color #A29FBC on black background.


Color preview on white background

This text has color #A29FBC on white background.


Black color preview on #A29FBC background

This text has black color on #A29FBC background.


White color preview on #A29FBC background

This text has white color on #A29FBC background.


Related colors

Complementary color

Complementary color for #hex is #5D6043.


I love getcolorcode.com

Triadic colors

1 #BCA29F and #9FBCA2 with #A29FBC are triadic colors.

2 #BC9FA2 and #9FA2BC with #A29FBC are triadic colors.