#c6c5c5 Color Hex Dreamscape Grey

Information about Dreamscape Grey Color | #0000FF

#c6c5c5 color RGB value is (198,197,197). #c6c5c5 color name is Dreamscape Grey color.

#c6c5c5 hex color red value is 198 , green value is 197 and the blue value of its RGB is 197 . Cylindrical-coordinate representations (also known as HSL) of color #c6c5c5 hue: 0 , saturation: 1 and the lightness value of #c6c5c5 is 77

The process color (four color CMYK) of #c6c5c5 color hex is 0 , 0 ,0, 9 .

#c6c5c5

~Dreamscape Grey

Color Converions

HEX
#c6c5c5
RGB
198,197,197
LAB
80,0,0
CMYK
0,1,1,22
LCH
80,0,17
XYZ
53,56,61
HSV
0,1,78
HSL
0,1,77

Base Numbers

Base Red Green Blue
Binary 11000110 11000101 11000101
Octal 306 305 305
Decimal 198 197 197
Hex c6 c5 c5

RGB Percentages of Color #c6c5c5

78%
77%
77%

CMYK Percentages of Color #c6c5c5

0%
0%
0%
9%

Color Variations

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

Shades of #c6c5c5

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

10%
#c6c5c5
20%
#b2b1b1
30%
#9e9e9e
40%
#8b8a8a
50%
#777676
60%
#636262
70%
#4f4f4f
80%
#3b3b3b
90%
#282727
100%
#141414

Tints of #c6c5c5

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

10%
#c6c5c5
20%
#cccbcb
30%
#d1d1d1
40%
#d7d6d6
50%
#dddcdc
60%
#e3e2e2
70%
#e8e8e8
80%
#eeeeee
90%
#f4f3f3
100%
#f9f9f9

Tones of #c6c5c5

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

10%
#c6c5c5
20%
#bfbebe
30%
#b8b7b7
40%
#b1b0b0
50%
#aaa9a9
60%
#a3a2a2
70%
#9c9b9b
80%
#959494
90%
#8e8d8d
100%
#878686

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.
#c6c5c5
#c6c5c5
#c6c5c5
#c6c5c5
#c6c5c5
#c6c5c5

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6c5c5
#c6c6c5
#c5c5c6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6c5c5
#c5c6c5
#c5c5c6

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.
#c6c5c5
#c5c6c5
#c5c6c6
#c5c5c6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6c5c5
#f0efef
#1c1c1c
#464646
#717070
#9b9b9b

Blindness simulator

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

Normal

#c6c5c5

protanopia

#c7c3c3

deuteranopia

#d7bec6

tritanopia

#c7c2d1

achromatopsia

#c5c5c5

protanomaly

#c7c4c4

deuteranomaly

#d1c0c5

achromatopsia

#c5c5c5

tritanomaly

#c7c3cc

achromatomaly

#c5c5c5

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 12/21
Hello World !

#c6c5c5 Color CSS Codes

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

#c6c5c5 Text Font Color

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

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

#c6c5c5 Background Color

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

#c6c5c5 Border Color

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

This div border color is #c6c5c5

#c6c5c5 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6c5c5

More Colors

Legendary Purple
#4e4e63
Naturel
#cbc0ad
Dreamscape Grey
#c6c5c5
Parmentier
#887cab
Pink Tulip
#985672
Light Mystified
#d6e4d4
Aphrodite Aqua
#45e9c1
Fancy Pants
#f3dae1
Dark Iris
#4d5a7e
Mǐ Bái Beige
#dad7ad
Coconut Milk
#f0ede5
Coastal Surf
#2d4982
Beef Jerky
#a25768
Crystal Salt White
#d9e5dd
Bright Chartreuse
#dfff11
Lemon Surprise
#e1bc5c
Papaya Sorbet
#ffeac5
Cyber Neon Green
#00ff26
Light Carob
#f9dbcf
Ghost Whisperer
#cbd1d0
Meadow Blossom Blue
#7ab2d4
Oatmeal Cookie
#eadac6
Dirty Purple
#734a65
Naughty Marietta
#e3ccdc
Bongo Drum
#d2c2b2
Gladiola
#d54f43
Bonsai Garden
#9e9e7c
Lilac Hint
#d0d0da
California Dreaming
#dec569
Flax Fibre Grey
#b7a99a
Midnight Brown
#706048
Mild Mint
#dce6e3
Melody Purple
#a8acd0
Abduction
#166461
Copper Moon
#c29978
Mexican Silver
#cecec8
American Violet
#551b8c
Kuwazome Red
#59292c
Crunchy Carrot
#ea5013
Lavender Pink
#dd85d7
rating-img
Rate this tool
NaN/5   0 votes