COLOR #A299B7

HEX: #A299B7
RGB: (162,153,183)

Color info

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

RGB color model

#A299B7 color RGB value is (162,153,183).

  • red value is 162;
  • green value is 153;
  • blue value is 183.
RGB:
(162,153,183)
(64%,60%,72%)

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 183 of 255 = 72%

162
153
183

R + G + B ~ 65%. #A299B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 153 + 183 = 498 (100%)
R 162 of 498 ~ 32.53%
G 153 of 498 ~ 30.72%
B 183 of 498 ~ 36.75%

%32.53
%30.72
%36.75

CMYK color model

#A299B7 color CMYK value is (11,16,0,28).

  • cyan value is 11.48%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(11,16,0,28)
C11M16Y0K28 
(11%,16%,0%,28%)
(0.11/0.16/0.00/0.28)	

CMYK percentages

%11.48
%16.39
%0
%28.24

Codes

Color #A299B7 in popluar color models

A299B7
RGB162153183
HSL258°17.24%65.88%
HSB/HSV258°16.39%71.76%
CMYK11.48%16.39%0.00%
28.24%

Color #A299B7 in popluar number systems.

HEXA299B7
Decimal162153183
Binary101000101001100110110111
Octal242231267

Shades and tints

Shades of #A299B7

#A299B7
(162,153,183)
#948CA7
(148,140,167)
#867F97
(134,127,151)
#787287
(120,114,135)
#6A6577
(106,101,119)
#5C5867
(92,88,103)
#4E4B57
(78,75,87)
#403E47
(64,62,71)
#323137
(50,49,55)
#242427
(36,36,39)
#161717
(22,23,23)
#000000
(0,0,0)

Tints of #A299B7

#A299B7
(162,153,183)
#AAA2BD
(170,162,189)
#B2ABC3
(178,171,195)
#BAB4C9
(186,180,201)
#C2BDCF
(194,189,207)
#CAC6D5
(202,198,213)
#D2CFDB
(210,207,219)
#DAD8E1
(218,216,225)
#E2E1E7
(226,225,231)
#EAEAED
(234,234,237)
#F2F3F3
(242,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A299B7 color. Also use rgb(162,153,183) instead hex code.

Text Font Color

.myTextColor { color: #A299B7; }

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

This text font color is #A299B7.


Background Color

.myBgColor { background-color: #A299B7; }

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

This div background color is #A299B7.


Border color

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

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

This div border color is #A299B7.


Opacity

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

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

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

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

This text has shadow with #A299B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A299B7 on black background.


Color preview on white background

This text has color #A299B7 on white background.



Black color preview on #A299B7 background

This text has black color on #A299B7 background.


White color preview on #A299B7 background

This text has white color on #A299B7 background.