Color Hex Logo

#997baa Color Hex

#997BAA
(153,123,170)
0 Favorites   0 Comments

Color spaces of #997baa

RGB 153123170
HSL0.770.220.57
HSV278°28°67°
CMYK 0.100.280.00   0.33
XYZ27.475523.840541.1838
Yxy23.84050.29700.2577
Hunter Lab48.826714.9977-15.8305
CIE-Lab55.927720.5688-20.6257

#997baa color RGB value is (153,123,170).

#997baa hex color red value is 153, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #997baa hue: 0.77 , saturation: 0.22 and the lightness value of 997baa is 0.57.

The process color (four color CMYK) of #997baa color hex is 0.10, 0.28, 0.00, 0.33. Web safe color of #997baa is #996699. Color #997baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111011 10101010
Octal 231 173 252
Decimal 153 123 170
Hex 99 7B AA

RGB Percentages of Color #997baa

%34.30
%27.58
%38.12

CMYK Percentages of Color #997baa

%10
%28
%0
%33

Triadic Colors of #997baa

#997baa #aa997b #7baa99

Analogous Colors of #997baa

#997baa #aa7ba4 #827baa

Monochromatic Colors of #997baa

#997baa

Complementary Color

#997baa #8caa7b

#997baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#997baa Color CSS Codes

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

#997baa Text Font Color

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

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


#997baa Background Color

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

This div background color is #997baa


#997baa Border Color

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

This div border color is #997baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,123,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997baa;
  -webkit-box-shadow: 1px 1px 3px 2px #997baa;
  box-shadow:         1px 1px 3px 2px #997baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997baa


Comments

No comments written yet.

Please login to write comment.