Color Hex Logo

#9897aa Color Hex

#9897AA
(152,151,170)
0 Favorites   0 Comments

Color spaces of #9897aa

RGB 152151170
HSL0.680.100.63
HSV243°11°67°
CMYK 0.110.110.00   0.33
XYZ31.271231.710942.5029
Yxy31.71090.29650.3006
Hunter Lab56.31240.5772-5.3316
CIE-Lab63.10324.2123-9.7822

#9897aa color RGB value is (152,151,170).

#9897aa hex color red value is 152, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9897aa hue: 0.68 , saturation: 0.10 and the lightness value of 9897aa is 0.63.

The process color (four color CMYK) of #9897aa color hex is 0.11, 0.11, 0.00, 0.33. Web safe color of #9897aa is #999999. Color #9897aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010111 10101010
Octal 230 227 252
Decimal 152 151 170
Hex 98 97 AA

RGB Percentages of Color #9897aa

%32.14
%31.92
%35.94

CMYK Percentages of Color #9897aa

%11
%11
%0
%33

Triadic Colors of #9897aa

#9897aa #aa9897 #97aa98

Analogous Colors of #9897aa

#9897aa #a297aa #97a0aa

Monochromatic Colors of #9897aa

#9897aa

Complementary Color

#9897aa #a9aa97

#9897aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9897aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9897aa Color CSS Codes

.mybgcolor {background-color:#9897aa; } 
.myforecolor {color:#9897aa; }
.mybordercolor {border:3px solid #9897aa; }

#9897aa Text Font Color

<p style="color:#9897aa">Text here</p>

This sample text font color is #9897aa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9897aa Background Color

<div style="background-color:#9897aa">
Div content here</div>

This div background color is #9897aa


#9897aa Border Color

<div style="border:3px solid #9897aa">
Div here</div>

This div border color is #9897aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,151,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9897aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9897aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9897aa;
  box-shadow:         1px 1px 3px 2px #9897aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,151,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9897aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9897aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9897aa;
  box-shadow:         1px 1px 3px 2px #9897aa;">
Div content here</div>

This div box has shadow with color #9897aa


Comments

No comments written yet.

Please login to write comment.