crispedge.com

Color picker

Loading...

#81868e hex color - Grey - Cool color - Information

#81868e hex color - Grey - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Grey

Hex #81868e Color code in RGB color code model is created after adding 50.59% red color, 52.55% green color and 55.69% blue color. Hex #81868e Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 6% magenta, 0% yellow and 44% black.

Hex #81868e color code is between #888888 web safe hex color code and #777799 web safe hex color code. #888888 is the nearest web safe color code. You can see here many more shades of #81868e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code81868e#81868e
RGB Decimal129, 134, 142rgb(129, 134, 142)
RGB Percent51%, 53%, 56%rgb(51%, 53%, 56%)
CSS RGBa129, 134, 142,1rgba(129,134,142,1)
CMYK Modelcmyk(9%,6%,0%,44%)
HSL Color Space217,5% ,53%hsl(217,5% ,53%)
HSV Color Space217°, 9%, 56%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000011000011010001110
Octal201206216
Decimal129134142
Hex81868e

Different shades of #81868e color code.

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

Light Shade of #81868e
#9ca0a6
Dark Shade of #81868e
#686d74
Saturated Shade of #81868e
#75839a
Desaturated Shade of #81868e
#878787
Grey scale Shade of #81868e
#878787
Brighten Shade
#9a9fa7
Most Readable Shade
#FFFFFF

Shades of #81868e color code

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

#81868e
#72777e
#64686e
#56595e
#474a4e
#393b3f
#2b2c2f
#1c1d1f
#0e0e0f
#000000

Similar Color like #81868e color

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

#82878f
#838890
#848991
#858a92
#868b93
#878c94
#888d95
#898e96
#8a8f97
#8b9098
#8c9199
#8d929a
#8e939b
#8f949c
#80858d
#7f848c
#7e838b
#7d828a
#7c8189
#7b8088
#7a7f87
#797e86
#787d85
#777c84
#767b83
#757a82
#747981
#737880

Monochromatic Color with #81868e

#81868e
#a8aeb8
#ced6e3
#0d0e0e
#343639
#5a5e63

Tints of #81868e Color

#81868e
#8f939a
#9da0a7
#abaeb3
#b9bbc0
#c7c9cc
#d5d6d9
#e3e4e5
#f1f1f2
#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

#81868e
#8e8981

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

Split Complementary

#81868e
#8e8281
#8d8e81

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

Analogous Color

#818b8e
#81898e
#81868e
#81838e
#81818e

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

#81868e
#8e8186
#868e81

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

#81868e
#8e818c
#8e8981
#818e82

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

#81868e
#8e8981
#8d8e81
#82818e

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 #81868e 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.

#81868e Color Code Preview on Black Background Color

This is how #81868e Color will look on black background color. Color contrast ratio is 5.73

#81868e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #81868e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #81868e

#81868e color code is use for CSS Background Color

Background color for the above div is #81868e

HTML with inline CSS

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

#81868e color code is use for CSS Border Color

CSS Border color for the above div is #81868e

HTML with inline CSS

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

CSS Border Left color for the above div is #81868e

HTML with inline CSS

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

CSS Border Right color for the above div is #81868e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #81868e

HTML with inline CSS

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

CSS Border Top color for the above div is #81868e

HTML with inline CSS

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

#81868e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#81868e Color code Preview on White Background

This is how #81868e Color code will look on white background color. Color contrast ratio is 3.66

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

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(129,134,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,137,129,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(129,134,142,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.