Color Hex Logo

#b1c697 Color Hex

#B1C697
(177,198,151)
0 Favorites   0 Comments

Color spaces of #b1c697

RGB 177198151
HSL0.240.290.68
HSV87°24°78°
CMYK 0.110.000.24   0.22
XYZ43.911551.969636.9949
Yxy51.96960.33050.3911
Hunter Lab72.0899-17.429320.0367
CIE-Lab77.2627-15.464121.2389

#b1c697 color RGB value is (177,198,151).

#b1c697 hex color red value is 177, green value is 198 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b1c697 hue: 0.24 , saturation: 0.29 and the lightness value of b1c697 is 0.68.

The process color (four color CMYK) of #b1c697 color hex is 0.11, 0.00, 0.24, 0.22. Web safe color of #b1c697 is #99cc99. Color #b1c697 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11000110 10010111
Octal 261 306 227
Decimal 177 198 151
Hex B1 C6 97

RGB Percentages of Color #b1c697

%33.65
%37.64
%28.71

CMYK Percentages of Color #b1c697

%11
%0
%24
%22

Triadic Colors of #b1c697

#b1c697 #97b1c6 #c697b1

Analogous Colors of #b1c697

#b1c697 #9ac697 #c6c497

Monochromatic Colors of #b1c697

#b1c697

Complementary Color

#b1c697 #ac97c6

#b1c697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1c697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1c697 Color CSS Codes

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

#b1c697 Text Font Color

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

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


#b1c697 Background Color

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

This div background color is #b1c697


#b1c697 Border Color

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

This div border color is #b1c697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1c697


Comments

No comments written yet.

Please login to write comment.