Color Hex Logo

#996d7f Color Hex

#996D7F
(153,109,127)
6 Favorites   0 Comments

Color spaces of #996d7f

RGB 153109127
HSL0.930.180.51
HSV335°29°60°
CMYK 0.000.290.17   0.40
XYZ22.436319.241922.6102
Yxy19.24190.34900.2993
Hunter Lab43.865614.53410.1453
CIE-Lab50.969020.3517-2.9706

#996d7f color RGB value is (153,109,127).

#996d7f hex color red value is 153, green value is 109 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #996d7f hue: 0.93 , saturation: 0.18 and the lightness value of 996d7f is 0.51.

The process color (four color CMYK) of #996d7f color hex is 0.00, 0.29, 0.17, 0.40. Web safe color of #996d7f is #996666. Color #996d7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101101 01111111
Octal 231 155 177
Decimal 153 109 127
Hex 99 6D 7F

RGB Percentages of Color #996d7f

%39.33
%28.02
%32.65

CMYK Percentages of Color #996d7f

%0
%29
%17
%40

Triadic Colors of #996d7f

#996d7f #7f996d #6d7f99

Analogous Colors of #996d7f

#996d7f #99716d #996d95

Monochromatic Colors of #996d7f

#996d7f

Complementary Color

#996d7f #6d9987

#996d7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996d7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#996d7f Color CSS Codes

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

#996d7f Text Font Color

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

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


#996d7f Background Color

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

This div background color is #996d7f


#996d7f Border Color

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

This div border color is #996d7f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,109,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #996d7f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #996d7f;
  -webkit-box-shadow: 1px 1px 3px 2px #996d7f;
  box-shadow:         1px 1px 3px 2px #996d7f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996d7f


Comments

No comments written yet.

Please login to write comment.