Color Hex Logo

#9896aa Color Hex

#9896AA
(152,150,170)
0 Favorites   0 Comments

Color spaces of #9896aa

RGB 152150170
HSL0.680.110.63
HSV246°12°67°
CMYK 0.110.120.00   0.33
XYZ31.110931.390442.4494
Yxy31.39040.29640.2991
Hunter Lab56.02711.0705-5.7025
CIE-Lab62.83584.7741-10.1819

#9896aa color RGB value is (152,150,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010110 10101010
Octal 230 226 252
Decimal 152 150 170
Hex 98 96 AA

RGB Percentages of Color #9896aa

%32.20
%31.78
%36.02

CMYK Percentages of Color #9896aa

%11
%12
%0
%33

Triadic Colors of #9896aa

#9896aa #aa9896 #96aa98

Analogous Colors of #9896aa

#9896aa #a296aa #969eaa

Monochromatic Colors of #9896aa

#9896aa

Complementary Color

#9896aa #a8aa96

#9896aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9896aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9896aa Color CSS Codes

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

#9896aa Text Font Color

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

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


#9896aa Background Color

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

This div background color is #9896aa


#9896aa Border Color

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

This div border color is #9896aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,150,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 #9896aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9896aa


Comments

No comments written yet.

Please login to write comment.