crispedge.com

Color picker

Loading...

#abbebf hex color - Rain - Green - Cool color - Information

#abbebf hex color - Rain - Green - Cool color

Color Hue/Base color: Green

Hex #abbebf Color Code is also known as Rain color.

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

Hex #abbebf color code is between #aabbbb web safe hex color code and #bbcccc web safe hex color code. #aabbbb is the nearest web safe color code. You can see here many more shades of #abbebf color code.

0 Likes 0 Comments | 17 Views

RGB Chart

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

Color Table

Hex Color Codeabbebf#abbebf
RGB Decimal171, 190, 191rgb(171, 190, 191)
RGB Percent67%, 75%, 75%rgb(67%, 75%, 75%)
CSS RGBa171, 190, 191,1rgba(171,190,191,1)
CMYK Modelcmyk(10%,1%,0%,25%)
HSL Color Space183,14% ,71%hsl(183,14% ,71%)
HSV Color Space183°, 10%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011111010111111
Octal253276277
Decimal171190191
Hexabbebf

Different shades of #abbebf color code.

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

Light Shade of #abbebf
#c8d4d5
Dark Shade of #abbebf
#8ea8a9
Saturated Shade of #abbebf
#a4c5c6
Desaturated Shade of #abbebf
#b2b7b8
Grey scale Shade of #abbebf
#b5b5b5
Brighten Shade
#c4d7d8
Most Readable Shade
#000000

Shades of #abbebf color code

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

#abbebf
#98a8a9
#859394
#727e7f
#5f696a
#4c5454
#393f3f
#262a2a
#131515
#000000

Similar Color like #abbebf color

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

#acbfc0
#adc0c1
#aec1c2
#afc2c3
#b0c3c4
#b1c4c5
#b2c5c6
#b3c6c7
#b4c7c8
#b5c8c9
#b6c9ca
#b7cacb
#b8cbcc
#b9cccd
#aabdbe
#a9bcbd
#a8bbbc
#a7babb
#a6b9ba
#a5b8b9
#a4b7b8
#a3b6b7
#a2b5b6
#a1b4b5
#a0b3b4
#9fb2b3
#9eb1b2
#9db0b1

Monochromatic Color with #abbebf

#abbebf
#d1e8e9
#131515
#393f3f
#5f696a
#859494

Tints of #abbebf Color

#abbebf
#b4c5c6
#bdcccd
#c7d3d4
#d0dadb
#d9e2e2
#e3e9e9
#ecf0f0
#f5f7f7
#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

#abbebf
#bfacab

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

Split Complementary

#abbebf
#bfabb4
#bfb6ab

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

Analogous Color

#abbfb8
#abbfbc
#abbebf
#abbabf
#abb6bf

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

#abbebf
#bfabbe
#bebfab

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

#abbebf
#b6abbf
#bfacab
#b4bfab

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

#abbebf
#bfacab
#bfb6ab
#abb4bf

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

#abbebf Color Code Preview on Black Background Color

This is how #abbebf Color will look on black background color. Color contrast ratio is 10.85

#abbebf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbebf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbebf

#abbebf color code is use for CSS Background Color

Background color for the above div is #abbebf

HTML with inline CSS

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

#abbebf color code is use for CSS Border Color

CSS Border color for the above div is #abbebf

HTML with inline CSS

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

CSS Border Left color for the above div is #abbebf

HTML with inline CSS

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

CSS Border Right color for the above div is #abbebf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abbebf

HTML with inline CSS

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

CSS Border Top color for the above div is #abbebf

HTML with inline CSS

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

#abbebf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abbebf Color code Preview on White Background

This is how #abbebf Color code will look on white background color. Color contrast ratio is 1.94

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

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

0 Likes 0 Comments | 17 Views

Post your comment:-

By submitting comment you agree to our privacy policy.