#b6b7b0 Color Hex Chelsea Grey

Information about Chelsea Grey Color | #0000FF

#b6b7b0 color RGB value is (182,183,176). #b6b7b0 color name is Chelsea Grey color.

#b6b7b0 hex color red value is 182 , green value is 183 and the blue value of its RGB is 176 . Cylindrical-coordinate representations (also known as HSL) of color #b6b7b0 hue: 69 , saturation: 5 and the lightness value of #b6b7b0 is 70

The process color (four color CMYK) of #b6b7b0 color hex is 0 , 0 ,2, 11 .

#b6b7b0

~Chelsea Grey

Color Converions

HEX
#b6b7b0
RGB
182,183,176
LAB
74,-1,3
CMYK
1,0,4,28
LCH
74,4,111
XYZ
44,47,48
HSV
69,4,72
HSL
69,5,70

Base Numbers

Base Red Green Blue
Binary 10110110 10110111 10110000
Octal 266 267 260
Decimal 182 183 176
Hex b6 b7 b0

RGB Percentages of Color #b6b7b0

71%
72%
69%

CMYK Percentages of Color #b6b7b0

0%
2%
0%
11%

Color Variations

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

Shades of #b6b7b0

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

10%
#b6b7b0
20%
#a4a59e
30%
#92928d
40%
#7f807b
50%
#6d6e6a
60%
#5b5b58
70%
#494946
80%
#373735
90%
#242523
100%
#121212

Tints of #b6b7b0

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

10%
#b6b7b0
20%
#bdbeb8
30%
#c5c5c0
40%
#cccdc8
50%
#d3d4d0
60%
#dadbd8
70%
#e2e2df
80%
#e9e9e7
90%
#f0f1ef
100%
#f8f8f7

Tones of #b6b7b0

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

10%
#b6b7b0
20%
#b1b1ab
30%
#abaca6
40%
#a6a6a1
50%
#a0a19d
60%
#9b9b98
70%
#959693
80%
#90908e
90%
#8a8b89
100%
#858584

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.
#b6b7b0
#b7b5b0
#b7b7b0
#b6b7b0
#b5b7b0
#b3b7b0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#b6b7b0
#b0b7b2
#b5b0b7

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#b6b7b0
#b0b6b7
#b7b0b6

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.
#b6b7b0
#b0b7b4
#b1b0b7
#b7b0b2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#b6b7b0
#e0e1d9
#0d0d0c
#373735
#61625e
#8c8c87

Blindness simulator

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

Normal

#b6b7b0

protanopia

#bab4ae

deuteranopia

#c9afb1

tritanopia

#b8b3c1

achromatopsia

#b6b6b6

protanomaly

#b8b5af

deuteranomaly

#c2b2b0

achromatopsia

#b6b6b6

tritanomaly

#b7b4bb

achromatomaly

#b6b7b4

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 !

#b6b7b0 Color CSS Codes

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

#b6b7b0 Text Font Color

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

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

#b6b7b0 Background Color

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

#b6b7b0 Border Color

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

This div border color is #b6b7b0

#b6b7b0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b7b0

More Colors

Abalone
#f8f3f6
Firelight
#f9d97b
Hibernate
#aca69f
Mintage
#78bfb2
Pallid Orange
#fcb99d
Pink Raspberry
#980036
Hanami Pink
#f2abe1
Festival Green
#6ea43c
Evergreen Field
#47534f
Camelot
#803a4b
Angel Breath
#dcaf9f
Penzance
#627e75
Common Dandelion
#fed85d
Happy Tune
#96b957
Natural Yellow
#eed88b
Gorgeous Green
#287c37
Flesh Pink
#f9cbd3
Natural Radiance
#e7dcc1
Caribbean Sunrise
#f5daaa
Pistachio Green
#a9d39e
Marmalade Glaze
#c27545
Alluring Light
#fff7d8
Lime Punch
#c0d725
Brooklyn
#586766
Copper Lake
#c09078
Pearl Sugar
#f4f1eb
Deadly Depths
#111144
Light Fairy Pink
#f3ded7
Icy Glacier
#d4eae1
Link Green
#01a049
Exotic Palm
#909969
Coral Orange
#e4694c
Casual Water
#8fabd6
Asagi Koi
#455559
Lily The Pink
#f5dee2
Creamy Cloud Dreams
#fff5e0
Cream Violet
#a9aabd
Izmir Purple
#4d426e
Green Patina
#66d0c0
Baikō Brown
#887938
rating-img
Rate this tool
NaN/5   0 votes