Color Hex Logo

#b7969f Color Hex

#B7969F
(183,150,159)
0 Favorites   0 Comments

Color spaces of #b7969f

RGB 183150159
HSL0.950.190.65
HSV344°18°72°
CMYK 0.000.180.13   0.28
XYZ36.692834.383237.5036
Yxy34.38320.33790.3167
Hunter Lab58.63729.08313.1249
CIE-Lab65.265613.7866-0.0825

#b7969f color RGB value is (183,150,159).

#b7969f hex color red value is 183, green value is 150 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b7969f hue: 0.95 , saturation: 0.19 and the lightness value of b7969f is 0.65.

The process color (four color CMYK) of #b7969f color hex is 0.00, 0.18, 0.13, 0.28. Web safe color of #b7969f is #cc9999. Color #b7969f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010110 10011111
Octal 267 226 237
Decimal 183 150 159
Hex B7 96 9F

RGB Percentages of Color #b7969f

%37.20
%30.49
%32.32

CMYK Percentages of Color #b7969f

%0
%18
%13
%28

Triadic Colors of #b7969f

#b7969f #9fb796 #969fb7

Analogous Colors of #b7969f

#b7969f #b79e96 #b796b0

Monochromatic Colors of #b7969f

#b7969f

Complementary Color

#b7969f #96b7ae

#b7969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7969f Color CSS Codes

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

#b7969f Text Font Color

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

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


#b7969f Background Color

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

This div background color is #b7969f


#b7969f Border Color

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

This div border color is #b7969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7969f


Comments

No comments written yet.

Please login to write comment.