crispedge.com

Color picker

Loading...

#abbbcf hex color - Blue - Cool color - Information

#abbbcf hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #abbbcf Color code in RGB color code model is created after adding 67.06% red color, 73.33% green color and 81.18% blue color. Hex #abbbcf Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 10% magenta, 0% yellow and 19% black.

Hex #abbbcf color code is between #aaaacc web safe hex color code and #bbccdd web safe hex color code. #aaaacc is the nearest web safe color code. You can see here many more shades of #abbbcf color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codeabbbcf#abbbcf
RGB Decimal171, 187, 207rgb(171, 187, 207)
RGB Percent67%, 73%, 81%rgb(67%, 73%, 81%)
CSS RGBa171, 187, 207,1rgba(171,187,207,1)
CMYK Modelcmyk(17%,10%,0%,19%)
HSL Color Space213,27% ,74%hsl(213,27% ,74%)
HSV Color Space213°, 17%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011101111001111
Octal253273317
Decimal171187207
Hexabbbcf

Different shades of #abbbcf color code.

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

Light Shade of #abbbcf
#cbd5e2
Dark Shade of #abbbcf
#8ba1bc
Saturated Shade of #abbbcf
#a4bad6
Desaturated Shade of #abbbcf
#b2bcc8
Grey scale Shade of #abbbcf
#bdbdbd
Brighten Shade
#c4d4e8
Most Readable Shade
#000000

Shades of #abbbcf color code

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

#abbbcf
#98a6b8
#8591a1
#727c8a
#5f6773
#4c535c
#393e45
#26292e
#131417
#000000

Similar Color like #abbbcf color

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

#acbcd0
#adbdd1
#aebed2
#afbfd3
#b0c0d4
#b1c1d5
#b2c2d6
#b3c3d7
#b4c4d8
#b5c5d9
#b6c6da
#b7c7db
#b8c8dc
#b9c9dd
#aabace
#a9b9cd
#a8b8cc
#a7b7cb
#a6b6ca
#a5b5c9
#a4b4c8
#a3b3c7
#a2b2c6
#a1b1c5
#a0b0c4
#9fafc3
#9eaec2
#9dadc1

Monochromatic Color with #abbbcf

#abbbcf
#cee1f9
#1f2125
#42484f
#656e7a
#8895a4

Tints of #abbbcf Color

#abbbcf
#b4c2d4
#bdcad9
#c7d1df
#d0d9e4
#d9e0e9
#e3e8ef
#eceff4
#f5f7f9
#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

#abbbcf
#cfbfab

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

Split Complementary

#abbbcf
#cfadab
#cdcfab

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

Analogous Color

#abc9cf
#abc2cf
#abbbcf
#abb4cf
#abadcf

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

#abbbcf
#cfabbb
#bbcfab

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

#abbbcf
#cfabcd
#cfbfab
#abcfad

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

#abbbcf
#cfbfab
#cdcfab
#adabcf

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

#abbbcf Color Code Preview on Black Background Color

This is how #abbbcf Color will look on black background color. Color contrast ratio is 10.74

#abbbcf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbbcf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbbcf

#abbbcf color code is use for CSS Background Color

Background color for the above div is #abbbcf

HTML with inline CSS

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

#abbbcf color code is use for CSS Border Color

CSS Border color for the above div is #abbbcf

HTML with inline CSS

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

CSS Border Left color for the above div is #abbbcf

HTML with inline CSS

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

CSS Border Right color for the above div is #abbbcf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abbbcf

HTML with inline CSS

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

CSS Border Top color for the above div is #abbbcf

HTML with inline CSS

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

#abbbcf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abbbcf Color code Preview on White Background

This is how #abbbcf Color code will look on white background color. Color contrast ratio is 1.96

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

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.