crispedge.com

Color picker

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

#abbdc3 hex color - Blue - Cool color - Information

#abbdc3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #abbdc3 Color code in RGB color code model is created after adding 67.06% red color, 74.12% green color and 76.47% blue color. Hex #abbdc3 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 3% magenta, 0% yellow and 24% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeabbdc3#abbdc3
RGB Decimal171, 189, 195rgb(171, 189, 195)
RGB Percent67%, 74%, 76%rgb(67%, 74%, 76%)
CSS RGBa171, 189, 195,1rgba(171,189,195,1)
CMYK Modelcmyk(12%,3%,0%,24%)
HSL Color Space195,17% ,72%hsl(195,17% ,72%)
HSV Color Space195°, 12%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010111011110111000011
Octal253275303
Decimal171189195
Hexabbdc3

Different shades of #abbdc3 color code.

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

Light Shade of #abbdc3
#c9d4d8
Dark Shade of #abbdc3
#8da6ae
Saturated Shade of #abbdc3
#a4c1ca
Desaturated Shade of #abbdc3
#b2b9bc
Grey scale Shade of #abbdc3
#b7b7b7
Brighten Shade
#c4d6dc
Most Readable Shade
#000000

Shades of #abbdc3 color code

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

#abbdc3
#98a8ad
#859397
#727e82
#5f696c
#4c5456
#393f41
#262a2b
#131515
#000000

Similar Color like #abbdc3 color

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

#acbec4
#adbfc5
#aec0c6
#afc1c7
#b0c2c8
#b1c3c9
#b2c4ca
#b3c5cb
#b4c6cc
#b5c7cd
#b6c8ce
#b7c9cf
#b8cad0
#b9cbd1
#aabcc2
#a9bbc1
#a8bac0
#a7b9bf
#a6b8be
#a5b7bd
#a4b6bc
#a3b5bb
#a2b4ba
#a1b3b9
#a0b2b8
#9fb1b7
#9eb0b6
#9dafb5

Monochromatic Color with #abbdc3

#abbdc3
#d0e6ed
#161819
#3b4143
#606b6e
#869498

Tints of #abbdc3 Color

#abbdc3
#b4c4c9
#bdcbd0
#c7d3d7
#d0dadd
#d9e1e4
#e3e9eb
#ecf0f1
#f5f7f8
#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

#abbdc3
#c3b1ab

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

Split Complementary

#abbdc3
#c3abb1
#c3bdab

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

Analogous Color

#abc3bf
#abc2c3
#abbdc3
#abb8c3
#abb3c3

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

#abbdc3
#c3abbd
#bdc3ab

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

#abbdc3
#bdabc3
#c3b1ab
#b1c3ab

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

#abbdc3
#c3b1ab
#c3bdab
#abb1c3

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

#abbdc3 Color Code Preview on Black Background Color

This is how #abbdc3 Color will look on black background color. Color contrast ratio is 10.80

#abbdc3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbdc3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #abbdc3

#abbdc3 color code is use for CSS Background Color

Background color for the above div is #abbdc3

HTML with inline CSS

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

#abbdc3 color code is use for CSS Border Color

CSS Border color for the above div is #abbdc3

HTML with inline CSS

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

CSS Border Left color for the above div is #abbdc3

HTML with inline CSS

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

CSS Border Right color for the above div is #abbdc3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #abbdc3

HTML with inline CSS

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

CSS Border Top color for the above div is #abbdc3

HTML with inline CSS

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

#abbdc3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#abbdc3 Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.