Skip to main content Skip to docs navigation

#a4b7dd hex color | Light Blue & Cool color | 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

Woow we have a nearby visually matching color name available. It's name is Sail into the Horizon and its hex is #A3BBDC Nearest Color Name

Color Hue/Base color: Blue

Hex #a4b7dd Color code in RGB color code model is created after adding 64.31% red color, 71.76% green color and 86.67% blue color. Hex #a4b7dd Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 17% magenta, 0% yellow and 13.33% black.

Hex #a4b7dd color code is between #aabbcc web safe hex color code and #99aaee web safe hex color code. #aabbcc is the nearest web safe color code. You can see here many more shades of #a4b7dd color code.

RGB Chart

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

Color Table

Hex Color Code a4b7dd #a4b7dd
RGB Decimal 164, 183, 221 164, 183, 221
RGB Percent 64%, 72%, 87% rgb(64%, 72%, 87%)
CSS RGBa 164, 183, 221,1 rgba(164,183,221,1)
CMYK Model cmyk(26%,17%,0%,13.33%)
HSL Color Space 220,46% ,75% hsl(220,46% ,75%)
HSV Color Space 220°, 26%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10100100 10110111 11011101
Octal 244 267 335
Decimal 164 183 221
Hex a4 b7 dd

Different shades of #a4b7dd color code.

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

Darkest of #a4b7dd
#3f62a9
Darker of #a4b7dd
#5a7cc1
Dark of #a4b7dd
#7f9acf
Base of #a4b7dd
#a4b7dd
Light of #a4b7dd
#c9d4eb
Lighter
#eef2f9
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

#a4b7dd
#ddcaa4

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

Split Complementary

#a4b7dd
#ddada4
#d3dda4

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

Analogous Color

#a4d8dd
#a4cfdd
#a4b7dd
#a4a4dd
#bca4dd

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

#a4b7dd
#b7dda4
#dda4b7

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

#a4b7dd
#dda4b7
#ddcaa4
#a4ddca

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

#a4b7dd
#dda4d3
#ddcaa4
#a4ddad

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 #a4b7dd

#314d84
#3f62a9
#5a7cc1
#7f9acf
#a4b7dd
#c9d4eb
#eef2f9
#ffffff
#ffffff

Tints of #a4b7dd Color

#a4b7dd
#aebfe0
#b8c7e4
#c2cfe8
#ccd7ec
#d6dfef
#e0e7f3
#eaeff7
#f4f7fb
#ffffff

Shades of #a4b7dd color code

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

#a4b7dd
#91a2c4
#7f8eab
#6d7a93
#5b657a
#485162
#363d49
#242831
#121418
#000000

Tones

#a4b7dd
#b0bbd0
#bdbfc4
#c0c0c0
#c0c0c0

Tones

Similar Color like #a4b7dd color

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

#a5b8de
#a6b9df
#a7bae0
#a8bbe1
#a9bce2
#aabde3
#abbee4
#acbfe5
#adc0e6
#aec1e7
#afc2e8
#b0c3e9
#b1c4ea
#b2c5eb
#a3b6dc
#a2b5db
#a1b4da
#a0b3d9
#9fb2d8
#9eb1d7
#9db0d6
#9cafd5
#9baed4
#9aadd3
#99acd2
#98abd1
#97aad0
#96a9cf

Download this

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

#a4b7dd Color Code Preview on Black Background Color

This is how #a4b7dd Color will look on black background color. Color contrast ratio is 10.40

#a4b7dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4b7dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a4b7dd

#a4b7dd color code is use for CSS Background Color

Background color for the above div is #a4b7dd

HTML with inline CSS

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

#a4b7dd color code is use for CSS Border Color

CSS Border color for the above div is #a4b7dd

HTML with inline CSS

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

CSS Border Left color for the above div is #a4b7dd

HTML with inline CSS

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

CSS Border Right color for the above div is #a4b7dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a4b7dd

HTML with inline CSS

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

CSS Border Top color for the above div is #a4b7dd

HTML with inline CSS

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

#a4b7dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a4b7dd Color code Preview on White Background

This is how #a4b7dd Color code will look on white background color. Color contrast ratio is 2.02

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

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(164,183,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,202,164,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,183,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }