COLOR #A299BD

HEX: #A299BD RGB: (162,153,189)

Color info

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

RGB color model

#A299BD color RGB value is (162,153,189).

RGB: (162,153,189) (64%, 60%, 74%)

RGB channels and saturation

R 162 of 255 = 64%
G 153 of 255 = 60%
B 189 of 255 = 74%

162
153
189

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

Portions of RGB colors in percentages

R + G + B = 162 + 153 + 189 = 504 (100%)
R 162 of 504 ~ 32.14%
G 153 of 504 ~ 30.36%
B 189 of 504 ~ 37.5'%

%32.14
%30.36
%37.5

CMYK color model

#A299BD color CMYK value is (14,19,0,26).

  • cyan value is 14.29%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (14,19,0,26)
C14M19Y0K26 (14%, 19%, 0%, 26%)
(0.14 / 0.19 / 0.00 / 0.26)

CMYK percentages

%14.29
%19.05
%0
%25.88

Codes

Color #A299BD in popluar color models

A2 99 BD
RGB 162 153 189
HSL 255° 21.43% 67.06%
HSB/HSV 255° 19.05% 74.12%
CMYK 14.29% 19.05% 0.00%
25.88%

Color #A299BD in popluar number systems.

HEX A2 99 BD
Decimal 162 153 189
Binary 10100010 10011001 10111101
Octal 242 231 275

Shades and tints

Shades of #A299BD

#A299BD
(162,153,189)
#948CAC
(148,140,172)
#867F9B
(134,127,155)
#78728A
(120,114,138)
#6A6579
(106,101,121)
#5C5868
(92,88,104)
#4E4B57
(78,75,87)
#403E46
(64,62,70)
#323135
(50,49,53)
#242424
(36,36,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #A299BD

#A299BD
(162,153,189)
#AAA2C3
(170,162,195)
#B2ABC9
(178,171,201)
#BAB4CF
(186,180,207)
#C2BDD5
(194,189,213)
#CAC6DB
(202,198,219)
#D2CFE1
(210,207,225)
#DAD8E7
(218,216,231)
#E2E1ED
(226,225,237)
#EAEAF3
(234,234,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A299BD; }

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

This text font color is #A299BD.

Background Color

.myBgColor { background-color: #A299BD; }

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

This div background color is #A299BD.

Border color

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

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

This div border color is #A299BD.

Opacity

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

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

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

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

This text has shadow with #A299BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A299BD.

Preview

Color preview on black background

This text has color #A299BD on black background.


Color preview on white background

This text has color #A299BD on white background.


Black color preview on #A299BD background

This text has black color on #A299BD background.


White color preview on #A299BD background

This text has white color on #A299BD background.


Related colors

Complementary color

Complementary color for #hex is #5D6642.


I love getcolorcode.com

Triadic colors

1 #BDA299 and #99BDA2 with #A299BD are triadic colors.

2 #BD99A2 and #99A2BD with #A299BD are triadic colors.