crispedge.com

Color picker

Loading...

#afb9cd hex color - Blue - Cool color - Information

#afb9cd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #afb9cd Color code in RGB color code model is created after adding 68.63% red color, 72.55% green color and 80.39% blue color. Hex #afb9cd Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 10% magenta, 0% yellow and 20% black.

Hex #afb9cd color code is between #aabbcc web safe hex color code and #bbaadd web safe hex color code. #aabbcc is the nearest web safe color code. You can see here many more shades of #afb9cd color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeafb9cd#afb9cd
RGB Decimal175, 185, 205rgb(175, 185, 205)
RGB Percent69%, 73%, 80%rgb(69%, 73%, 80%)
CSS RGBa175, 185, 205,1rgba(175,185,205,1)
CMYK Modelcmyk(15%,10%,0%,20%)
HSL Color Space220,23% ,75%hsl(220,23% ,75%)
HSV Color Space220°, 15%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111011100111001101
Octal257271315
Decimal175185205
Hexafb9cd

Different shades of #afb9cd color code.

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

Light Shade of #afb9cd
#ced4e1
Dark Shade of #afb9cd
#909eb9
Saturated Shade of #afb9cd
#a8b7d3
Desaturated Shade of #afb9cd
#b5bbc6
Grey scale Shade of #afb9cd
#bebebe
Brighten Shade
#c8d2e6
Most Readable Shade
#000000

Shades of #afb9cd color code

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

#afb9cd
#9ba4b6
#888f9f
#747b88
#616671
#4d525b
#3a3d44
#26292d
#131416
#000000

Similar Color like #afb9cd color

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

#b0bace
#b1bbcf
#b2bcd0
#b3bdd1
#b4bed2
#b5bfd3
#b6c0d4
#b7c1d5
#b8c2d6
#b9c3d7
#bac4d8
#bbc5d9
#bcc6da
#bdc7db
#aeb8cc
#adb7cb
#acb6ca
#abb5c9
#aab4c8
#a9b3c7
#a8b2c6
#a7b1c5
#a6b0c4
#a5afc3
#a4aec2
#a3adc1
#a2acc0
#a1abbf

Monochromatic Color with #afb9cd

#afb9cd
#d3dff7
#1e2023
#42464d
#666c78
#8b93a2

Tints of #afb9cd Color

#afb9cd
#b7c0d2
#c0c8d8
#c9d0dd
#d2d8e3
#dbdfe8
#e4e7ee
#edeff3
#f6f7f9
#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

#afb9cd
#cdc3af

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

Split Complementary

#afb9cd
#cdb4af
#c8cdaf

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

Analogous Color

#afc5cd
#afbfcd
#afb9cd
#afb3cd
#b1afcd

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

#afb9cd
#cdafb9
#b9cdaf

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

#afb9cd
#cdafc8
#cdc3af
#afcdb4

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

#afb9cd
#cdc3af
#c8cdaf
#b4afcd

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

#afb9cd Color Code Preview on Black Background Color

This is how #afb9cd Color will look on black background color. Color contrast ratio is 10.64

#afb9cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb9cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #afb9cd

#afb9cd color code is use for CSS Background Color

Background color for the above div is #afb9cd

HTML with inline CSS

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

#afb9cd color code is use for CSS Border Color

CSS Border color for the above div is #afb9cd

HTML with inline CSS

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

CSS Border Left color for the above div is #afb9cd

HTML with inline CSS

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

CSS Border Right color for the above div is #afb9cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #afb9cd

HTML with inline CSS

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

CSS Border Top color for the above div is #afb9cd

HTML with inline CSS

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

#afb9cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#afb9cd Color code Preview on White Background

This is how #afb9cd Color code will look on white background color. Color contrast ratio is 1.97

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.