@
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.

#aad8c7 hex color - Green - Cool color - Information

#aad8c7 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #aad8c7 Color code in RGB color code model is created after adding 66.67% red color, 84.71% green color and 78.04% blue color. Hex #aad8c7 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 0% magenta, 8% yellow and 15.29% black.

Hex #aad8c7 color code is between #99ddcc web safe hex color code and #bbccbb web safe hex color code. #99ddcc is the nearest web safe color code. You can see here many more shades of #aad8c7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaad8c7#aad8c7
RGB Decimal170, 216, 199rgb(170, 216, 199)
RGB Percent67%, 85%, 78%rgb(67%, 85%, 78%)
CSS RGBa170, 216, 199,1rgba(170,216,199,1)
CMYK Modelcmyk(21%,0%,8%,15.29%)
HSL Color Space158,37% ,76%hsl(158,37% ,76%)
HSV Color Space158°, 21%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101101100011000111
Octal252330307
Decimal170216199
Hexaad8c7

Different shades of #aad8c7 color code.

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

Light Shade of #aad8c7
#cde8de
Dark Shade of #aad8c7
#87c8b0
Saturated Shade of #aad8c7
#a4dec9
Desaturated Shade of #aad8c7
#b0d2c5
Grey scale Shade of #aad8c7
#c1c1c1
Brighten Shade
#c3f1e0
Most Readable Shade
#000000

Shades of #aad8c7 color code

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

#aad8c7
#97c0b0
#84a89a
#719084
#5e786e
#4b6058
#384842
#25302c
#121816
#000000

Similar Color like #aad8c7 color

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

#abd9c8
#acdac9
#addbca
#aedccb
#afddcc
#b0decd
#b1dfce
#b2e0cf
#b3e1d0
#b4e2d1
#b5e3d2
#b6e4d3
#b7e5d4
#b8e6d5
#a9d7c6
#a8d6c5
#a7d5c4
#a6d4c3
#a5d3c2
#a4d2c1
#a3d1c0
#a2d0bf
#a1cfbe
#a0cebd
#9fcdbc
#9eccbb
#9dcbba
#9ccab9

Monochromatic Color with #aad8c7

#aad8c7
#030303
#242e2a
#465852
#678379
#89ada0

Tints of #aad8c7 Color

#aad8c7
#b3dccd
#bce0d3
#c6e5d9
#cfe9df
#d9ede6
#e2f2ec
#ecf6f2
#f5faf8
#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

#aad8c7
#d8aabb

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

Split Complementary

#aad8c7
#d8aad2
#d8b0aa

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

Analogous Color

#aad8b5
#aad8be
#aad8c7
#aad8d0
#aad7d8

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

#aad8c7
#c7aad8
#d8c7aa

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

#aad8c7
#b0aad8
#d8aabb
#d2d8aa

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

#aad8c7
#d8aabb
#d8b0aa
#aad2d8

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

#aad8c7 Color Code Preview on Black Background Color

This is how #aad8c7 Color will look on black background color. Color contrast ratio is 13.36

#aad8c7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad8c7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aad8c7

#aad8c7 color code is use for CSS Background Color

Background color for the above div is #aad8c7

HTML with inline CSS

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

#aad8c7 color code is use for CSS Border Color

CSS Border color for the above div is #aad8c7

HTML with inline CSS

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

CSS Border Left color for the above div is #aad8c7

HTML with inline CSS

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

CSS Border Right color for the above div is #aad8c7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aad8c7

HTML with inline CSS

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

CSS Border Top color for the above div is #aad8c7

HTML with inline CSS

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

#aad8c7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aad8c7 Color code Preview on White Background

This is how #aad8c7 Color code will look on white background color. Color contrast ratio is 1.57

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

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(170,216,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(216,170,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,216,199,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.