#d6e9d7 Color Hex Jade Mist

Information about Jade Mist Color | #0000FF

#d6e9d7 color RGB value is (214,233,215). #d6e9d7 color name is Jade Mist color.

#d6e9d7 hex color red value is 214 , green value is 233 and the blue value of its RGB is 215 . Cylindrical-coordinate representations (also known as HSL) of color #d6e9d7 hue: 123 , saturation: 30 and the lightness value of #d6e9d7 is 88

The process color (four color CMYK) of #d6e9d7 color hex is 3 , 0 ,3, 3 .

#d6e9d7

~Jade Mist

Color Converions

HEX
#d6e9d7
RGB
214,233,215
LAB
91,-9,6
CMYK
8,0,8,9
LCH
91,11,144
XYZ
69,77,76
HSV
123,8,91
HSL
123,30,88

Base Numbers

Base Red Green Blue
Binary 11010110 11101001 11010111
Octal 326 351 327
Decimal 214 233 215
Hex d6 e9 d7

RGB Percentages of Color #d6e9d7

84%
91%
84%

CMYK Percentages of Color #d6e9d7

3%
3%
0%
3%

Color Variations

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

Shades of #d6e9d7

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

10%
#d6e9d7
20%
#c1d2c2
30%
#abbaac
40%
#96a396
50%
#808c81
60%
#6b756b
70%
#565d56
80%
#404640
90%
#2b2f2b
100%
#151715

Tints of #d6e9d7

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

10%
#d6e9d7
20%
#daebdb
30%
#deeddf
40%
#e2f0e3
50%
#e6f2e7
60%
#ebf4eb
70%
#eff6ef
80%
#f3f8f3
90%
#f7fbf7
100%
#fbfdfb

Tones of #d6e9d7

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

10%
#d6e9d7
20%
#cddece
30%
#c5d4c6
40%
#bcc9bd
50%
#b3bfb4
60%
#abb4ab
70%
#a2aaa3
80%
#999f9a
90%
#919591
100%
#888a88

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.
#d6e9d7
#dde9d6
#d9e9d6
#d6e9d7
#d6e9db
#d6e9df

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#d6e9d7
#d6e4e9
#e9d6dd

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#d6e9d7
#d7d6e9
#e9d7d6

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.
#d6e9d7
#d6dee9
#e9d6e8
#e9e0d6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#d6e9d7
#131413
#3a3f3a
#616961
#889489
#afbeb0

Blindness simulator

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

Normal

#d6e9d7

protanopia

#ebe2d3

deuteranopia

#fedbda

tritanopia

#dbe4f5

achromatopsia

#e4e4e4

protanomaly

#e4e5d4

deuteranomaly

#efe0d9

achromatopsia

#e4e4e4

tritanomaly

#d9e6ea

achromatomaly

#dfe6df

Contrast Checker

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

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 16/21
Hello World !

#d6e9d7 Color CSS Codes

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

#d6e9d7 Text Font Color

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

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

#d6e9d7 Background Color

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

#d6e9d7 Border Color

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

This div border color is #d6e9d7

#d6e9d7 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6e9d7

More Colors

Carmine Carnation
#ad4b53
Cameo Rose
#f7dfd7
Pastel Yellow
#fdfd96
Derry Coast Sunrise
#f9e1cf
Mod Orange
#d8583c
Muted Purple
#805b87
Bare Pink
#f2e1dd
Felt Green
#6fc391
Napoleon
#404149
Alice Blue
#f0f8ff
Llama Wool
#917864
Bleached Bare
#d0c7c3
Ocean Shadow
#5b7886
Olive Martini
#ced2ab
Palisade Orchid
#af8ea5
Galena
#64776e
Frozen Custard
#fbeabd
Perfection
#d9d6e5
Pink Flare
#d8b4b6
Mauve Nymph
#c0ada6
Antique China
#fdf6e7
Brown Mustard
#dfac59
Lacquered Licorice
#383838
Hunt Club Brown
#938370
Master Chief
#507d2a
Celestial Moon
#e3d4b9
Lavender Soap
#f1bfe2
Mesa Ridge
#772f39
Lilás
#cc99ff
Hushed Auburn
#a8857a
Cyber Grape
#58427c
British Shorthair
#5f6672
Black Marlin
#383740
Apple Core
#f4eed8
Luna Moona
#70c1c9
Fennel Seed
#998456
Escargot
#fff1d8
Pale Starlet
#e4ded8
Noble Knight
#394d78
Constellation Blue
#3c4670
rating-img
Rate this tool
NaN/5   0 votes