#c0b2d7 Color Hex Moonraker

Information about Moonraker Color | #0000FF

#c0b2d7 color RGB value is (192,178,215). #c0b2d7 color name is Moonraker color.

#c0b2d7 hex color red value is 192 , green value is 178 and the blue value of its RGB is 215 . Cylindrical-coordinate representations (also known as HSL) of color #c0b2d7 hue: 263 , saturation: 32 and the lightness value of #c0b2d7 is 77

The process color (four color CMYK) of #c0b2d7 color hex is 4 , 7 ,0, 6 .

#c0b2d7

~Moonraker

Color Converions

HEX
#c0b2d7
RGB
192,178,215
LAB
75,10,-17
CMYK
11,17,0,16
LCH
75,20,-58
XYZ
50,48,71
HSV
263,17,84
HSL
263,32,77

Base Numbers

Base Red Green Blue
Binary 11000000 10110010 11010111
Octal 300 262 327
Decimal 192 178 215
Hex c0 b2 d7

RGB Percentages of Color #c0b2d7

75%
70%
84%

CMYK Percentages of Color #c0b2d7

4%
0%
7%
6%

Color Variations

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

Shades of #c0b2d7

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

10%
#c0b2d7
20%
#ada0c2
30%
#9a8eac
40%
#867d96
50%
#736b81
60%
#60596b
70%
#4d4756
80%
#3a3540
90%
#26242b
100%
#131215

Tints of #c0b2d7

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

10%
#c0b2d7
20%
#c6badb
30%
#cdc1df
40%
#d3c9e3
50%
#d9d1e7
60%
#dfd8eb
70%
#e6e0ef
80%
#ece8f3
90%
#f2f0f7
100%
#f9f7fb

Tones of #c0b2d7

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

10%
#c0b2d7
20%
#baadce
30%
#b3a8c6
40%
#ada3bd
50%
#a69eb4
60%
#a099ab
70%
#9994a3
80%
#938f9a
90%
#8c8a91
100%
#868588

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.
#c0b2d7
#b2b3d7
#b9b2d7
#c0b2d7
#c7b2d7
#cfb2d7

Complementary

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

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c0b2d7
#d7b2c2
#b3d7b2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c0b2d7
#d7c0b2
#b2d7c0

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.
#c0b2d7
#d7b2b6
#c9d7b2
#b2d7d2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c0b2d7
#020202
#28252d
#4e4857
#746c82
#9a8fac

Blindness simulator

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

Normal

#c0b2d7

protanopia

#afb5d9

deuteranopia

#bab2d5

tritanopia

#bbb4c2

achromatopsia

#b8b8b8

protanomaly

#b5b4d8

deuteranomaly

#bcb2d6

achromatopsia

#b8b8b8

tritanomaly

#bdb3ca

achromatomaly

#bbb6c3

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

#c0b2d7 Color CSS Codes

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

#c0b2d7 Text Font Color

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

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

#c0b2d7 Background Color

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

#c0b2d7 Border Color

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

This div border color is #c0b2d7

#c0b2d7 Color CSS Codes Examples

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

Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b2d7

More Colors

In the Navy
#283849
Chateau de Chillon
#a2aab3
Medieval
#696db0
Harrison Rust
#9a5f3f
Decorum
#b39aa0
Morning Sunlight
#fdefcc
Liberal Lilac
#9955bb
Pico-8 Pink
#ff77a8
Hush Pink
#f8e9e2
Pan Purple
#657aef
Grey Green
#86a17d
Étude Naturelle
#55bb11
Adhesion
#9e9cab
Cast Iron
#64645a
Arrowhead
#514b40
Mountain Blueberry
#3c4b6c
Manticore Brown
#957840
Emily Ann Tan
#d5c7b6
Light Chintz
#e0d5c9
Ayame Iris
#763568
House Sparrow's Egg
#d6d9dd
Downtown Benny Brown
#7d6a58
Miami Marmalade
#f7931a
Military Green
#667c3e
Ambitious Rose
#e9687e
Daiquiri Green
#c9d77e
Conditioner
#ffffcc
Meridian
#877272
Pacific Depths
#004488
Apple Cider
#da995f
Kundalini Bliss
#d2ccda
Charcoal Smudge
#60605e
Mech Suit
#bbdddd
Fioletowy Purple
#fc44a3
Frostproof
#d1f0f6
Blueberry Patch
#627099
Crushed Clay
#ae7f71
Aruba Aqua
#d1ded3
Modish Moss
#c3b68b
Biloxi Blue
#0075b8
rating-img
Rate this tool
NaN/5   0 votes