crispedge.com

Color picker

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

#9db1bd hex color - Blue - Cool color - Information

#9db1bd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9db1bd Color code in RGB color code model is created after adding 61.57% red color, 69.41% green color and 74.12% blue color. Hex #9db1bd Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 6% magenta, 0% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9db1bd#9db1bd
RGB Decimal157, 177, 189rgb(157, 177, 189)
RGB Percent62%, 69%, 74%rgb(62%, 69%, 74%)
CSS RGBa157, 177, 189,1rgba(157,177,189,1)
CMYK Modelcmyk(17%,6%,0%,26%)
HSL Color Space203,20% ,68%hsl(203,20% ,68%)
HSV Color Space203°, 17%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100111011011000110111101
Octal235261275
Decimal157177189
Hex9db1bd

Different shades of #9db1bd color code.

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

Light Shade of #9db1bd
#bbc9d2
Dark Shade of #9db1bd
#7f99a8
Saturated Shade of #9db1bd
#95b3c5
Desaturated Shade of #9db1bd
#a5afb5
Grey scale Shade of #9db1bd
#adadad
Brighten Shade
#b6cad6
Most Readable Shade
#000000

Shades of #9db1bd color code

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

#9db1bd
#8b9da8
#7a8993
#68767e
#576269
#454e54
#343b3f
#22272a
#111315
#000000

Similar Color like #9db1bd color

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

#9eb2be
#9fb3bf
#a0b4c0
#a1b5c1
#a2b6c2
#a3b7c3
#a4b8c4
#a5b9c5
#a6bac6
#a7bbc7
#a8bcc8
#a9bdc9
#aabeca
#abbfcb
#9cb0bc
#9bafbb
#9aaeba
#99adb9
#98acb8
#97abb7
#96aab6
#95a9b5
#94a8b4
#93a7b3
#92a6b2
#91a5b1
#90a4b0
#8fa3af

Monochromatic Color with #9db1bd

#9db1bd
#c0d9e7
#101213
#333a3d
#566168
#7a8992

Tints of #9db1bd Color

#9db1bd
#a7b9c4
#b2c2cb
#bdcbd3
#c8d3da
#d3dce1
#dee5e9
#e9edf0
#f4f6f7
#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

#9db1bd
#bda99d

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

Split Complementary

#9db1bd
#bd9da1
#bdb99d

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

Analogous Color

#9dbdbc
#9db7bd
#9db1bd
#9dabbd
#9da4bd

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

#9db1bd
#bd9db1
#b1bd9d

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

#9db1bd
#b99dbd
#bda99d
#a1bd9d

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

#9db1bd
#bda99d
#bdb99d
#9da1bd

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

#9db1bd Color Code Preview on Black Background Color

This is how #9db1bd Color will look on black background color. Color contrast ratio is 9.46

#9db1bd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9db1bd color code is use for CSS Background Color

Background color for the above div is #9db1bd

HTML with inline CSS

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

#9db1bd color code is use for CSS Border Color

CSS Border color for the above div is #9db1bd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9db1bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9db1bd Color code Preview on White Background

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

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

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.