#9e9f9e

#9e9f9e color hex

#9e9f9e hex color information.
RGB value of #9e9f9e is (158,159,158)
Change page background color to #9e9f9e | Reset

#9e9f9e rgb color chart

Color spaces of #9e9f9e

RGB 158159158
HSL0.330.010.62
HSV120°62°
CMYK 0.010.000.01   0.38
XYZ32.670234.534037.2916
Yxy34.53400.31260.3305
Hunter Lab58.7656-3.60453.5116
CIE-Lab65.3842-0.54710.3867

Shades of #9e9f9e

Tints of #9e9f9e

RGB Percentages of Color #9e9f9e

%33.26
%33.47
%33.26

CMYK Percentages of Color #9e9f9e

%1
%0
%1
%38

#9e9f9e Color Info

#9e9f9e hex color red value is 158, green value is 159 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #9e9f9e hue: 0.33 , saturation: 0.01 and the lightness value of 9e9f9e is 0.62.

The process color (four color CMYK) of #9e9f9e hex color is 0.01, 0.00, 0.01, 0.38. Web safe color of #9e9f9e is #999999

Color #9e9f9e contains mostly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10011111 10011110
Octal 236 237 236
Decimal 158 159 158
Hexadecimal 9E 9F 9E

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #9e9f9e

Triadic Colors of #9e9f9e

#9e9f9e #9e9e9f #9f9e9e

Analogous Colors of #9e9f9e

Analogous colors are identical

Complementary Color of #9e9f9e

#9e9f9e #9f9e9f

#9e9f9e HSL Color Chart
#9e9f9e hsl color chart
#9e9f9e RGB Color Chart

#9e9f9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9e9f9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9e9f9e Color CSS Codes

.mybgcolor {background-color:#9e9f9e; } 
.myforecolor {color:#9e9f9e; }
.mybordercolor {border:3px solid #9e9f9e; }
Sample text font color #9e9f9e

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

html code
<p style="color:#9e9f9e">Text here</p>
#9e9f9e background color

This div background color is #9e9f9e

<div style="background-color:#9e9f9e">
Div content here</div>
#9e9f9e border color

This div border color is #9e9f9e

<div style="border:3px solid #9e9f9e">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #9e9f9e Color Sample
#9e9f9eborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(158,159,158, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #9e9f9e; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #9e9f9e;
  -webkit-box-shadow: 1px 1px 3px 2px #9e9f9e;
  box-shadow:         1px 1px 3px 2px #9e9f9e; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,159,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9e9f9e">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #9e9f9e

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top