COLOR #A991C7

HEX: #A991C7
RGB: (169,145,199)

Color info

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

RGB color model

#A991C7 color RGB value is (169,145,199).

  • red value is 169;
  • green value is 145;
  • blue value is 199.
RGB:
(169,145,199)
(66%,57%,78%)

RGB channels and saturation

R 169 of 255 = 66%
G 145 of 255 = 57%
B 199 of 255 = 78%

169
145
199

R + G + B ~ 67%. #A991C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 145 + 199 = 513 (100%)
R 169 of 513 ~ 32.94%
G 145 of 513 ~ 28.27%
B 199 of 513 ~ 38.79%

%32.94
%28.27
%38.79

CMYK color model

#A991C7 color CMYK value is (15,27,0,22).

  • cyan value is 15.08%
  • magenta value is 27.14%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(15,27,0,22)
C15M27Y0K22 
(15%,27%,0%,22%)
(0.15/0.27/0.00/0.22)	

CMYK percentages

%15.08
%27.14
%0
%21.96

Codes

Color #A991C7 in popluar color models

A991C7
RGB169145199
HSL267°32.53%67.45%
HSB/HSV267°27.14%78.04%
CMYK15.08%27.14%0.00%
21.96%

Color #A991C7 in popluar number systems.

HEXA991C7
Decimal169145199
Binary101010011001000111000111
Octal251221307

Shades and tints

Shades of #A991C7

#A991C7
(169,145,199)
#9A84B5
(154,132,181)
#8B77A3
(139,119,163)
#7C6A91
(124,106,145)
#6D5D7F
(109,93,127)
#5E506D
(94,80,109)
#4F435B
(79,67,91)
#403649
(64,54,73)
#312937
(49,41,55)
#221C25
(34,28,37)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #A991C7

#A991C7
(169,145,199)
#B09BCC
(176,155,204)
#B7A5D1
(183,165,209)
#BEAFD6
(190,175,214)
#C5B9DB
(197,185,219)
#CCC3E0
(204,195,224)
#D3CDE5
(211,205,229)
#DAD7EA
(218,215,234)
#E1E1EF
(225,225,239)
#E8EBF4
(232,235,244)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A991C7 color. Also use rgb(169,145,199) instead hex code.

Text Font Color

.myTextColor { color: #A991C7; }

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

This text font color is #A991C7.


Background Color

.myBgColor { background-color: #A991C7; }

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

This div background color is #A991C7.


Border color

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

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

This div border color is #A991C7.


Opacity

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

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

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

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

This text has shadow with #A991C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A991C7 on black background.


Color preview on white background

This text has color #A991C7 on white background.



Black color preview on #A991C7 background

This text has black color on #A991C7 background.


White color preview on #A991C7 background

This text has white color on #A991C7 background.