#c3d6e0 Color Hex Icecap

Information about Icecap Color | #0000FF

#c3d6e0 color RGB value is (195,214,224). #c3d6e0 color name is Icecap color.

#c3d6e0 hex color red value is 195 , green value is 214 and the blue value of its RGB is 224 . Cylindrical-coordinate representations (also known as HSL) of color #c3d6e0 hue: 201 , saturation: 32 and the lightness value of #c3d6e0 is 82

The process color (four color CMYK) of #c3d6e0 color hex is 5 , 2 ,0, 5 .

#c3d6e0

~Icecap

Color Converions

HEX
#c3d6e0
RGB
195,214,224
LAB
84,-5,-7
CMYK
13,4,0,12
LCH
84,9,-125
XYZ
60,65,80
HSV
201,13,88
HSL
201,32,82

Base Numbers

Base Red Green Blue
Binary 11000011 11010110 11100000
Octal 303 326 340
Decimal 195 214 224
Hex c3 d6 e0

RGB Percentages of Color #c3d6e0

76%
84%
88%

CMYK Percentages of Color #c3d6e0

5%
0%
2%
5%

Color Variations

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

Shades of #c3d6e0

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

10%
#c3d6e0
20%
#b0c1ca
30%
#9cabb3
40%
#89969d
50%
#758086
60%
#626b70
70%
#4e565a
80%
#3b4043
90%
#272b2d
100%
#141516

Tints of #c3d6e0

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

10%
#c3d6e0
20%
#c9dae3
30%
#cfdee6
40%
#d5e2e9
50%
#dbe6ec
60%
#e1ebf0
70%
#e7eff3
80%
#edf3f6
90%
#f3f7f9
100%
#f9fbfc

Tones of #c3d6e0

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

10%
#c3d6e0
20%
#bccdd6
30%
#b5c5cd
40%
#afbcc3
50%
#a8b3b9
60%
#a1abb0
70%
#9aa2a6
80%
#94999c
90%
#8d9193
100%
#868889

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.
#c3d6e0
#c3e0de
#c3dce0
#c3d6e0
#c3d0e0
#c3cae0

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c3d6e0
#d3c3e0
#e0dec3

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c3d6e0
#e0c3d6
#d6e0c3

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.
#c3d6e0
#dbc3e0
#e0cdc3
#c7e0c3

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c3d6e0
#0a0b0b
#2f3436
#545c60
#79858b
#9eadb5

Blindness simulator

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

Normal

#c3d6e0

protanopia

#d2d0dd

deuteranopia

#dfcce2

tritanopia

#c3d4e5

achromatopsia

#d3d3d3

protanomaly

#cdd2de

deuteranomaly

#d5cfe1

achromatopsia

#d3d3d3

tritanomaly

#c3d5e3

achromatomaly

#cdd4d8

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

#c3d6e0 Color CSS Codes

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

#c3d6e0 Text Font Color

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

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

#c3d6e0 Background Color

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

#c3d6e0 Border Color

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

This div border color is #c3d6e0

#c3d6e0 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3d6e0

More Colors

Faded Green
#7bb274
Peaceful Pastures
#94d8ac
Almond Milk
#d6cebe
Green Tea Leaf
#939a89
Blue Fir
#51645f
Angel Face Rose
#fe83cc
Hiking Boots
#5e5440
Bogart
#8b8274
Petrol
#005f6a
Ochre Revival
#eec987
Namibia
#7c6d61
Filtered Forest
#b7e1d2
Emperor's Gold
#b0976d
Coralette
#f08674
Greenish Teal
#32bf84
Boltgun Metal
#393939
Executive Course
#8f8a70
Pachyderm
#8f989d
La Salle Green
#087830
Alienator Grey
#9790a4
Cal Poly Pomona Green
#1e4d2b
Aerial View
#a0b2c8
Pale Cucumber
#d6d5bc
Essential Brown
#7d6848
Cold Snow
#fff7fd
California Stucco
#c5ad9a
Deep Maroon
#623f45
Blistering Mars
#ff6c51
Golden Summer
#816945
Mulgore Mustard
#c2b332
La Vie en Rose
#d2a5a3
Debian Red
#d70a53
Emerald Isle
#019157
Nettle Rash
#e4f7e7
Middle Yellow
#ffeb00
Light Sea Spray
#abd6de
Mellow Mood
#b1b7a1
Meatbun
#f8eed3
Pacific Blue
#1ca9c9
rating-img
Rate this tool
NaN/5   0 votes