Color Hex Logo

#97968d Color Hex

#97968D
(151,150,141)
0 Favorites   0 Comments

Color spaces of #97968d

RGB 151150141
HSL0.150.050.57
HSV54°59°
CMYK 0.000.010.07   0.41
XYZ28.476630.315129.5498
Yxy30.31510.32230.3432
Hunter Lab55.0592-4.03336.7209
CIE-Lab61.9252-1.31464.8661

#97968d color RGB value is (151,150,141).

#97968d hex color red value is 151, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #97968d hue: 0.15 , saturation: 0.05 and the lightness value of 97968d is 0.57.

The process color (four color CMYK) of #97968d color hex is 0.00, 0.01, 0.07, 0.41. Web safe color of #97968d is #999999. Color #97968d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010110 10001101
Octal 227 226 215
Decimal 151 150 141
Hex 97 96 8D

RGB Percentages of Color #97968d

%34.16
%33.94
%31.90

CMYK Percentages of Color #97968d

%0
%1
%7
%41

Triadic Colors of #97968d

#97968d #8d9796 #968d97

Analogous Colors of #97968d

#97968d #93978d #97918d

Monochromatic Colors of #97968d

#97968d

Complementary Color

#97968d #8d8e97

#97968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97968d Color CSS Codes

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

#97968d Text Font Color

<p style="color:#97968d">Text here</p>

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


#97968d Background Color

<div style="background-color:#97968d">
Div content here</div>

This div background color is #97968d


#97968d Border Color

<div style="border:3px solid #97968d">
Div here</div>

This div border color is #97968d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,150,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97968d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97968d;
  -webkit-box-shadow: 1px 1px 3px 2px #97968d;
  box-shadow:         1px 1px 3px 2px #97968d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97968d


Comments

No comments written yet.

Please login to write comment.