COLOR #A997BC

HEX: #A997BC
RGB: (169,151,188)

Color info

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

RGB color model

#A997BC color RGB value is (169,151,188).

  • red value is 169;
  • green value is 151;
  • blue value is 188.
RGB:
(169,151,188)
(66%,59%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 188 of 255 = 74%

169
151
188

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

Portions of RGB colors in percentages

R + G + B =
169 + 151 + 188 = 508 (100%)
R 169 of 508 ~ 33.27%
G 151 of 508 ~ 29.72%
B 188 of 508 ~ 37.01%

%33.27
%29.72
%37.01

CMYK color model

#A997BC color CMYK value is (10,20,0,26).

  • cyan value is 10.11%
  • magenta value is 19.68%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(10,20,0,26)
C10M20Y0K26 
(10%,20%,0%,26%)
(0.10/0.20/0.00/0.26)	

CMYK percentages

%10.11
%19.68
%0
%26.27

Codes

Color #A997BC in popluar color models

A997BC
RGB169151188
HSL269°21.64%66.47%
HSB/HSV269°19.68%73.73%
CMYK10.11%19.68%0.00%
26.27%

Color #A997BC in popluar number systems.

HEXA997BC
Decimal169151188
Binary101010011001011110111100
Octal251227274

Shades and tints

Shades of #A997BC

#A997BC
(169,151,188)
#9A8AAB
(154,138,171)
#8B7D9A
(139,125,154)
#7C7089
(124,112,137)
#6D6378
(109,99,120)
#5E5667
(94,86,103)
#4F4956
(79,73,86)
#403C45
(64,60,69)
#312F34
(49,47,52)
#222223
(34,34,35)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #A997BC

#A997BC
(169,151,188)
#B0A0C2
(176,160,194)
#B7A9C8
(183,169,200)
#BEB2CE
(190,178,206)
#C5BBD4
(197,187,212)
#CCC4DA
(204,196,218)
#D3CDE0
(211,205,224)
#DAD6E6
(218,214,230)
#E1DFEC
(225,223,236)
#E8E8F2
(232,232,242)
#EFF1F8
(239,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A997BC color. Also use rgb(169,151,188) instead hex code.

Text Font Color

.myTextColor { color: #A997BC; }

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

This text font color is #A997BC.


Background Color

.myBgColor { background-color: #A997BC; }

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

This div background color is #A997BC.


Border color

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

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

This div border color is #A997BC.


Opacity

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

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

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

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

This text has shadow with #A997BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A997BC on black background.


Color preview on white background

This text has color #A997BC on white background.



Black color preview on #A997BC background

This text has black color on #A997BC background.


White color preview on #A997BC background

This text has white color on #A997BC background.