#d6d0c6 Color Hex Offbeat

Information about Offbeat Color | #0000FF

#d6d0c6 color RGB value is (214,208,198). #d6d0c6 color name is Offbeat color.

#d6d0c6 hex color red value is 214 , green value is 208 and the blue value of its RGB is 198 . Cylindrical-coordinate representations (also known as HSL) of color #d6d0c6 hue: 37 , saturation: 16 and the lightness value of #d6d0c6 is 81

The process color (four color CMYK) of #d6d0c6 color hex is 0 , 1 ,3, 6 .

#d6d0c6

~Offbeat

Color Converions

HEX
#d6d0c6
RGB
214,208,198
LAB
84,1,6
CMYK
0,3,7,16
LCH
84,6,82
XYZ
60,63,62
HSV
37,7,84
HSL
37,16,81

Base Numbers

Base Red Green Blue
Binary 11010110 11010000 11000110
Octal 326 320 306
Decimal 214 208 198
Hex d6 d0 c6

RGB Percentages of Color #d6d0c6

84%
82%
78%

CMYK Percentages of Color #d6d0c6

0%
3%
1%
6%

Color Variations

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

Shades of #d6d0c6

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

10%
#d6d0c6
20%
#c1bbb2
30%
#aba69e
40%
#96928b
50%
#807d77
60%
#6b6863
70%
#56534f
80%
#403e3b
90%
#2b2a28
100%
#151514

Tints of #d6d0c6

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

10%
#d6d0c6
20%
#dad5cc
30%
#ded9d1
40%
#e2ded7
50%
#e6e3dd
60%
#ebe8e3
70%
#efece8
80%
#f3f1ee
90%
#f7f6f4
100%
#fbfaf9

Tones of #d6d0c6

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

10%
#d6d0c6
20%
#cdc8bf
30%
#c5c0b8
40%
#bcb8b1
50%
#b3b0aa
60%
#aba8a3
70%
#a2a09c
80%
#999895
90%
#91908e
100%
#888887

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.
#d6d0c6
#d6cac6
#d6cdc6
#d6d0c6
#d6d3c6
#d6d6c6

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6d0c6
#c9d6c6
#cac6d6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6d0c6
#c6d6d0
#d0c6d6

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.
#d6d0c6
#c6d6c8
#c6ccd6
#d6c6d4

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6d0c6
#010101
#2c2b29
#565450
#817d77
#aba79f

Blindness simulator

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

Normal

#d6d0c6

protanopia

#d6cfc5

deuteranopia

#e8c8c7

tritanopia

#d9cbdb

achromatopsia

#d1d1d1

protanomaly

#d6cfc5

deuteranomaly

#e1cbc6

achromatopsia

#d1d1d1

tritanomaly

#d8cdd3

achromatomaly

#d3d0cd

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

#d6d0c6 Color CSS Codes

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

#d6d0c6 Text Font Color

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

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

#d6d0c6 Background Color

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

#d6d0c6 Border Color

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

This div border color is #d6d0c6

#d6d0c6 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6d0c6

More Colors

Juniper Ash
#798884
Landing
#eee1d9
Orpington Chicken
#be855e
Faded Purple
#916e99
In the Buff
#d6cbbf
Explosive Purple
#cc11bb
Mephiston Red
#9a1115
Macaroni and Cheese
#ffb97b
Cornmeal
#ffd691
Melanite Black Green
#282e27
Emerald Stone
#016360
Caribou Herd
#cda563
Piquant Green
#769358
Cherry Blink
#ad5344
Frozen Lake
#7b9cb3
Grand Gusto
#86bb9d
Bryopsida Green
#9fe010
Inuit Blue
#d8e4e7
Chinese Lacquer
#60c7c2
Mountbatten Pink
#997a8d
Hornet Yellow
#a67c08
Navajo Turquoise
#007c78
Gravel Grey Blue
#637a82
Pale Lime Yellow
#dfe69f
Asagi Blue
#48929b
Centipede Brown
#6d2400
Blue Satin
#9eb6d0
Concrete Jungle
#999988
Arctic Fox
#e7e7e2
Lichtenstein Yellow
#fdff38
Apple Cinnamon
#b0885a
Barnwood Grey
#9e9589
Pale Green Grey
#96907e
Apple Wine
#b59f62
Plum Cake
#d1bfdc
Dark Side
#004444
Empire State Grey
#d9dbdf
Indian Ocean
#86b7a1
Angel Kiss
#cec7dc
Grainfield
#b79e66
rating-img
Rate this tool
NaN/5   0 votes