crispedge.com

Color picker

Loading...

#acb2d9 hex color - Blue - Cool color - Information

#acb2d9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #acb2d9 Color code in RGB color code model is created after adding 67.45% red color, 69.8% green color and 85.1% blue color. Hex #acb2d9 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 18% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeacb2d9#acb2d9
RGB Decimal172, 178, 217rgb(172, 178, 217)
RGB Percent67%, 70%, 85%rgb(67%, 70%, 85%)
CSS RGBa172, 178, 217,1rgba(172,178,217,1)
CMYK Modelcmyk(21%,18%,0%,15%)
HSL Color Space232,37% ,76%hsl(232,37% ,76%)
HSV Color Space232°, 21%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001011001011011001
Octal254262331
Decimal172178217
Hexacb2d9

Different shades of #acb2d9 color code.

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

Light Shade of #acb2d9
#cfd2e9
Dark Shade of #acb2d9
#8992c9
Saturated Shade of #acb2d9
#a6aedf
Desaturated Shade of #acb2d9
#b2b6d3
Grey scale Shade of #acb2d9
#c2c2c2
Brighten Shade
#c5cbf2
Most Readable Shade
#000000

Shades of #acb2d9 color code

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

#acb2d9
#989ec0
#858aa8
#727690
#5f6278
#4c4f60
#393b48
#262730
#131318
#000000

Similar Color like #acb2d9 color

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

#adb3da
#aeb4db
#afb5dc
#b0b6dd
#b1b7de
#b2b8df
#b3b9e0
#b4bae1
#b5bbe2
#b6bce3
#b7bde4
#b8bee5
#b9bfe6
#bac0e7
#abb1d8
#aab0d7
#a9afd6
#a8aed5
#a7add4
#a6acd3
#a5abd2
#a4aad1
#a3a9d0
#a2a8cf
#a1a7ce
#a0a6cd
#9fa5cc
#9ea4cb

Monochromatic Color with #acb2d9

#acb2d9
#040404
#25272f
#474959
#696c84
#8a8fae

Tints of #acb2d9 Color

#acb2d9
#b5badd
#bec3e1
#c7cbe5
#d0d4e9
#dadcee
#e3e5f2
#ecedf6
#f5f6fa
#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

#acb2d9
#d9d3ac

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

Split Complementary

#acb2d9
#d9bdac
#c9d9ac

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

Analogous Color

#acc4d9
#acbbd9
#acb2d9
#afacd9
#b8acd9

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

#acb2d9
#d9acb2
#b2d9ac

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

#acb2d9
#d9acc8
#d9d3ac
#acd9bc

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

#acb2d9
#d9d3ac
#c9d9ac
#bdacd9

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

#acb2d9 Color Code Preview on Black Background Color

This is how #acb2d9 Color will look on black background color. Color contrast ratio is 10.12

#acb2d9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb2d9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acb2d9

#acb2d9 color code is use for CSS Background Color

Background color for the above div is #acb2d9

HTML with inline CSS

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

#acb2d9 color code is use for CSS Border Color

CSS Border color for the above div is #acb2d9

HTML with inline CSS

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

CSS Border Left color for the above div is #acb2d9

HTML with inline CSS

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

CSS Border Right color for the above div is #acb2d9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acb2d9

HTML with inline CSS

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

CSS Border Top color for the above div is #acb2d9

HTML with inline CSS

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

#acb2d9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acb2d9 Color code Preview on White Background

This is how #acb2d9 Color code will look on white background color. Color contrast ratio is 2.07

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.