Skip to main content Skip to docs navigation

#ABC5D6 hex color | Dancing in the Rain | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Color Hue/Base color: Blue

Hex #ABC5D6 Color Code is also known as | Dancing in the Rain color.

Hex #ABC5D6 Color code in RGB color code model is created after adding 67.06% red color, 77.25% green color and 83.92% blue color. Hex #ABC5D6 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 8% magenta, 0% yellow and 16.08% black.

Hex #ABC5D6 color code is between #aaccdd web safe hex color code and #bbbbcc web safe hex color code. #aaccdd is the nearest web safe color code. You can see here many more shades of #ABC5D6 color code.

RGB Chart

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

Color Table

Hex Color Code ABC5D6 #ABC5D6
RGB Decimal 171, 197, 214 171, 197, 214
RGB Percent 67%, 77%, 84% rgb(67%, 77%, 84%)
CSS RGBa 171, 197, 214,1 rgba(171,197,214,1)
CMYK Model cmyk(20%,8%,0%,16.08%)
HSL Color Space 204,34% ,75% hsl(204,34% ,75%)
HSV Color Space 204°, 20%, 84%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101011 11000101 11010110
Octal 253 305 326
Decimal 171 197 214
Hex AB C5 D6

Different shades of #ABC5D6 color code.

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

Darkest of #ABC5D6
#4c7c9c
Darker of #ABC5D6
#6696b5
Dark of #ABC5D6
#89adc5
Base of #ABC5D6
#abc5d6
Light of #ABC5D6
#cddde7
Lighter
#f0f4f7
Lightest
#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

#abc5d6
#d6bcab

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

Split Complementary

#ABC5D6
#d6abb0
#d6d1ab

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

Analogous Color

#abd6ce
#abd6d5
#abc5d6
#abb7d6
#b1abd6

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

#ABC5D6
#c5d6ab
#d6abc5

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

#ABC5D6
#d6abc5
#d6bcab
#abd6bc

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#ABC5D6
#d1abd6
#d6bcab
#b0d6ab

Square 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).

Monochromatic Color with #ABC5D6

#3b617a
#4c7c9c
#6696b5
#89adc5
#abc5d6
#cddde7
#f0f4f7
#ffffff
#ffffff

Tints of #ABC5D6 Color

#abc5d6
#b4cbda
#bdd1df
#c7d8e3
#d0dee8
#d9e5ec
#e3ebf1
#ecf2f5
#f5f8fa
#ffffff

Shades of #ABC5D6 color code

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

#abc5d6
#98afbe
#8599a6
#72838e
#5f6d76
#4c575f
#394147
#262b2f
#131517
#000000

Tones

#abc5d6
#b7c2c9
#c0c0c0
#c0c0c0
#c0c0c0

Tones

Similar Color like #ABC5D6 color

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

#acc6d7
#adc7d8
#aec8d9
#afc9da
#b0cadb
#b1cbdc
#b2ccdd
#b3cdde
#b4cedf
#b5cfe0
#b6d0e1
#b7d1e2
#b8d2e3
#b9d3e4
#aac4d5
#a9c3d4
#a8c2d3
#a7c1d2
#a6c0d1
#a5bfd0
#a4becf
#a3bdce
#a2bccd
#a1bbcc
#a0bacb
#9fb9ca
#9eb8c9
#9db7c8

Download this Light Blue

Hex #ABC5D6 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.

#ABC5D6 Color Code Preview on Black Background Color

This is how #ABC5D6 Color will look on black background color. Color contrast ratio is 11.69

#ABC5D6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ABC5D6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ABC5D6

#ABC5D6 color code is use for CSS Background Color

Background color for the above div is #ABC5D6

HTML with inline CSS

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

#ABC5D6 color code is use for CSS Border Color

CSS Border color for the above div is #ABC5D6

HTML with inline CSS

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

CSS Border Left color for the above div is #ABC5D6

HTML with inline CSS

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

CSS Border Right color for the above div is #ABC5D6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ABC5D6

HTML with inline CSS

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

CSS Border Top color for the above div is #ABC5D6

HTML with inline CSS

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

#ABC5D6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ABC5D6 Color code Preview on White Background

This is how #ABC5D6 Color code will look on white background color. Color contrast ratio is 1.80

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(171,197,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(214,188,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,197,214,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }