Color Hex Logo

#979296 Color Hex

#979296
(151,146,150)
0 Favorites   0 Comments

Color spaces of #979296

RGB 151146150
HSL0.870.020.58
HSV312°59°
CMYK 0.000.030.01   0.41
XYZ28.546429.339133.0126
Yxy29.33910.31400.3228
Hunter Lab54.1656-0.71651.7801
CIE-Lab61.07972.6025-1.4639

#979296 color RGB value is (151,146,150).

#979296 hex color red value is 151, green value is 146 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #979296 hue: 0.87 , saturation: 0.02 and the lightness value of 979296 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010010 10010110
Octal 227 222 226
Decimal 151 146 150
Hex 97 92 96

RGB Percentages of Color #979296

%33.78
%32.66
%33.56

CMYK Percentages of Color #979296

%0
%3
%1
%41

Triadic Colors of #979296

#979296 #969792 #929697

Analogous Colors of #979296

#979296 #979294 #969297

Monochromatic Colors of #979296

#979296

Complementary Color

#979296 #929793

#979296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979296 Color CSS Codes

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

#979296 Text Font Color

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

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


#979296 Background Color

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

This div background color is #979296


#979296 Border Color

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

This div border color is #979296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979296

#979296 Color Palettes


Comments

No comments written yet.

Please login to write comment.