Color Hex Logo

#b7adbb Color Hex

#B7ADBB
(183,173,187)
0 Favorites   0 Comments

Color spaces of #b7adbb

RGB 183173187
HSL0.790.090.71
HSV283°73°
CMYK 0.020.070.00   0.27
XYZ43.441643.542353.1286
Yxy43.54230.31000.3108
Hunter Lab65.98662.0371-1.5463
CIE-Lab71.92156.1744-5.8649

#b7adbb color RGB value is (183,173,187).

#b7adbb hex color red value is 183, green value is 173 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b7adbb hue: 0.79 , saturation: 0.09 and the lightness value of b7adbb is 0.71.

The process color (four color CMYK) of #b7adbb color hex is 0.02, 0.07, 0.00, 0.27. Web safe color of #b7adbb is #cc99cc. Color #b7adbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101101 10111011
Octal 267 255 273
Decimal 183 173 187
Hex B7 AD BB

RGB Percentages of Color #b7adbb

%33.70
%31.86
%34.44

CMYK Percentages of Color #b7adbb

%2
%7
%0
%27

Triadic Colors of #b7adbb

#b7adbb #bbb7ad #adbbb7

Analogous Colors of #b7adbb

#b7adbb #bbadb8 #b0adbb

Monochromatic Colors of #b7adbb

#b7adbb

Complementary Color

#b7adbb #b1bbad

#b7adbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7adbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7adbb Color CSS Codes

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

#b7adbb Text Font Color

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

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


#b7adbb Background Color

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

This div background color is #b7adbb


#b7adbb Border Color

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

This div border color is #b7adbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7adbb


Comments

No comments written yet.

Please login to write comment.