COLOR #A997CB

HEX: #A997CB RGB: (169,151,203)

Color info

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

RGB color model

#A997CB color RGB value is (169,151,203).

RGB: (169,151,203) (66%, 59%, 80%)

RGB channels and saturation

R 169 of 255 = 66%
G 151 of 255 = 59%
B 203 of 255 = 80%

169
151
203

R + G + B ~ 68%. #A997CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 151 + 203 = 523 (100%)
R 169 of 523 ~ 32.31%
G 151 of 523 ~ 28.87%
B 203 of 523 ~ 38.81'%

%32.31
%28.87
%38.81

CMYK color model

#A997CB color CMYK value is (17,26,0,20).

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

CMYK: (17,26,0,20)
C17M26Y0K20 (17%, 26%, 0%, 20%)
(0.17 / 0.26 / 0.00 / 0.20)

CMYK percentages

%16.75
%25.62
%0
%20.39

Codes

Color #A997CB in popluar color models

A9 97 CB
RGB 169 151 203
HSL 261° 33.33% 69.41%
HSB/HSV 261° 25.62% 79.61%
CMYK 16.75% 25.62% 0.00%
20.39%

Color #A997CB in popluar number systems.

HEX A9 97 CB
Decimal 169 151 203
Binary 10101001 10010111 11001011
Octal 251 227 313

Shades and tints

Shades of #A997CB

#A997CB
(169,151,203)
#9A8AB9
(154,138,185)
#8B7DA7
(139,125,167)
#7C7095
(124,112,149)
#6D6383
(109,99,131)
#5E5671
(94,86,113)
#4F495F
(79,73,95)
#403C4D
(64,60,77)
#312F3B
(49,47,59)
#222229
(34,34,41)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #A997CB

#A997CB
(169,151,203)
#B0A0CF
(176,160,207)
#B7A9D3
(183,169,211)
#BEB2D7
(190,178,215)
#C5BBDB
(197,187,219)
#CCC4DF
(204,196,223)
#D3CDE3
(211,205,227)
#DAD6E7
(218,214,231)
#E1DFEB
(225,223,235)
#E8E8EF
(232,232,239)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A997CB; }

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

This text font color is #A997CB.

Background Color

.myBgColor { background-color: #A997CB; }

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

This div background color is #A997CB.

Border color

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

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

This div border color is #A997CB.

Opacity

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

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

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

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

This text has shadow with #A997CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A997CB.

Preview

Color preview on black background

This text has color #A997CB on black background.


Color preview on white background

This text has color #A997CB on white background.


Black color preview on #A997CB background

This text has black color on #A997CB background.


White color preview on #A997CB background

This text has white color on #A997CB background.


Related colors

Complementary color

Complementary color for #hex is #566834.


I love getcolorcode.com

Triadic colors

1 #CBA997 and #97CBA9 with #A997CB are triadic colors.

2 #CB97A9 and #97A9CB with #A997CB are triadic colors.