Color Hex Logo

#969982 Color Hex

#969982
(150,153,130)
0 Favorites   0 Comments

Color spaces of #969982

RGB 150153130
HSL0.190.100.55
HSV68°15°60°
CMYK 0.020.000.15   0.40
XYZ27.998230.878225.6035
Yxy30.87820.33140.3655
Hunter Lab55.5682-7.306511.5793
CIE-Lab62.4047-5.265711.7347

#969982 color RGB value is (150,153,130).

#969982 hex color red value is 150, green value is 153 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #969982 hue: 0.19 , saturation: 0.10 and the lightness value of 969982 is 0.55.

The process color (four color CMYK) of #969982 color hex is 0.02, 0.00, 0.15, 0.40. Web safe color of #969982 is #999999. Color #969982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011001 10000010
Octal 226 231 202
Decimal 150 153 130
Hex 96 99 82

RGB Percentages of Color #969982

%34.64
%35.33
%30.02

CMYK Percentages of Color #969982

%2
%0
%15
%40

Triadic Colors of #969982

#969982 #829699 #998296

Analogous Colors of #969982

#969982 #8b9982 #999182

Monochromatic Colors of #969982

#969982

Complementary Color

#969982 #858299

#969982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969982 Color CSS Codes

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

#969982 Text Font Color

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

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


#969982 Background Color

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

This div background color is #969982


#969982 Border Color

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

This div border color is #969982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969982


Comments

No comments written yet.

Please login to write comment.