crispedge.com

Color picker

Loading...

#acbcbb hex color - Green - Cool color - Information

#acbcbb hex color - Green - Cool color

Color Hue/Base color: Green

Hex #acbcbb Color code in RGB color code model is created after adding 67.45% red color, 73.73% green color and 73.33% blue color. Hex #acbcbb Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 0% magenta, 1% yellow and 26% black.

Hex #acbcbb color code is between #aabbaa web safe hex color code and #bbcccc web safe hex color code. #aabbaa is the nearest web safe color code. You can see here many more shades of #acbcbb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeacbcbb#acbcbb
RGB Decimal172, 188, 187rgb(172, 188, 187)
RGB Percent67%, 74%, 73%rgb(67%, 74%, 73%)
CSS RGBa172, 188, 187,1rgba(172,188,187,1)
CMYK Modelcmyk(9%,0%,1%,26%)
HSL Color Space176,11% ,71%hsl(176,11% ,71%)
HSV Color Space176°, 9%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001011110010111011
Octal254274273
Decimal172188187
Hexacbcbb

Different shades of #acbcbb color code.

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

Light Shade of #acbcbb
#c8d3d2
Dark Shade of #acbcbb
#90a5a4
Saturated Shade of #acbcbb
#a4c3c2
Desaturated Shade of #acbcbb
#b3b4b4
Grey scale Shade of #acbcbb
#b4b4b4
Brighten Shade
#c5d5d4
Most Readable Shade
#000000

Shades of #acbcbb color code

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

#acbcbb
#98a7a6
#859291
#727d7c
#5f6867
#4c5353
#393e3e
#262929
#131414
#000000

Similar Color like #acbcbb color

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

#adbdbc
#aebebd
#afbfbe
#b0c0bf
#b1c1c0
#b2c2c1
#b3c3c2
#b4c4c3
#b5c5c4
#b6c6c5
#b7c7c6
#b8c8c7
#b9c9c8
#bacac9
#abbbba
#aabab9
#a9b9b8
#a8b8b7
#a7b7b6
#a6b6b5
#a5b5b4
#a4b4b3
#a3b3b2
#a2b2b1
#a1b1b0
#a0b0af
#9fafae
#9eaead

Monochromatic Color with #acbcbb

#acbcbb
#d3e6e5
#101212
#373c3c
#5e6766
#859191

Tints of #acbcbb Color

#acbcbb
#b5c3c2
#becaca
#c7d2d1
#d0d9d9
#dae1e0
#e3e8e8
#ecf0ef
#f5f7f7
#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

#acbcbb
#bcacad

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

Split Complementary

#acbcbb
#bcacb5
#bcb3ac

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

Analogous Color

#acbcb5
#acbcb8
#acbcbb
#acbabc
#acb7bc

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

#acbcbb
#bbacbc
#bcbbac

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

#acbcbb
#b3acbc
#bcacad
#b5bcac

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

#acbcbb
#bcacad
#bcb3ac
#acb5bc

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

#acbcbb Color Code Preview on Black Background Color

This is how #acbcbb Color will look on black background color. Color contrast ratio is 10.66

#acbcbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbcbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #acbcbb

#acbcbb color code is use for CSS Background Color

Background color for the above div is #acbcbb

HTML with inline CSS

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

#acbcbb color code is use for CSS Border Color

CSS Border color for the above div is #acbcbb

HTML with inline CSS

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

CSS Border Left color for the above div is #acbcbb

HTML with inline CSS

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

CSS Border Right color for the above div is #acbcbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #acbcbb

HTML with inline CSS

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

CSS Border Top color for the above div is #acbcbb

HTML with inline CSS

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

#acbcbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#acbcbb Color code Preview on White Background

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.