#b7b7b2 Color Hex Grey Clouds

Information about Grey Clouds Color | #0000FF

#b7b7b2 color RGB value is (183,183,178). #b7b7b2 color name is Grey Clouds color.

#b7b7b2 hex color red value is 183 , green value is 183 and the blue value of its RGB is 178 . Cylindrical-coordinate representations (also known as HSL) of color #b7b7b2 hue: 60 , saturation: 3 and the lightness value of #b7b7b2 is 71

The process color (four color CMYK) of #b7b7b2 color hex is 0 , 0 ,1, 11 .

#b7b7b2

~Grey Clouds

Color Converions

HEX
#b7b7b2
RGB
183,183,178
LAB
74,-1,3
CMYK
0,0,3,28
LCH
74,3,105
XYZ
44,47,49
HSV
60,3,72
HSL
60,3,71

Base Numbers

Base Red Green Blue
Binary 10110111 10110111 10110010
Octal 267 267 262
Decimal 183 183 178
Hex b7 b7 b2

RGB Percentages of Color #b7b7b2

72%
72%
70%

CMYK Percentages of Color #b7b7b2

0%
1%
0%
11%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #b7b7b2

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#b7b7b2
20%
#a5a5a0
30%
#92928e
40%
#80807d
50%
#6e6e6b
60%
#5b5b59
70%
#494947
80%
#373735
90%
#252524
100%
#121212

Tints of #b7b7b2

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#b7b7b2
20%
#bebeba
30%
#c5c5c1
40%
#cdcdc9
50%
#d4d4d1
60%
#dbdbd8
70%
#e2e2e0
80%
#e9e9e8
90%
#f1f1f0
100%
#f8f8f7

Tones of #b7b7b2

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#b7b7b2
20%
#b1b1ad
30%
#acaca8
40%
#a6a6a3
50%
#a1a19e
60%
#9b9b99
70%
#969694
80%
#90908f
90%
#8b8b8a
100%
#858585

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#b7b7b2
#b7b5b2
#b7b6b2
#b7b7b2
#b6b7b2
#b5b7b2

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#b7b7b2
#b2b2b7

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b7b7b2
#b2b7b3
#b5b2b7

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b7b7b2
#b2b7b7
#b7b2b7

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#b7b7b2
#b2b7b4
#b2b2b7
#b7b2b4

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b7b7b2
#e1e1db
#0d0d0d
#373736
#62625f
#8c8c89

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#b7b7b2

protanopia

#bab4b0

deuteranopia

#c8afb3

tritanopia

#b8b3c1

achromatopsia

#b7b7b7

protanomaly

#b9b5b1

deuteranomaly

#c2b2b2

achromatopsia

#b7b7b7

tritanomaly

#b8b4bb

achromatomaly

#b7b7b5

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 10/21
Hello World !

#b7b7b2 Color CSS Codes

.bgcolor {background-color:#b7b7b2; } 
.forecolor {color:#b7b7b2; }
.bordercolor {border:3px solid #b7b7b2; }
            

#b7b7b2 Text Font Color

<div style="color:#b7b7b2">
Div content here</div>

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

#b7b7b2 Background Color

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

#b7b7b2 Border Color

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

This div border color is #b7b7b2

#b7b7b2 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #b7b7b2; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b7b7b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b7b7b2;
  -webkit-box-shadow: 1px 1px 3px 2px #b7b7b2;
  box-shadow: 1px 1px 3px 2px #b7b7b2; }
            

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7b7b2

More Colors

Delicacy White
#ebe2e5
Echo Park
#758883
Military Olive
#63563b
Pinkish Brown
#b17261
Blue Ballerina
#b4c7db
Desert Floor
#c6b183
Greenish Turquoise
#00fbb0
Nebula
#a104c3
Chalk
#edeae5
Heather Moor
#998e8f
Curds and Whey
#bca483
Dunnock Egg
#d9ece6
Chalet Green
#5a6e41
Magnetic Magic
#3fbbb2
Golden Pumpkin
#ca884b
Benifuji
#bb7796
Dark Spell
#303b4c
Mulberry Stain
#c6babe
Orchid Ecstasy
#bb4488
Limestone Quarry
#f9f6db
Cold Turbulence
#cfe1ef
Fading Sunset
#b3b3c2
Dainty Pink
#ecbcce
Brazilian Brown
#7f5131
Bypass
#b6c4d2
Blossom Tint
#fbd6ca
Lake Forest
#96b4b1
Garret Brown
#756861
Ballie Scott Sage
#b2b29c
Hexos Palesun
#fbff0a
Burnt Ash
#746572
Light Salome
#ccf1e3
Exuberant Orange
#f0622f
Cherry
#cf0234
Mint Cocktail Green
#b8e2b0
Landmark Brown
#756657
Lip Gloss
#dfcdc7
Grape Green
#a8e4a0
In the Shadows
#cbc4c0
rating-img
Rate this tool
NaN/5   0 votes