Color Hex Logo

#b1aeb7 Color Hex

#B1AEB7
(177,174,183)
0 Favorites   0 Comments

Color spaces of #b1aeb7

RGB 177174183
HSL0.720.060.70
HSV260°72°
CMYK 0.030.050.00   0.28
XYZ41.814843.038150.9031
Yxy43.03810.30800.3170
Hunter Lab65.6034-1.0323-0.0820
CIE-Lab71.58082.7739-4.2223

#b1aeb7 color RGB value is (177,174,183).

#b1aeb7 hex color red value is 177, green value is 174 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #b1aeb7 hue: 0.72 , saturation: 0.06 and the lightness value of b1aeb7 is 0.70.

The process color (four color CMYK) of #b1aeb7 color hex is 0.03, 0.05, 0.00, 0.28. Web safe color of #b1aeb7 is #9999cc. Color #b1aeb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10101110 10110111
Octal 261 256 267
Decimal 177 174 183
Hex B1 AE B7

RGB Percentages of Color #b1aeb7

%33.15
%32.58
%34.27

CMYK Percentages of Color #b1aeb7

%3
%5
%0
%28

Triadic Colors of #b1aeb7

#b1aeb7 #b7b1ae #aeb7b1

Analogous Colors of #b1aeb7

#b1aeb7 #b6aeb7 #aeb0b7

Monochromatic Colors of #b1aeb7

#b1aeb7

Complementary Color

#b1aeb7 #b4b7ae

#b1aeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1aeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1aeb7 Color CSS Codes

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

#b1aeb7 Text Font Color

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

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


#b1aeb7 Background Color

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

This div background color is #b1aeb7


#b1aeb7 Border Color

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

This div border color is #b1aeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1aeb7

#b1aeb7 Color Palettes


Comments

No comments written yet.

Please login to write comment.