crispedge.com

Color picker

Loading...

#afb2bf hex color - Blue - Cool color - Information

#afb2bf hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #afb2bf Color code in RGB color code model is created after adding 68.63% red color, 69.8% green color and 74.9% blue color. Hex #afb2bf Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 7% magenta, 0% yellow and 25% black.

Hex #afb2bf color code is between #aaaabb web safe hex color code and #bbbbcc web safe hex color code. #aaaabb is the nearest web safe color code. You can see here many more shades of #afb2bf color code.

0 Likes 0 Comments | 7 Views

RGB Chart

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

Color Table

Hex Color Codeafb2bf#afb2bf
RGB Decimal175, 178, 191rgb(175, 178, 191)
RGB Percent69%, 70%, 75%rgb(69%, 70%, 75%)
CSS RGBa175, 178, 191,1rgba(175,178,191,1)
CMYK Modelcmyk(8%,7%,0%,25%)
HSL Color Space229,11% ,72%hsl(229,11% ,72%)
HSV Color Space229°, 8%, 75%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011001010111111
Octal257262277
Decimal175178191
Hexafb2bf

Different shades of #afb2bf color code.

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

Light Shade of #afb2bf
#cbcdd6
Dark Shade of #afb2bf
#9397a8
Saturated Shade of #afb2bf
#a8adc6
Desaturated Shade of #afb2bf
#b6b6b8
Grey scale Shade of #afb2bf
#b7b7b7
Brighten Shade
#c8cbd8
Most Readable Shade
#000000

Shades of #afb2bf color code

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

#afb2bf
#9b9ea9
#888a94
#74767f
#61626a
#4d4f54
#3a3b3f
#26272a
#131315
#000000

Similar Color like #afb2bf color

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

#b0b3c0
#b1b4c1
#b2b5c2
#b3b6c3
#b4b7c4
#b5b8c5
#b6b9c6
#b7bac7
#b8bbc8
#b9bcc9
#babdca
#bbbecb
#bcbfcc
#bdc0cd
#aeb1be
#adb0bd
#acafbc
#abaebb
#aaadba
#a9acb9
#a8abb8
#a7aab7
#a6a9b6
#a5a8b5
#a4a7b4
#a3a6b3
#a2a5b2
#a1a4b1

Monochromatic Color with #afb2bf

#afb2bf
#d6dae9
#131415
#3a3b3f
#61636a
#888a94

Tints of #afb2bf Color

#afb2bf
#b7bac6
#c0c3cd
#c9cbd4
#d2d4db
#dbdce2
#e4e5e9
#ededf0
#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

#afb2bf
#bfbcaf

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

Split Complementary

#afb2bf
#bfb4af
#babfaf

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

Analogous Color

#afb8bf
#afb5bf
#afb2bf
#afafbf
#b2afbf

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

#afb2bf
#bfafb2
#b2bfaf

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

#afb2bf
#bfafba
#bfbcaf
#afbfb4

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

#afb2bf
#bfbcaf
#babfaf
#b4afbf

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

#afb2bf Color Code Preview on Black Background Color

This is how #afb2bf Color will look on black background color. Color contrast ratio is 9.94

#afb2bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb2bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb2bf

#afb2bf color code is use for CSS Background Color

Background color for the above div is #afb2bf

HTML with inline CSS

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

#afb2bf color code is use for CSS Border Color

CSS Border color for the above div is #afb2bf

HTML with inline CSS

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

CSS Border Left color for the above div is #afb2bf

HTML with inline CSS

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

CSS Border Right color for the above div is #afb2bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afb2bf

HTML with inline CSS

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

CSS Border Top color for the above div is #afb2bf

HTML with inline CSS

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

#afb2bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afb2bf Color code Preview on White Background

This is how #afb2bf Color code will look on white background color. Color contrast ratio is 2.11

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

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(175,178,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(191,188,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,178,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 7 Views

Post your comment:-

By submitting comment you agree to our privacy policy.