Color Hex Logo

#969983 Color Hex

#969983
(150,153,131)
0 Favorites   0 Comments

Color spaces of #969983

RGB 150153131
HSL0.190.100.56
HSV68°14°60°
CMYK 0.020.000.14   0.40
XYZ28.065630.905225.9588
Yxy30.90520.33050.3639
Hunter Lab55.5924-7.171811.2293
CIE-Lab62.4275-5.097411.2056

#969983 color RGB value is (150,153,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011001 10000011
Octal 226 231 203
Decimal 150 153 131
Hex 96 99 83

RGB Percentages of Color #969983

%34.56
%35.25
%30.18

CMYK Percentages of Color #969983

%2
%0
%14
%40

Triadic Colors of #969983

#969983 #839699 #998396

Analogous Colors of #969983

#969983 #8b9983 #999183

Monochromatic Colors of #969983

#969983

Complementary Color

#969983 #868399

#969983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969983 Color CSS Codes

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

#969983 Text Font Color

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

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


#969983 Background Color

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

This div background color is #969983


#969983 Border Color

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

This div border color is #969983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969983


Comments

No comments written yet.

Please login to write comment.