crispedge.com

Color picker

Loading...

#c7ebec hex color - Blue - Cool color - Information

#c7ebec hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #c7ebec Color code in RGB color code model is created after adding 78.04% red color, 92.16% green color and 92.55% blue color. Hex #c7ebec Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 0% yellow and 7% black.

Hex #c7ebec color code is between #cceeee web safe hex color code and #bbdddd web safe hex color code. #cceeee is the nearest web safe color code. You can see here many more shades of #c7ebec color code.

0 Likes 0 Comments | 6 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codec7ebec#c7ebec
RGB Decimal199, 235, 236rgb(199, 235, 236)
RGB Percent78%, 92%, 93%rgb(78%, 92%, 93%)
CSS RGBa199, 235, 236,1rgba(199,235,236,1)
CMYK Modelcmyk(16%,0%,0%,7%)
HSL Color Space182,49% ,85%hsl(182,49% ,85%)
HSV Color Space182°, 16%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110001111110101111101100
Octal307353354
Decimal199235236
Hexc7ebec

Different shades of #c7ebec color code.

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

Light Shade of #c7ebec
#edf9f9
Dark Shade of #c7ebec
#a1dddf
Saturated Shade of #c7ebec
#c3eff0
Desaturated Shade of #c7ebec
#cbe7e8
Grey scale Shade of #c7ebec
#d9d9d9
Brighten Shade
#e0ffff
Most Readable Shade
#000000

Shades of #c7ebec color code

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

#c7ebec
#b0d0d1
#9ab6b7
#849c9d
#6e8283
#586868
#424e4e
#2c3434
#161a1a
#000000

Similar Color like #c7ebec color

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

#c8eced
#c9edee
#caeeef
#cbeff0
#ccf0f1
#cdf1f2
#cef2f3
#cff3f4
#d0f4f5
#d1f5f6
#d2f6f7
#d3f7f8
#d4f8f9
#d5f9fa
#c6eaeb
#c5e9ea
#c4e8e9
#c3e7e8
#c2e6e7
#c1e5e6
#c0e4e5
#bfe3e4
#bee2e3
#bde1e2
#bce0e1
#bbdfe0
#badedf
#b9ddde

Monochromatic Color with #c7ebec

#c7ebec
#141717
#384242
#5b6c6c
#7f9697
#a3c1c1

Tints of #c7ebec Color

#c7ebec
#cdedee
#d3eff0
#d9f1f2
#dff3f4
#e6f6f6
#ecf8f8
#f2fafa
#f8fcfc
#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

#c7ebec
#ecc8c7

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

Split Complementary

#c7ebec
#ecc7d8
#ecdbc7

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

Analogous Color

#c7ecde
#c7ece6
#c7ebec
#c7e4ec
#c7dcec

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

#c7ebec
#ecc7eb
#ebecc7

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

#c7ebec
#dac7ec
#ecc8c7
#d8ecc7

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

#c7ebec
#ecc8c7
#ecdbc7
#c7d8ec

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 #c7ebec 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.

#c7ebec Color Code Preview on Black Background Color

This is how #c7ebec Color will look on black background color. Color contrast ratio is 16.52

#c7ebec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7ebec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c7ebec

#c7ebec color code is use for CSS Background Color

Background color for the above div is #c7ebec

HTML with inline CSS

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

#c7ebec color code is use for CSS Border Color

CSS Border color for the above div is #c7ebec

HTML with inline CSS

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

CSS Border Left color for the above div is #c7ebec

HTML with inline CSS

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

CSS Border Right color for the above div is #c7ebec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c7ebec

HTML with inline CSS

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

CSS Border Top color for the above div is #c7ebec

HTML with inline CSS

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

#c7ebec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c7ebec Color code Preview on White Background

This is how #c7ebec Color code will look on white background color. Color contrast ratio is 1.27

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 #c7ebec; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #c7ebec; }

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(199,235,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,200,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(199,235,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.