crispedge.com

Color picker

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

#afb6bd hex color - Blue - Cool color - Information

#afb6bd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #afb6bd Color code in RGB color code model is created after adding 68.63% red color, 71.37% green color and 74.12% blue color. Hex #afb6bd Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 4% magenta, 0% yellow and 26% black.

Hex #afb6bd color code is between #aabbbb web safe hex color code and #bbaacc web safe hex color code. #aabbbb is the nearest web safe color code. You can see here many more shades of #afb6bd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeafb6bd#afb6bd
RGB Decimal175, 182, 189rgb(175, 182, 189)
RGB Percent69%, 71%, 74%rgb(69%, 71%, 74%)
CSS RGBa175, 182, 189,1rgba(175,182,189,1)
CMYK Modelcmyk(7%,4%,0%,26%)
HSL Color Space210,10% ,71%hsl(210,10% ,71%)
HSV Color Space210°, 7%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011011010111101
Octal257266275
Decimal175182189
Hexafb6bd

Different shades of #afb6bd color code.

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

Light Shade of #afb6bd
#cbcfd4
Dark Shade of #afb6bd
#939ca6
Saturated Shade of #afb6bd
#a8b6c4
Desaturated Shade of #afb6bd
#b6b6b6
Grey scale Shade of #afb6bd
#b6b6b6
Brighten Shade
#c8cfd6
Most Readable Shade
#000000

Shades of #afb6bd color code

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

#afb6bd
#9ba1a8
#888d93
#74797e
#616569
#4d5054
#3a3c3f
#26282a
#131415
#000000

Similar Color like #afb6bd color

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

#b0b7be
#b1b8bf
#b2b9c0
#b3bac1
#b4bbc2
#b5bcc3
#b6bdc4
#b7bec5
#b8bfc6
#b9c0c7
#bac1c8
#bbc2c9
#bcc3ca
#bdc4cb
#aeb5bc
#adb4bb
#acb3ba
#abb2b9
#aab1b8
#a9b0b7
#a8afb6
#a7aeb5
#a6adb4
#a5acb3
#a4abb2
#a3aab1
#a2a9b0
#a1a8af

Monochromatic Color with #afb6bd

#afb6bd
#d6dfe7
#121213
#393b3d
#606468
#888d92

Tints of #afb6bd Color

#afb6bd
#b7bec4
#c0c6cb
#c9ced3
#d2d6da
#dbdee1
#e4e6e9
#edeef0
#f6f6f7
#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

#afb6bd
#bdb6af

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

Split Complementary

#afb6bd
#bdafaf
#bdbdaf

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

Analogous Color

#afbcbd
#afb9bd
#afb6bd
#afb3bd
#afb0bd

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

#afb6bd
#bdafb6
#b6bdaf

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

#afb6bd
#bdafbd
#bdb6af
#afbdaf

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

#afb6bd
#bdb6af
#bdbdaf
#afafbd

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

#afb6bd Color Code Preview on Black Background Color

This is how #afb6bd Color will look on black background color. Color contrast ratio is 10.25

#afb6bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb6bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb6bd

#afb6bd color code is use for CSS Background Color

Background color for the above div is #afb6bd

HTML with inline CSS

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

#afb6bd color code is use for CSS Border Color

CSS Border color for the above div is #afb6bd

HTML with inline CSS

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

CSS Border Left color for the above div is #afb6bd

HTML with inline CSS

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

CSS Border Right color for the above div is #afb6bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afb6bd

HTML with inline CSS

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

CSS Border Top color for the above div is #afb6bd

HTML with inline CSS

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

#afb6bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afb6bd Color code Preview on White Background

This is how #afb6bd Color code will look on white background color. Color contrast ratio is 2.05

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

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.