Color Hex Logo

#b6999e Color Hex

#B6999E
(182,153,158)
0 Favorites   0 Comments

Color spaces of #b6999e

RGB 182153158
HSL0.970.170.66
HSV350°16°71°
CMYK 0.000.160.13   0.29
XYZ36.854235.196237.1989
Yxy35.19620.33730.3222
Hunter Lab59.32647.06504.3524
CIE-Lab65.901111.58031.3940

#b6999e color RGB value is (182,153,158).

#b6999e hex color red value is 182, green value is 153 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b6999e hue: 0.97 , saturation: 0.17 and the lightness value of b6999e is 0.66.

The process color (four color CMYK) of #b6999e color hex is 0.00, 0.16, 0.13, 0.29. Web safe color of #b6999e is #cc9999. Color #b6999e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011001 10011110
Octal 266 231 236
Decimal 182 153 158
Hex B6 99 9E

RGB Percentages of Color #b6999e

%36.92
%31.03
%32.05

CMYK Percentages of Color #b6999e

%0
%16
%13
%29

Triadic Colors of #b6999e

#b6999e #9eb699 #999eb6

Analogous Colors of #b6999e

#b6999e #b6a399 #b699ad

Monochromatic Colors of #b6999e

#b6999e

Complementary Color

#b6999e #99b6b1

#b6999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6999e Color CSS Codes

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

#b6999e Text Font Color

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

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


#b6999e Background Color

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

This div background color is #b6999e


#b6999e Border Color

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

This div border color is #b6999e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,153,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6999e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6999e;
  -webkit-box-shadow: 1px 1px 3px 2px #b6999e;
  box-shadow:         1px 1px 3px 2px #b6999e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6999e


Comments

No comments written yet.

Please login to write comment.