COLOR #A29BBB

HEX: #A29BBB
RGB: (162,155,187)

Color info

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

RGB color model

#A29BBB color RGB value is (162,155,187).

  • red value is 162;
  • green value is 155;
  • blue value is 187.
RGB:
(162,155,187)
(64%,61%,73%)

RGB channels and saturation

R 162 of 255 = 64%
G 155 of 255 = 61%
B 187 of 255 = 73%

162
155
187

R + G + B ~ 66%. #A29BBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 155 + 187 = 504 (100%)
R 162 of 504 ~ 32.14%
G 155 of 504 ~ 30.75%
B 187 of 504 ~ 37.1%

%32.14
%30.75
%37.1

CMYK color model

#A29BBB color CMYK value is (13,17,0,27).

  • cyan value is 13.37%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(13,17,0,27)
C13M17Y0K27 
(13%,17%,0%,27%)
(0.13/0.17/0.00/0.27)	

CMYK percentages

%13.37
%17.11
%0
%26.67

Codes

Color #A29BBB in popluar color models

A29BBB
RGB162155187
HSL253°19.05%67.06%
HSB/HSV253°17.11%73.33%
CMYK13.37%17.11%0.00%
26.67%

Color #A29BBB in popluar number systems.

HEXA29BBB
Decimal162155187
Binary101000101001101110111011
Octal242233273

Shades and tints

Shades of #A29BBB

#A29BBB
(162,155,187)
#948DAA
(148,141,170)
#867F99
(134,127,153)
#787188
(120,113,136)
#6A6377
(106,99,119)
#5C5566
(92,85,102)
#4E4755
(78,71,85)
#403944
(64,57,68)
#322B33
(50,43,51)
#241D22
(36,29,34)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #A29BBB

#A29BBB
(162,155,187)
#AAA4C1
(170,164,193)
#B2ADC7
(178,173,199)
#BAB6CD
(186,182,205)
#C2BFD3
(194,191,211)
#CAC8D9
(202,200,217)
#D2D1DF
(210,209,223)
#DADAE5
(218,218,229)
#E2E3EB
(226,227,235)
#EAECF1
(234,236,241)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A29BBB color. Also use rgb(162,155,187) instead hex code.

Text Font Color

.myTextColor { color: #A29BBB; }

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

This text font color is #A29BBB.


Background Color

.myBgColor { background-color: #A29BBB; }

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

This div background color is #A29BBB.


Border color

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

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

This div border color is #A29BBB.


Opacity

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

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

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

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

This text has shadow with #A29BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A29BBB on black background.


Color preview on white background

This text has color #A29BBB on white background.



Black color preview on #A29BBB background

This text has black color on #A29BBB background.


White color preview on #A29BBB background

This text has white color on #A29BBB background.