crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#9ad6bb hex color - Green - Cool color - Information

#9ad6bb hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #9ad6bb Color code in RGB color code model is created after adding 60.39% red color, 83.92% green color and 73.33% blue color. Hex #9ad6bb Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 13% yellow and 16% black.

Hex #9ad6bb color code is between #99ddaa web safe hex color code and #aacccc web safe hex color code. #99ddaa is the nearest web safe color code. You can see here many more shades of #9ad6bb color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9ad6bb#9ad6bb
RGB Decimal154, 214, 187rgb(154, 214, 187)
RGB Percent60%, 84%, 73%rgb(60%, 84%, 73%)
CSS RGBa154, 214, 187,1rgba(154,214,187,1)
CMYK Modelcmyk(28%,0%,13%,16%)
HSL Color Space153,42% ,72%hsl(153,42% ,72%)
HSV Color Space153°, 28%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110101101011010111011
Octal232326273
Decimal154214187
Hex9ad6bb

Different shades of #9ad6bb color code.

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

Light Shade of #9ad6bb
#bee5d3
Dark Shade of #9ad6bb
#76c7a3
Saturated Shade of #9ad6bb
#93ddbc
Desaturated Shade of #9ad6bb
#a1cfba
Grey scale Shade of #9ad6bb
#b8b8b8
Brighten Shade
#b3efd4
Most Readable Shade
#000000

Shades of #9ad6bb color code

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

#9ad6bb
#88bea6
#77a691
#668e7c
#557667
#445f53
#33473e
#222f29
#111714
#000000

Similar Color like #9ad6bb color

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

#9bd7bc
#9cd8bd
#9dd9be
#9edabf
#9fdbc0
#a0dcc1
#a1ddc2
#a2dec3
#a3dfc4
#a4e0c5
#a5e1c6
#a6e2c7
#a7e3c8
#a8e4c9
#99d5ba
#98d4b9
#97d3b8
#96d2b7
#95d1b6
#94d0b5
#93cfb4
#92ceb3
#91cdb2
#90ccb1
#8fcbb0
#8ecaaf
#8dc9ae
#8cc8ad

Monochromatic Color with #9ad6bb

#9ad6bb
#010101
#202c26
#3e564c
#5d8171
#7bab96

Tints of #9ad6bb Color

#9ad6bb
#a5dac2
#b0dfca
#bbe3d1
#c6e8d9
#d2ece0
#ddf1e8
#e8f5ef
#f3faf7
#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

#9ad6bb
#d69ab5

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

Split Complementary

#9ad6bb
#d69ad3
#d69d9a

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

Analogous Color

#9ad6a3
#9ad6af
#9ad6bb
#9ad6c7
#9ad6d3

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

#9ad6bb
#bb9ad6
#d6bb9a

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

#9ad6bb
#9d9ad6
#d69ab5
#d3d69a

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

#9ad6bb
#d69ab5
#d69d9a
#9ad3d6

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 #9ad6bb 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.

#9ad6bb Color Code Preview on Black Background Color

This is how #9ad6bb Color will look on black background color. Color contrast ratio is 12.71

#9ad6bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ad6bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ad6bb

#9ad6bb color code is use for CSS Background Color

Background color for the above div is #9ad6bb

HTML with inline CSS

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

#9ad6bb color code is use for CSS Border Color

CSS Border color for the above div is #9ad6bb

HTML with inline CSS

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

CSS Border Left color for the above div is #9ad6bb

HTML with inline CSS

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

CSS Border Right color for the above div is #9ad6bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9ad6bb

HTML with inline CSS

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

CSS Border Top color for the above div is #9ad6bb

HTML with inline CSS

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

#9ad6bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ad6bb Color code Preview on White Background

This is how #9ad6bb Color code will look on white background color. Color contrast ratio is 1.65

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.