crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#8d8889 hex color - Grey - Warm color - Information

#8d8889 hex color - Grey - Warm color

Color Mixture: Pink and Red

Color Hue/Base color: Grey

Hex #8d8889 Color code in RGB color code model is created after adding 55.29% red color, 53.33% green color and 53.73% blue color. Hex #8d8889 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 4% magenta, 3% yellow and 45% black.

Hex #8d8889 color code is between #887788 web safe hex color code and #999999 web safe hex color code. #887788 is the nearest web safe color code. You can see here many more shades of #8d8889 color code.

0 Likes 0 Comments | 30 Views

Color Table

Hex Color Code8d8889#8d8889
RGB Decimal141, 136, 137rgb(141, 136, 137)
RGB Percent55%, 53%, 54%rgb(55%, 53%, 54%)
CSS RGBa141, 136, 137,1rgba(141,136,137,1)
CMYK Modelcmyk(0%,4%,3%,45%)
HSL Color Space348,2% ,54%hsl(348,2% ,54%)
HSV Color Space348°, 4%, 55%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100011011000100010001001
Octal215210211
Decimal141136137
Hex8d8889

Different shades of #8d8889 color code.

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

Light Shade of #8d8889
#a6a2a3
Dark Shade of #8d8889
#736f70
Saturated Shade of #8d8889
#997c82
Desaturated Shade of #8d8889
#8a8a8a
Grey scale Shade of #8d8889
#8a8a8a
Brighten Shade
#a6a1a2
Most Readable Shade
#000000

Shades of #8d8889 color code

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

#8d8889
#7d7879
#6d696a
#5e5a5b
#4e4b4c
#3e3c3c
#2f2d2d
#1f1e1e
#0f0f0f
#000000

Similar Color like #8d8889 color

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

#8e898a
#8f8a8b
#908b8c
#918c8d
#928d8e
#938e8f
#948f90
#959091
#969192
#979293
#989394
#999495
#9a9596
#9b9697
#8c8788
#8b8687
#8a8586
#898485
#888384
#878283
#868182
#858081
#847f80
#837e7f
#827d7e
#817c7d
#807b7c
#7f7a7b

Monochromatic Color with #8d8889

#8d8889
#b7b1b2
#e2dadc
#0d0d0d
#383636
#625f60

Tints of #8d8889 Color

#8d8889
#999596
#a6a2a3
#b3afb0
#bfbcbd
#cccaca
#d9d7d7
#e5e4e4
#f2f1f1
#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

#8d8889
#888d8c

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

Split Complementary

#8d8889
#888d8a
#888c8d

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

Analogous Color

#8d888b
#8d888a
#8d8889
#8d8888
#8d8988

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

#8d8889
#898d88
#88898d

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

#8d8889
#8b8d88
#888d8c
#89888d

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

#8d8889
#888d8c
#888c8d
#8d8a88

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 #8d8889 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.

#8d8889 Color Code Preview on Black Background Color

This is how #8d8889 Color will look on black background color. Color contrast ratio is 6.02

#8d8889 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8d8889

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8d8889

#8d8889 color code is use for CSS Background Color

Background color for the above div is #8d8889

HTML with inline CSS

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

#8d8889 color code is use for CSS Border Color

CSS Border color for the above div is #8d8889

HTML with inline CSS

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

CSS Border Left color for the above div is #8d8889

HTML with inline CSS

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

CSS Border Right color for the above div is #8d8889

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8d8889

HTML with inline CSS

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

CSS Border Top color for the above div is #8d8889

HTML with inline CSS

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

#8d8889 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8d8889 Color code Preview on White Background

This is how #8d8889 Color code will look on white background color. Color contrast ratio is 3.49

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 30 Views

Post your comment:-

By submitting comment you agree to our privacy policy.