Color Hex Logo

#9897ab Color Hex

#9897AB
(152,151,171)
0 Favorites   0 Comments

Color spaces of #9897ab

RGB 152151171
HSL0.680.110.63
HSV243°12°67°
CMYK 0.110.120.00   0.33
XYZ31.366231.748943.0030
Yxy31.74890.29560.2992
Hunter Lab56.34620.7598-5.8074
CIE-Lab63.13484.4254-10.2988

#9897ab color RGB value is (152,151,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010111 10101011
Octal 230 227 253
Decimal 152 151 171
Hex 98 97 AB

RGB Percentages of Color #9897ab

%32.07
%31.86
%36.08

CMYK Percentages of Color #9897ab

%11
%12
%0
%33

Triadic Colors of #9897ab

#9897ab #ab9897 #97ab98

Analogous Colors of #9897ab

#9897ab #a297ab #97a0ab

Monochromatic Colors of #9897ab

#9897ab

Complementary Color

#9897ab #aaab97

#9897ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9897ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9897ab Color CSS Codes

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

#9897ab Text Font Color

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

This sample text font color is #9897ab
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.


#9897ab Background Color

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

This div background color is #9897ab


#9897ab Border Color

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

This div border color is #9897ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9897ab


Comments

No comments written yet.

Please login to write comment.