Color Hex Logo

#b797aa Color Hex

#B797AA
(183,151,170)
0 Favorites   0 Comments

Color spaces of #b797aa

RGB 183151170
HSL0.900.180.65
HSV324°17°72°
CMYK 0.000.170.07   0.28
XYZ37.850735.102842.8108
Yxy35.10280.32700.3032
Hunter Lab59.247610.3525-1.3681
CIE-Lab65.828615.1498-5.4353

#b797aa color RGB value is (183,151,170).

#b797aa hex color red value is 183, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b797aa hue: 0.90 , saturation: 0.18 and the lightness value of b797aa is 0.65.

The process color (four color CMYK) of #b797aa color hex is 0.00, 0.17, 0.07, 0.28. Web safe color of #b797aa is #cc9999. Color #b797aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010111 10101010
Octal 267 227 252
Decimal 183 151 170
Hex B7 97 AA

RGB Percentages of Color #b797aa

%36.31
%29.96
%33.73

CMYK Percentages of Color #b797aa

%0
%17
%7
%28

Triadic Colors of #b797aa

#b797aa #aab797 #97aab7

Analogous Colors of #b797aa

#b797aa #b7979a #b497b7

Monochromatic Colors of #b797aa

#b797aa

Complementary Color

#b797aa #97b7a4

#b797aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b797aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b797aa Color CSS Codes

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

#b797aa Text Font Color

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

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


#b797aa Background Color

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

This div background color is #b797aa


#b797aa Border Color

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

This div border color is #b797aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,151,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 #b797aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b797aa


Comments

No comments written yet.

Please login to write comment.