crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#c3dbeb hex color - Blue - Cool color - Information

#c3dbeb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #c3dbeb Color code in RGB color code model is created after adding 76.47% red color, 85.88% green color and 92.16% blue color. Hex #c3dbeb Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 7% magenta, 0% yellow and 8% black.

Hex #c3dbeb color code is between #bbddee web safe hex color code and #ccccdd web safe hex color code. #bbddee is the nearest web safe color code. You can see here many more shades of #c3dbeb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codec3dbeb#c3dbeb
RGB Decimal195, 219, 235rgb(195, 219, 235)
RGB Percent76%, 86%, 92%rgb(76%, 86%, 92%)
CSS RGBa195, 219, 235,1rgba(195,219,235,1)
CMYK Modelcmyk(17%,7%,0%,8%)
HSL Color Space204,50% ,84%hsl(204,50% ,84%)
HSV Color Space204°, 17%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000111101101111101011
Octal303333353
Decimal195219235
Hexc3dbeb

Different shades of #c3dbeb color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #c3dbeb
#e9f2f8
Dark Shade of #c3dbeb
#9dc4de
Saturated Shade of #c3dbeb
#bfdcef
Desaturated Shade of #c3dbeb
#c7dae7
Grey scale Shade of #c3dbeb
#d7d7d7
Brighten Shade
#dcf4ff
Most Readable Shade
#000000

Shades of #c3dbeb color code

Generate more color scales with scales (color stack) generator.

#c3dbeb
#adc2d0
#97aab6
#82929c
#6c7982
#566168
#41494e
#2b3034
#15181a
#000000

Similar Color like #c3dbeb color

Find visually similar hex color codes nearing to #c3dbeb hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#c4dcec
#c5dded
#c6deee
#c7dfef
#c8e0f0
#c9e1f1
#cae2f2
#cbe3f3
#cce4f4
#cde5f5
#cee6f6
#cfe7f7
#d0e8f8
#d1e9f9
#c2daea
#c1d9e9
#c0d8e8
#bfd7e7
#bed6e6
#bdd5e5
#bcd4e4
#bbd3e3
#bad2e2
#b9d1e1
#b8d0e0
#b7cfdf
#b6cede
#b5cddd

Monochromatic Color with #c3dbeb

#c3dbeb
#131516
#363d41
#59646b
#7c8c96
#a0b3c0

Tints of #c3dbeb Color

#c3dbeb
#c9dfed
#d0e3ef
#d7e7f1
#ddebf3
#e4eff6
#ebf3f8
#f1f7fa
#f8fbfc
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#c3dbeb
#ebd3c3

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#c3dbeb
#ebc3c7
#ebe7c3

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#c3ebeb
#c3e3eb
#c3dbeb
#c3d3eb
#c3cbeb

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#c3dbeb
#ebc3db
#dbebc3

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#c3dbeb
#e7c3eb
#ebd3c3
#c7ebc3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#c3dbeb
#ebd3c3
#ebe7c3
#c3c7eb

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #c3dbeb Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#c3dbeb Color Code Preview on Black Background Color

This is how #c3dbeb Color will look on black background color. Color contrast ratio is 14.65

#c3dbeb in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#c3dbeb">Your Example Paragraph content text in with font color #c3dbeb </p>

Your Example Paragraph content text in with font color #c3dbeb

HTML with inline CSS

<div style="color:#c3dbeb">Your Paragraph text in with font color #c3dbeb </div>

Your Example Paragraph content text in with font color #c3dbeb

#c3dbeb color code is use for CSS Background Color

Background color for the above div is #c3dbeb

HTML with inline CSS

<div style="background-color:#c3dbeb;"></div>

#c3dbeb color code is use for CSS Border Color

CSS Border color for the above div is #c3dbeb

HTML with inline CSS

<div style="border:5px solid #c3dbeb;"></div>

CSS Border Left color for the above div is #c3dbeb

HTML with inline CSS

<div style="border-left:5px solid #c3dbeb;"></div>

CSS Border Right color for the above div is #c3dbeb

HTML with inline CSS

<div style="border-right:5px solid #c3dbeb;"></div>

CSS Border Bottom color for the above div is #c3dbeb

HTML with inline CSS

<div style="border-bottom:5px solid #c3dbeb;"></div>

CSS Border Top color for the above div is #c3dbeb

HTML with inline CSS

<div style="border-top:5px solid #c3dbeb;"></div>

#c3dbeb hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#c3dbeb; } .examplecolorclass {color:#c3dbeb; } .examplebordercolor {border:3px solid #c3dbeb; }

#c3dbeb Color code Preview on White Background

This is how #c3dbeb Color code will look on white background color. Color contrast ratio is 1.43

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #c3dbeb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c3dbeb; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.