Skip to main content Skip to docs navigation

#a8aeba hex color | Download Dark 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

Woow we have a nearby visually matching color name available. It's name is Transformer and its hex is #A5ACB7 Nearest Color Name

Color Hue/Base color: Blue

Hex #a8aeba Color code in RGB color code model is created after adding 65.88% red color, 68.24% green color and 72.94% blue color. Hex #a8aeba Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 6% magenta, 0% yellow and 27.06% black.

Hex #a8aeba color code is between #aaaabb web safe hex color code and #99bbaa web safe hex color code. #aaaabb is the nearest web safe color code. You can see here many more shades of #a8aeba color code.

RGB Chart

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

Color Table

Hex Color Code a8aeba #a8aeba
RGB Decimal 168, 174, 186 168, 174, 186
RGB Percent 66%, 68%, 73% rgb(66%, 68%, 73%)
CSS RGBa 168, 174, 186,1 rgba(168,174,186,1)
CMYK Model cmyk(10%,6%,0%,27.06%)
HSL Color Space 220,12% ,69% hsl(220,12% ,69%)
HSV Color Space 220°, 10%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101000 10101110 10111010
Octal 250 256 272
Decimal 168 174 186
Hex a8 ae ba

Different shades of #a8aeba color code.

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

Darkest of #a8aeba
#596170
Darker of #a8aeba
#6f798d
Dark of #a8aeba
#8c94a3
Base of #a8aeba
#a8aeba
Light of #a8aeba
#c4c8d1
Lighter
#e1e3e7
Lightest
#fdfdfe

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

#a8aeba
#bab4a8

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

Split Complementary

#a8aeba
#baaba8
#b7baa8

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

Analogous Color

#a8b8ba
#a8b5ba
#a8aeba
#a8a8ba
#afa8ba

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

#a8aeba
#aebaa8
#baa8ae

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

#a8aeba
#baa8ae
#bab4a8
#a8bab4

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

#a8aeba
#baa8b7
#bab4a8
#a8baab

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

#424854
#596170
#6f798d
#8c94a3
#a8aeba
#c4c8d1
#e1e3e7
#fdfdfe
#ffffff

Tints of #a8aeba Color

#a8aeba
#b1b7c1
#bbc0c9
#c5c9d1
#ced2d8
#d8dbe0
#e2e4e8
#ebedef
#f5f6f7
#ffffff

Shades of #a8aeba color code

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

#a8aeba
#959aa5
#828790
#70747c
#5d6067
#4a4d52
#383a3e
#252629
#121314
#000000

Tones

#a8aeba
#b1b1b1
#b1b1b1
#b1b1b1
#b1b1b1

Tones

Similar Color like #a8aeba color

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

#a9afbb
#aab0bc
#abb1bd
#acb2be
#adb3bf
#aeb4c0
#afb5c1
#b0b6c2
#b1b7c3
#b2b8c4
#b3b9c5
#b4bac6
#b5bbc7
#b6bcc8
#a7adb9
#a6acb8
#a5abb7
#a4aab6
#a3a9b5
#a2a8b4
#a1a7b3
#a0a6b2
#9fa5b1
#9ea4b0
#9da3af
#9ca2ae
#9ba1ad
#9aa0ac

Download this Dark Blue

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

#a8aeba Color Code Preview on Black Background Color

This is how #a8aeba Color will look on black background color. Color contrast ratio is 9.43

#a8aeba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a8aeba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a8aeba

#a8aeba color code is use for CSS Background Color

Background color for the above div is #a8aeba

HTML with inline CSS

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

#a8aeba color code is use for CSS Border Color

CSS Border color for the above div is #a8aeba

HTML with inline CSS

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

CSS Border Left color for the above div is #a8aeba

HTML with inline CSS

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

CSS Border Right color for the above div is #a8aeba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a8aeba

HTML with inline CSS

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

CSS Border Top color for the above div is #a8aeba

HTML with inline CSS

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

#a8aeba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a8aeba Color code Preview on White Background

This is how #a8aeba Color code will look on white background color. Color contrast ratio is 2.23

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

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(168,174,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,180,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(168,174,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }