crispedge.com

Color picker

Loading...

#918e8c hex color - Antique Silver - Grey - Warm color - Information

#918e8c hex color - Antique Silver - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #918e8c Color Code is also known as Antique Silver color.

Hex #918e8c Color code in RGB color code model is created after adding 56.86% red color, 55.69% green color and 54.9% blue color. Hex #918e8c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 2% magenta, 3% yellow and 43% black.

Hex #918e8c color code is between #998888 web safe hex color code and #889999 web safe hex color code. #998888 is the nearest web safe color code. You can see here many more shades of #918e8c color code.

0 Likes 0 Comments | 99 Views

RGB Chart

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

Color Table

Hex Color Code918e8c#918e8c
RGB Decimal145, 142, 140rgb(145, 142, 140)
RGB Percent57%, 56%, 55%rgb(57%, 56%, 55%)
CSS RGBa145, 142, 140,1rgba(145,142,140,1)
CMYK Modelcmyk(0%,2%,3%,43%)
HSL Color Space24,2% ,56%hsl(24,2% ,56%)
HSV Color Space24°, 3%, 57%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100100011000111010001100
Octal221216214
Decimal145142140
Hex918e8c

Different shades of #918e8c color code.

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

Light Shade of #918e8c
#aaa8a6
Dark Shade of #918e8c
#787472
Saturated Shade of #918e8c
#9c8c81
Desaturated Shade of #918e8c
#8e8e8e
Grey scale Shade of #918e8c
#8e8e8e
Brighten Shade
#aaa7a5
Most Readable Shade
#000000

Shades of #918e8c color code

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

#918e8c
#807e7c
#706e6c
#605e5d
#504e4d
#403f3e
#302f2e
#201f1f
#100f0f
#000000

Similar Color like #918e8c color

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

#928f8d
#93908e
#94918f
#959290
#969391
#979492
#989593
#999694
#9a9795
#9b9896
#9c9997
#9d9a98
#9e9b99
#9f9c9a
#908d8b
#8f8c8a
#8e8b89
#8d8a88
#8c8987
#8b8886
#8a8785
#898684
#888583
#878482
#868381
#858280
#84817f
#83807e

Monochromatic Color with #918e8c

#918e8c
#bbb8b5
#e6e1de
#111111
#3c3b3a
#666463

Tints of #918e8c Color

#918e8c
#9d9a98
#a9a7a5
#b5b3b2
#c1c0bf
#cecccb
#dad9d8
#e6e5e5
#f2f2f2
#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

#918e8c
#8c8f91

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

Split Complementary

#918e8c
#8c9191
#8c8d91

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

Analogous Color

#918c8c
#918d8c
#918e8c
#918f8c
#91908c

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

#918e8c
#8c918e
#8e8c91

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

#918e8c
#8c918c
#8c8f91
#908c91

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

#918e8c
#8c8f91
#8c8d91
#91918c

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 #918e8c 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.

#918e8c Color Code Preview on Black Background Color

This is how #918e8c Color will look on black background color. Color contrast ratio is 6.45

#918e8c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #918e8c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #918e8c

#918e8c color code is use for CSS Background Color

Background color for the above div is #918e8c

HTML with inline CSS

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

#918e8c color code is use for CSS Border Color

CSS Border color for the above div is #918e8c

HTML with inline CSS

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

CSS Border Left color for the above div is #918e8c

HTML with inline CSS

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

CSS Border Right color for the above div is #918e8c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #918e8c

HTML with inline CSS

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

CSS Border Top color for the above div is #918e8c

HTML with inline CSS

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

#918e8c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#918e8c Color code Preview on White Background

This is how #918e8c Color code will look on white background color. Color contrast ratio is 3.25

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

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(145,142,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,143,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(145,142,140,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 99 Views

Post your comment:-

By submitting comment you agree to our privacy policy.