Color Hex Logo

#97bdb1 Color Hex

#97BDB1
(151,189,177)
0 Favorites   0 Comments

Color spaces of #97bdb1

RGB 151189177
HSL0.450.220.67
HSV161°20°74°
CMYK 0.200.000.06   0.26
XYZ38.895946.148848.4526
Yxy46.14880.29140.3457
Hunter Lab67.9329-16.68005.2649
CIE-Lab73.6420-15.17321.8634

#97bdb1 color RGB value is (151,189,177).

#97bdb1 hex color red value is 151, green value is 189 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #97bdb1 hue: 0.45 , saturation: 0.22 and the lightness value of 97bdb1 is 0.67.

The process color (four color CMYK) of #97bdb1 color hex is 0.20, 0.00, 0.06, 0.26. Web safe color of #97bdb1 is #99cc99. Color #97bdb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111101 10110001
Octal 227 275 261
Decimal 151 189 177
Hex 97 BD B1

RGB Percentages of Color #97bdb1

%29.21
%36.56
%34.24

CMYK Percentages of Color #97bdb1

%20
%0
%6
%26

Triadic Colors of #97bdb1

#97bdb1 #b197bd #bdb197

Analogous Colors of #97bdb1

#97bdb1 #97b6bd #97bd9e

Monochromatic Colors of #97bdb1

#97bdb1

Complementary Color

#97bdb1 #bd97a3

#97bdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97bdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#97bdb1 Color CSS Codes

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

#97bdb1 Text Font Color

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

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


#97bdb1 Background Color

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

This div background color is #97bdb1


#97bdb1 Border Color

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

This div border color is #97bdb1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,189,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97bdb1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97bdb1;
  -webkit-box-shadow: 1px 1px 3px 2px #97bdb1;
  box-shadow:         1px 1px 3px 2px #97bdb1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97bdb1


Comments

No comments written yet.

Please login to write comment.