Color Hex Logo

#997981 Color Hex

#997981
(153,121,129)
0 Favorites   0 Comments

Color spaces of #997981

RGB 153121129
HSL0.960.140.54
HSV345°21°60°
CMYK 0.000.210.16   0.40
XYZ23.936722.032023.7599
Yxy22.03200.34330.3160
Hunter Lab46.93838.88622.8445
CIE-Lab54.060913.76460.3859

#997981 color RGB value is (153,121,129).

#997981 hex color red value is 153, green value is 121 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #997981 hue: 0.96 , saturation: 0.14 and the lightness value of 997981 is 0.54.

The process color (four color CMYK) of #997981 color hex is 0.00, 0.21, 0.16, 0.40. Web safe color of #997981 is #996699. Color #997981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111001 10000001
Octal 231 171 201
Decimal 153 121 129
Hex 99 79 81

RGB Percentages of Color #997981

%37.97
%30.02
%32.01

CMYK Percentages of Color #997981

%0
%21
%16
%40

Triadic Colors of #997981

#997981 #819979 #798199

Analogous Colors of #997981

#997981 #998179 #997991

Monochromatic Colors of #997981

#997981

Complementary Color

#997981 #799991

#997981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997981 Color CSS Codes

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

#997981 Text Font Color

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

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


#997981 Background Color

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

This div background color is #997981


#997981 Border Color

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

This div border color is #997981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997981


Comments

No comments written yet.

Please login to write comment.