#c6f0e7 Color Hex Angel of Death Victorious

Information about Angel of Death Victorious Color | #0000FF

#c6f0e7 color RGB value is (198,240,231). #c6f0e7 color name is Angel of Death Victorious color.

#c6f0e7 hex color red value is 198 , green value is 240 and the blue value of its RGB is 231 . Cylindrical-coordinate representations (also known as HSL) of color #c6f0e7 hue: 167 , saturation: 58 and the lightness value of #c6f0e7 is 86

The process color (four color CMYK) of #c6f0e7 color hex is 7 , 0 ,1, 2 .

#c6f0e7

~Angel of Death Victorious

Color Converions

HEX
#c6f0e7
RGB
198,240,231
LAB
92,-15,0
CMYK
17,0,4,6
LCH
92,15,-179
XYZ
69,80,87
HSV
167,18,94
HSL
167,58,86

Base Numbers

Base Red Green Blue
Binary 11000110 11110000 11100111
Octal 306 360 347
Decimal 198 240 231
Hex c6 f0 e7

RGB Percentages of Color #c6f0e7

78%
94%
91%

CMYK Percentages of Color #c6f0e7

7%
1%
0%
2%

Color Variations

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

Shades of #c6f0e7

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

10%
#c6f0e7
20%
#b2d8d0
30%
#9ec0b9
40%
#8ba8a2
50%
#77908b
60%
#637874
70%
#4f605c
80%
#3b4845
90%
#28302e
100%
#141817

Tints of #c6f0e7

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

10%
#c6f0e7
20%
#ccf2e9
30%
#d1f3ec
40%
#d7f4ee
50%
#ddf6f1
60%
#e3f7f3
70%
#e8f9f5
80%
#eefaf8
90%
#f4fcfa
100%
#f9fdfd

Tones of #c6f0e7

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

10%
#c6f0e7
20%
#bfe5dd
30%
#b8dad2
40%
#b1cec8
50%
#aac3be
60%
#a3b8b3
70%
#9cada9
80%
#95a19f
90%
#8e9694
100%
#878b8a

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.
#c6f0e7
#c6f0d6
#c6f0df
#c6f0e7
#c6f0ef
#c6e8f0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c6f0e7
#c6c7f0
#f0d6c6

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c6f0e7
#e7c6f0
#f0e7c6

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.
#c6f0e7
#d2c6f0
#f0c6cf
#e4f0c6

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c6f0e7
#171b1a
#3a4643
#5d706c
#809b95
#a3c5be

Blindness simulator

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

Normal

#c6f0e7

protanopia

#ece5e1

deuteranopia

#fbdfec

tritanopia

#caecfe

achromatopsia

#e6e6e6

protanomaly

#dee9e3

deuteranomaly

#e8e5ea

achromatopsia

#e6e6e6

tritanomaly

#c9edf6

achromatomaly

#dbeae7

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

#c6f0e7 Color CSS Codes

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

#c6f0e7 Text Font Color

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

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

#c6f0e7 Background Color

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

#c6f0e7 Border Color

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

This div border color is #c6f0e7

#c6f0e7 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6f0e7

More Colors

Liquid Blue
#55b7ce
Cappuccino Cosmico
#e1ddcd
Azurite Water Green
#497f73
Delhi Dance Pink
#fdc1c5
High Grass
#bbdd00
Country Air
#9fb6c6
Lingonberry Red
#ce4458
Onyx Heart
#353839
Bistre
#3d2b1f
Peruvian Lily
#cd7db5
Aged Pewter
#889999
Impression of Obscurity
#1a2578
Hinomaru Red
#bc002d
Blue Square
#508a9a
Faded Rose
#bf6464
Lunar Eclipse
#415053
Kid Gloves
#b6aeae
Pinch of Pearl
#fff8e3
Blushed Bombshell
#ee88cc
Peeled Asparagus
#87a96b
Bristle Grass
#a28450
Pinch of Pepper
#0f180a
Greenish Blue
#0b8b87
Green Frost
#d0d6bf
Etruscan Red
#a2574b
Meditative
#96aab0
Asparagus Fern
#b9cb5a
Cactus Blooms
#f6c79d
Dahlia
#843e83
Galway
#c4ddbb
Obsidian Brown
#523e35
Cactus Hill
#b1a386
Plum Shadow
#7c707c
Greige
#b0a999
Chinchilla Chenille
#d0bba7
Ghost Whisperer
#cbd1d0
Grey Wonder
#e5e8e6
Apollo Landing
#e5e5e1
Infra-White
#ffccee
Falling Leaves
#a55a3b
rating-img
Rate this tool
NaN/5   0 votes