COLOR #A99BCB

HEX: #A99BCB RGB: (169,155,203)

Color info

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

RGB color model

#A99BCB color RGB value is (169,155,203).

RGB: (169,155,203) (66%, 61%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 203 of 255 = 80%

169
155
203

R + G + B ~ 69%. #A99BCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 155 + 203 = 527 (100%)
R 169 of 527 ~ 32.07%
G 155 of 527 ~ 29.41%
B 203 of 527 ~ 38.52'%

%32.07
%29.41
%38.52

CMYK color model

#A99BCB color CMYK value is (17,24,0,20).

  • cyan value is 16.75%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (17,24,0,20)
C17M24Y0K20 (17%, 24%, 0%, 20%)
(0.17 / 0.24 / 0.00 / 0.20)

CMYK percentages

%16.75
%23.65
%0
%20.39

Codes

Color #A99BCB in popluar color models

A9 9B CB
RGB 169 155 203
HSL 258° 31.58% 70.20%
HSB/HSV 258° 23.65% 79.61%
CMYK 16.75% 23.65% 0.00%
20.39%

Color #A99BCB in popluar number systems.

HEX A9 9B CB
Decimal 169 155 203
Binary 10101001 10011011 11001011
Octal 251 233 313

Shades and tints

Shades of #A99BCB

#A99BCB
(169,155,203)
#9A8DB9
(154,141,185)
#8B7FA7
(139,127,167)
#7C7195
(124,113,149)
#6D6383
(109,99,131)
#5E5571
(94,85,113)
#4F475F
(79,71,95)
#40394D
(64,57,77)
#312B3B
(49,43,59)
#221D29
(34,29,41)
#130F17
(19,15,23)
#000000
(0,0,0)

Tints of #A99BCB

#A99BCB
(169,155,203)
#B0A4CF
(176,164,207)
#B7ADD3
(183,173,211)
#BEB6D7
(190,182,215)
#C5BFDB
(197,191,219)
#CCC8DF
(204,200,223)
#D3D1E3
(211,209,227)
#DADAE7
(218,218,231)
#E1E3EB
(225,227,235)
#E8ECEF
(232,236,239)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A99BCB color. Also use rgb(169,155,203) instead hex code.

Text Font Color

.myTextColor { color: #A99BCB; }

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

This text font color is #A99BCB.

Background Color

.myBgColor { background-color: #A99BCB; }

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

This div background color is #A99BCB.

Border color

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

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

This div border color is #A99BCB.

Opacity

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

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

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

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

This text has shadow with #A99BCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A99BCB.

Preview

Color preview on black background

This text has color #A99BCB on black background.


Color preview on white background

This text has color #A99BCB on white background.


Black color preview on #A99BCB background

This text has black color on #A99BCB background.


White color preview on #A99BCB background

This text has white color on #A99BCB background.


Related colors

Complementary color

Complementary color for #hex is #566434.


I love getcolorcode.com

Triadic colors

1 #CBA99B and #9BCBA9 with #A99BCB are triadic colors.

2 #CB9BA9 and #9BA9CB with #A99BCB are triadic colors.