Color Hex Logo

#979699 Color Hex

#979699
(151,150,153)
0 Favorites   0 Comments

Color spaces of #979699

RGB 151150153
HSL0.720.010.59
HSV260°60°
CMYK 0.010.020.00   0.40
XYZ29.418630.691934.5106
Yxy30.69190.31090.3244
Hunter Lab55.4003-2.16361.8466
CIE-Lab62.24670.9487-1.4542

#979699 color RGB value is (151,150,153).

#979699 hex color red value is 151, green value is 150 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #979699 hue: 0.72 , saturation: 0.01 and the lightness value of 979699 is 0.59.

The process color (four color CMYK) of #979699 color hex is 0.01, 0.02, 0.00, 0.40. Web safe color of #979699 is #999999. Color #979699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010110 10011001
Octal 227 226 231
Decimal 151 150 153
Hex 97 96 99

RGB Percentages of Color #979699

%33.26
%33.04
%33.70

CMYK Percentages of Color #979699

%1
%2
%0
%40

Triadic Colors of #979699

#979699 #999796 #969997

Analogous Colors of #979699

#979699 #999699 #969799

Monochromatic Colors of #979699

#979699

Complementary Color

#979699 #989996

#979699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#979699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#979699 Color CSS Codes

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

#979699 Text Font Color

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

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


#979699 Background Color

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

This div background color is #979699


#979699 Border Color

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

This div border color is #979699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #979699


Comments

No comments written yet.

Please login to write comment.