COLOR #A299B2

HEX: #A299B2
RGB: (162,153,178)

Color info

#A299B2 contains red, green and blue colors in about the same proportion. Web safe color of #A299B2 is #999999 (or #999).

RGB color model

#A299B2 color RGB value is (162,153,178).

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

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 178 of 255 = 70%

162
153
178

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

Portions of RGB colors in percentages

R + G + B =
162 + 153 + 178 = 493 (100%)
R 162 of 493 ~ 32.86%
G 153 of 493 ~ 31.03%
B 178 of 493 ~ 36.11%

%32.86
%31.03
%36.11

CMYK color model

#A299B2 color CMYK value is (9,14,0,30).

  • cyan value is 8.99%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(9,14,0,30)
C9M14Y0K30 
(9%,14%,0%,30%)
(0.09/0.14/0.00/0.30)	

CMYK percentages

%8.99
%14.04
%0
%30.2

Codes

Color #A299B2 in popluar color models

A299B2
RGB162153178
HSL262°13.97%64.90%
HSB/HSV262°14.04%69.80%
CMYK8.99%14.04%0.00%
30.20%

Color #A299B2 in popluar number systems.

HEXA299B2
Decimal162153178
Binary101000101001100110110010
Octal242231262

Shades and tints

Shades of #A299B2

#A299B2
(162,153,178)
#948CA2
(148,140,162)
#867F92
(134,127,146)
#787282
(120,114,130)
#6A6572
(106,101,114)
#5C5862
(92,88,98)
#4E4B52
(78,75,82)
#403E42
(64,62,66)
#323132
(50,49,50)
#242422
(36,36,34)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #A299B2

#A299B2
(162,153,178)
#AAA2B9
(170,162,185)
#B2ABC0
(178,171,192)
#BAB4C7
(186,180,199)
#C2BDCE
(194,189,206)
#CAC6D5
(202,198,213)
#D2CFDC
(210,207,220)
#DAD8E3
(218,216,227)
#E2E1EA
(226,225,234)
#EAEAF1
(234,234,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A299B2; }

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

This text font color is #A299B2.


Background Color

.myBgColor { background-color: #A299B2; }

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

This div background color is #A299B2.


Border color

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

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

This div border color is #A299B2.


Opacity

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

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

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

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

This text has shadow with #A299B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A299B2 on black background.


Color preview on white background

This text has color #A299B2 on white background.



Black color preview on #A299B2 background

This text has black color on #A299B2 background.


White color preview on #A299B2 background

This text has white color on #A299B2 background.