crispedge.com

Color picker

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

#abbbd1 hex color - Blue - Cool color - Information

#abbbd1 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #abbbd1 Color code in RGB color code model is created after adding 67.06% red color, 73.33% green color and 81.96% blue color. Hex #abbbd1 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 11% magenta, 0% yellow and 18% black.

Hex #abbbd1 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 #abbbd1 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeabbbd1#abbbd1
RGB Decimal171, 187, 209rgb(171, 187, 209)
RGB Percent67%, 73%, 82%rgb(67%, 73%, 82%)
CSS RGBa171, 187, 209,1rgba(171,187,209,1)
CMYK Modelcmyk(18%,11%,0%,18%)
HSL Color Space215,29% ,75%hsl(215,29% ,75%)
HSV Color Space215°, 18%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011101111010001
Octal253273321
Decimal171187209
Hexabbbd1

Different shades of #abbbd1 color code.

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

Light Shade of #abbbd1
#ccd6e3
Dark Shade of #abbbd1
#8aa0bf
Saturated Shade of #abbbd1
#a4bad7
Desaturated Shade of #abbbd1
#b1bcca
Grey scale Shade of #abbbd1
#bebebe
Brighten Shade
#c4d4ea
Most Readable Shade
#000000

Shades of #abbbd1 color code

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

#abbbd1
#98a6b9
#8591a2
#727c8b
#5f6774
#4c535c
#393e45
#26292e
#131417
#000000

Similar Color like #abbbd1 color

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

#acbcd2
#adbdd3
#aebed4
#afbfd5
#b0c0d6
#b1c1d7
#b2c2d8
#b3c3d9
#b4c4da
#b5c5db
#b6c6dc
#b7c7dd
#b8c8de
#b9c9df
#aabad0
#a9b9cf
#a8b8ce
#a7b7cd
#a6b6cc
#a5b5cb
#a4b4ca
#a3b3c9
#a2b2c8
#a1b1c7
#a0b0c6
#9fafc5
#9eaec4
#9dadc3

Monochromatic Color with #abbbd1

#abbbd1
#cee1fb
#202327
#434951
#656f7c
#8895a6

Tints of #abbbd1 Color

#abbbd1
#b4c2d6
#bdcadb
#c7d1e0
#d0d9e5
#d9e0ea
#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

#abbbd1
#d1c1ab

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

Split Complementary

#abbbd1
#d1aeab
#ced1ab

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

Analogous Color

#abcad1
#abc3d1
#abbbd1
#abb3d1
#abacd1

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

#abbbd1
#d1abbb
#bbd1ab

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

#abbbd1
#d1abce
#d1c1ab
#abd1ae

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

#abbbd1
#d1c1ab
#ced1ab
#aeabd1

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

#abbbd1 Color Code Preview on Black Background Color

This is how #abbbd1 Color will look on black background color. Color contrast ratio is 10.76

#abbbd1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbbd1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbbd1

#abbbd1 color code is use for CSS Background Color

Background color for the above div is #abbbd1

HTML with inline CSS

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

#abbbd1 color code is use for CSS Border Color

CSS Border color for the above div is #abbbd1

HTML with inline CSS

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

CSS Border Left color for the above div is #abbbd1

HTML with inline CSS

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

CSS Border Right color for the above div is #abbbd1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abbbd1

HTML with inline CSS

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

CSS Border Top color for the above div is #abbbd1

HTML with inline CSS

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

#abbbd1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abbbd1 Color code Preview on White Background

This is how #abbbd1 Color code will look on white background color. Color contrast ratio is 1.95

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

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.