Color Hex Logo

#b6989d Color Hex

#B6989D
(182,152,157)
0 Favorites   0 Comments

Color spaces of #b6989d

RGB 182152157
HSL0.970.170.65
HSV350°16°71°
CMYK 0.000.160.14   0.29
XYZ36.605434.835936.6930
Yxy34.83590.33850.3222
Hunter Lab59.02197.41734.4557
CIE-Lab65.620711.96671.5472

#b6989d color RGB value is (182,152,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011000 10011101
Octal 266 230 235
Decimal 182 152 157
Hex B6 98 9D

RGB Percentages of Color #b6989d

%37.07
%30.96
%31.98

CMYK Percentages of Color #b6989d

%0
%16
%14
%29

Triadic Colors of #b6989d

#b6989d #9db698 #989db6

Analogous Colors of #b6989d

#b6989d #b6a298 #b698ac

Monochromatic Colors of #b6989d

#b6989d

Complementary Color

#b6989d #98b6b1

#b6989d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6989d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6989d Color CSS Codes

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

#b6989d Text Font Color

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

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


#b6989d Background Color

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

This div background color is #b6989d


#b6989d Border Color

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

This div border color is #b6989d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6989d


Comments

No comments written yet.

Please login to write comment.