crispedge.com

Color picker

Loading...

#84a7aa hex color - Blue - Cool color - Information

#84a7aa hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #84a7aa Color code in RGB color code model is created after adding 51.76% red color, 65.49% green color and 66.67% blue color. Hex #84a7aa Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 2% magenta, 0% yellow and 33% black.

Hex #84a7aa color code is between #88aa99 web safe hex color code and #7799bb web safe hex color code. #88aa99 is the nearest web safe color code. You can see here many more shades of #84a7aa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code84a7aa#84a7aa
RGB Decimal132, 167, 170rgb(132, 167, 170)
RGB Percent52%, 65%, 67%rgb(52%, 65%, 67%)
CSS RGBa132, 167, 170,1rgba(132,167,170,1)
CMYK Modelcmyk(22%,2%,0%,33%)
HSL Color Space185,18% ,59%hsl(185,18% ,59%)
HSV Color Space185°, 22%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001001010011110101010
Octal204247252
Decimal132167170
Hex84a7aa

Different shades of #84a7aa color code.

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

Light Shade of #84a7aa
#a2bdbf
Dark Shade of #84a7aa
#679194
Saturated Shade of #84a7aa
#7ab0b4
Desaturated Shade of #84a7aa
#8e9ea0
Grey scale Shade of #84a7aa
#979797
Brighten Shade
#9dc0c3
Most Readable Shade
#000000

Shades of #84a7aa color code

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

#84a7aa
#759497
#668184
#586f71
#495c5e
#3a4a4b
#2c3738
#1d2525
#0e1212
#000000

Similar Color like #84a7aa color

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

#85a8ab
#86a9ac
#87aaad
#88abae
#89acaf
#8aadb0
#8baeb1
#8cafb2
#8db0b3
#8eb1b4
#8fb2b5
#90b3b6
#91b4b7
#92b5b8
#83a6a9
#82a5a8
#81a4a7
#80a3a6
#7fa2a5
#7ea1a4
#7da0a3
#7c9fa2
#7b9ea1
#7a9da0
#799c9f
#789b9e
#779a9d
#76999c

Monochromatic Color with #84a7aa

#84a7aa
#a5d1d4
#c6faff
#212a2a
#425355
#637d7f

Tints of #84a7aa Color

#84a7aa
#91b0b3
#9fbabc
#adc4c6
#bacecf
#c8d7d9
#d6e1e2
#e3ebec
#f1f5f5
#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

#84a7aa
#aa8784

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

Split Complementary

#84a7aa
#aa8494
#aa9a84

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

Analogous Color

#84aa9e
#84aaa5
#84a7aa
#849faa
#8498aa

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

#84a7aa
#aa84a7
#a7aa84

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

#84a7aa
#9a84aa
#aa8784
#94aa84

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

#84a7aa
#aa8784
#aa9a84
#8494aa

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 #84a7aa 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.

#84a7aa Color Code Preview on Black Background Color

This is how #84a7aa Color will look on black background color. Color contrast ratio is 8.09

#84a7aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84a7aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84a7aa

#84a7aa color code is use for CSS Background Color

Background color for the above div is #84a7aa

HTML with inline CSS

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

#84a7aa color code is use for CSS Border Color

CSS Border color for the above div is #84a7aa

HTML with inline CSS

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

CSS Border Left color for the above div is #84a7aa

HTML with inline CSS

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

CSS Border Right color for the above div is #84a7aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #84a7aa

HTML with inline CSS

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

CSS Border Top color for the above div is #84a7aa

HTML with inline CSS

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

#84a7aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#84a7aa Color code Preview on White Background

This is how #84a7aa Color code will look on white background color. Color contrast ratio is 2.60

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

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(132,167,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,135,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(132,167,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.