crispedge.com

Color picker

Loading...

#7eabbe hex color - Blue - Cool color - Information

#7eabbe hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7eabbe Color code in RGB color code model is created after adding 49.41% red color, 67.06% green color and 74.51% blue color. Hex #7eabbe Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 10% magenta, 0% yellow and 25% black.

Hex #7eabbe color code is between #77aabb web safe hex color code and #88bbcc web safe hex color code. #77aabb is the nearest web safe color code. You can see here many more shades of #7eabbe color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7eabbe#7eabbe
RGB Decimal126, 171, 190rgb(126, 171, 190)
RGB Percent49%, 67%, 75%rgb(49%, 67%, 75%)
CSS RGBa126, 171, 190,1rgba(126,171,190,1)
CMYK Modelcmyk(34%,10%,0%,25%)
HSL Color Space198,33% ,62%hsl(198,33% ,62%)
HSV Color Space198°, 34%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111101010101110111110
Octal176253276
Decimal126171190
Hex7eabbe

Different shades of #7eabbe color code.

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

Light Shade of #7eabbe
#a0c1cf
Dark Shade of #7eabbe
#5c95ad
Saturated Shade of #7eabbe
#74afc8
Desaturated Shade of #7eabbe
#88a7b4
Grey scale Shade of #7eabbe
#9e9e9e
Brighten Shade
#97c4d7
Most Readable Shade
#000000

Shades of #7eabbe color code

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

#7eabbe
#7098a8
#628593
#54727e
#465f69
#384c54
#2a393f
#1c262a
#0e1315
#000000

Similar Color like #7eabbe color

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

#7facbf
#80adc0
#81aec1
#82afc2
#83b0c3
#84b1c4
#85b2c5
#86b3c6
#87b4c7
#88b5c8
#89b6c9
#8ab7ca
#8bb8cb
#8cb9cc
#7daabd
#7ca9bc
#7ba8bb
#7aa7ba
#79a6b9
#78a5b8
#77a4b7
#76a3b6
#75a2b5
#74a1b4
#73a0b3
#729fb2
#719eb1
#709db0

Monochromatic Color with #7eabbe

#7eabbe
#9ad1e8
#0d1214
#29383e
#465e69
#628593

Tints of #7eabbe Color

#7eabbe
#8cb4c5
#9abdcc
#a9c7d3
#b7d0da
#c5d9e2
#d4e3e9
#e2ecf0
#f0f5f7
#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

#7eabbe
#be917e

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

Split Complementary

#7eabbe
#be7e8b
#beb17e

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

Analogous Color

#7ebeb7
#7eb8be
#7eabbe
#7e9ebe
#7e91be

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

#7eabbe
#be7eab
#abbe7e

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

#7eabbe
#b17ebe
#be917e
#8bbe7e

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

#7eabbe
#be917e
#beb17e
#7e8bbe

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

#7eabbe Color Code Preview on Black Background Color

This is how #7eabbe Color will look on black background color. Color contrast ratio is 8.46

#7eabbe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7eabbe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7eabbe

#7eabbe color code is use for CSS Background Color

Background color for the above div is #7eabbe

HTML with inline CSS

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

#7eabbe color code is use for CSS Border Color

CSS Border color for the above div is #7eabbe

HTML with inline CSS

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

CSS Border Left color for the above div is #7eabbe

HTML with inline CSS

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

CSS Border Right color for the above div is #7eabbe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7eabbe

HTML with inline CSS

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

CSS Border Top color for the above div is #7eabbe

HTML with inline CSS

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

#7eabbe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7eabbe Color code Preview on White Background

This is how #7eabbe Color code will look on white background color. Color contrast ratio is 2.48

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

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(126,171,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(190,145,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(126,171,190,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.