Color Hex Logo

#97998b Color Hex

#97998B
(151,153,139)
0 Favorites   0 Comments

Color spaces of #97998b

RGB 151153139
HSL0.190.060.57
HSV69°60°
CMYK 0.010.000.09   0.40
XYZ28.813931.225928.9346
Yxy31.22590.32380.3510
Hunter Lab55.8801-5.74898.4159
CIE-Lab62.6979-3.32957.1033

#97998b color RGB value is (151,153,139).

#97998b hex color red value is 151, green value is 153 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #97998b hue: 0.19 , saturation: 0.06 and the lightness value of 97998b is 0.57.

The process color (four color CMYK) of #97998b color hex is 0.01, 0.00, 0.09, 0.40. Web safe color of #97998b is #999999. Color #97998b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10011001 10001011
Octal 227 231 213
Decimal 151 153 139
Hex 97 99 8B

RGB Percentages of Color #97998b

%34.09
%34.54
%31.38

CMYK Percentages of Color #97998b

%1
%0
%9
%40

Triadic Colors of #97998b

#97998b #8b9799 #998b97

Analogous Colors of #97998b

#97998b #90998b #99948b

Monochromatic Colors of #97998b

#97998b

Complementary Color

#97998b #8d8b99

#97998b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97998b Color Preview on White Background

Lorem ipsum dolor sit amet.

#97998b Color CSS Codes

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

#97998b Text Font Color

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

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


#97998b Background Color

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

This div background color is #97998b


#97998b Border Color

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

This div border color is #97998b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97998b


Comments

No comments written yet.

Please login to write comment.