Color Hex Logo

#b7bfbd Color Hex

#B7BFBD
(183,191,189)
0 Favorites   0 Comments

Color spaces of #b7bfbd

RGB 183191189
HSL0.460.060.73
HSV165°75°
CMYK 0.040.000.01   0.25
XYZ47.344551.003055.4934
Yxy51.00300.30770.3315
Hunter Lab71.4164-6.64463.9208
CIE-Lab76.6808-3.13490.0386

#b7bfbd color RGB value is (183,191,189).

#b7bfbd hex color red value is 183, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b7bfbd hue: 0.46 , saturation: 0.06 and the lightness value of b7bfbd is 0.73.

The process color (four color CMYK) of #b7bfbd color hex is 0.04, 0.00, 0.01, 0.25. Web safe color of #b7bfbd is #cccccc. Color #b7bfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111111 10111101
Octal 267 277 275
Decimal 183 191 189
Hex B7 BF BD

RGB Percentages of Color #b7bfbd

%32.50
%33.93
%33.57

CMYK Percentages of Color #b7bfbd

%4
%0
%1
%25

Triadic Colors of #b7bfbd

#b7bfbd #bdb7bf #bfbdb7

Analogous Colors of #b7bfbd

#b7bfbd #b7bdbf #b7bfb9

Monochromatic Colors of #b7bfbd

#b7bfbd

Complementary Color

#b7bfbd #bfb7b9

#b7bfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bfbd Color CSS Codes

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

#b7bfbd Text Font Color

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

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


#b7bfbd Background Color

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

This div background color is #b7bfbd


#b7bfbd Border Color

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

This div border color is #b7bfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bfbd


Comments

No comments written yet.

Please login to write comment.