COLOR #A99BCE

HEX: #A99BCE
RGB: (169,155,206)

Color info

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

RGB color model

#A99BCE color RGB value is (169,155,206).

  • red value is 169;
  • green value is 155;
  • blue value is 206.
RGB:
(169,155,206)
(66%,61%,81%)

RGB channels and saturation

R 169 of 255 = 66%
G 155 of 255 = 61%
B 206 of 255 = 81%

169
155
206

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

Portions of RGB colors in percentages

R + G + B =
169 + 155 + 206 = 530 (100%)
R 169 of 530 ~ 31.89%
G 155 of 530 ~ 29.25%
B 206 of 530 ~ 38.87%

%31.89
%29.25
%38.87

CMYK color model

#A99BCE color CMYK value is (18,25,0,19).

  • cyan value is 17.96%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(18,25,0,19)
C18M25Y0K19 
(18%,25%,0%,19%)
(0.18/0.25/0.00/0.19)	

CMYK percentages

%17.96
%24.76
%0
%19.22

Codes

Color #A99BCE in popluar color models

A99BCE
RGB169155206
HSL256°34.23%70.78%
HSB/HSV256°24.76%80.78%
CMYK17.96%24.76%0.00%
19.22%

Color #A99BCE in popluar number systems.

HEXA99BCE
Decimal169155206
Binary101010011001101111001110
Octal251233316

Shades and tints

Shades of #A99BCE

#A99BCE
(169,155,206)
#9A8DBC
(154,141,188)
#8B7FAA
(139,127,170)
#7C7198
(124,113,152)
#6D6386
(109,99,134)
#5E5574
(94,85,116)
#4F4762
(79,71,98)
#403950
(64,57,80)
#312B3E
(49,43,62)
#221D2C
(34,29,44)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #A99BCE

#A99BCE
(169,155,206)
#B0A4D2
(176,164,210)
#B7ADD6
(183,173,214)
#BEB6DA
(190,182,218)
#C5BFDE
(197,191,222)
#CCC8E2
(204,200,226)
#D3D1E6
(211,209,230)
#DADAEA
(218,218,234)
#E1E3EE
(225,227,238)
#E8ECF2
(232,236,242)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A99BCE; }

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

This text font color is #A99BCE.


Background Color

.myBgColor { background-color: #A99BCE; }

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

This div background color is #A99BCE.


Border color

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

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

This div border color is #A99BCE.


Opacity

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

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

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

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

This text has shadow with #A99BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A99BCE on black background.


Color preview on white background

This text has color #A99BCE on white background.



Black color preview on #A99BCE background

This text has black color on #A99BCE background.


White color preview on #A99BCE background

This text has white color on #A99BCE background.