#968187

#968187 color hex

#968187 hex color information.
RGB value of #968187 is (150,129,135)
Change page background color to #968187 | Reset

#968187 rgb color chart

Color spaces of #968187

RGB 150129135
HSL0.950.090.55
HSV343°14°59°
CMYK 0.000.140.10   0.41
XYZ24.801123.933826.2342
Yxy23.93380.33080.3192
Hunter Lab48.92224.87682.4517
CIE-Lab56.02159.0701-0.2763

Shades of #968187

Tints of #968187

RGB Percentages of Color #968187

%36.23
%31.16
%32.61

CMYK Percentages of Color #968187

%0
%14
%10
%41

#968187 Color Info

#968187 hex color red value is 150, green value is 129 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #968187 hue: 0.95 , saturation: 0.09 and the lightness value of 968187 is 0.55.

The process color (four color CMYK) of #968187 hex color is 0.00, 0.14, 0.10, 0.41. Web safe color of #968187 is #999999

Color #968187 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000001 10000111
Octal 226 201 207
Decimal 150 129 135
Hexadecimal 96 81 87

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #968187

Triadic Colors of #968187

#968187 #879681 #818796

Analogous Colors of #968187

#968187 #968581 #968191

Complementary Color of #968187

#968187 #819690

#968187 HSL Color Chart
#968187 hsl color chart
#968187 RGB Color Chart

#968187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968187 Color CSS Codes

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

This sample text font color is #968187
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:#968187">Text here</p>
#968187 background color

This div background color is #968187

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

This div border color is #968187

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

HTML Table Border #968187 Color Sample
#968187border color

CSS3 Examples

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

This text has shadow with rgb values.


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

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #968187

<div style="-moz-box-shadow: 1px 1px 3px 2px #968187;
  -webkit-box-shadow: 1px 1px 3px 2px #968187;
  box-shadow:         1px 1px 3px 2px #968187;">
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