crispedge.com

Color picker

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

#82998c hex color - Green - Cool color - Information

#82998c hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #82998c Color code in RGB color code model is created after adding 50.98% red color, 60% green color and 54.9% blue color. Hex #82998c Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 0% magenta, 8% yellow and 40% black.

Hex #82998c color code is between #888888 web safe hex color code and #77aa99 web safe hex color code. #888888 is the nearest web safe color code. You can see here many more shades of #82998c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code82998c#82998c
RGB Decimal130, 153, 140rgb(130, 153, 140)
RGB Percent51%, 60%, 55%rgb(51%, 60%, 55%)
CSS RGBa130, 153, 140,1rgba(130,153,140,1)
CMYK Modelcmyk(15%,0%,8%,40%)
HSL Color Space146,10% ,55%hsl(146,10% ,55%)
HSV Color Space146°, 15%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000101001100110001100
Octal202231214
Decimal130153140
Hex82998c

Different shades of #82998c color code.

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

Light Shade of #82998c
#9eb0a6
Dark Shade of #82998c
#688072
Saturated Shade of #82998c
#77a48b
Desaturated Shade of #82998c
#8d8e8d
Grey scale Shade of #82998c
#8d8d8d
Brighten Shade
#9bb2a5
Most Readable Shade
#000000

Shades of #82998c color code

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

#82998c
#73887c
#65776c
#56665d
#48554d
#39443e
#2b332e
#1c221f
#0e110f
#000000

Similar Color like #82998c color

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

#839a8d
#849b8e
#859c8f
#869d90
#879e91
#889f92
#89a093
#8aa194
#8ba295
#8ca396
#8da497
#8ea598
#8fa699
#90a79a
#81988b
#80978a
#7f9689
#7e9588
#7d9487
#7c9386
#7b9285
#7a9184
#799083
#788f82
#778e81
#768d80
#758c7f
#748b7e

Monochromatic Color with #82998c

#82998c
#a6c3b3
#caeeda
#161917
#3a443e
#5e6e65

Tints of #82998c Color

#82998c
#8fa498
#9dafa5
#abbbb2
#b9c6bf
#c7d1cb
#d5ddd8
#e3e8e5
#f1f3f2
#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

#82998c
#99828f

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

Split Complementary

#82998c
#988299
#998283

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

Analogous Color

#829983
#829987
#82998c
#829991
#829995

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

#82998c
#8c8299
#998c82

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

#82998c
#828499
#99828f
#999782

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

#82998c
#99828f
#998283
#829998

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 #82998c 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.

#82998c Color Code Preview on Black Background Color

This is how #82998c Color will look on black background color. Color contrast ratio is 6.88

#82998c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82998c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82998c

#82998c color code is use for CSS Background Color

Background color for the above div is #82998c

HTML with inline CSS

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

#82998c color code is use for CSS Border Color

CSS Border color for the above div is #82998c

HTML with inline CSS

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

CSS Border Left color for the above div is #82998c

HTML with inline CSS

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

CSS Border Right color for the above div is #82998c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82998c

HTML with inline CSS

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

CSS Border Top color for the above div is #82998c

HTML with inline CSS

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

#82998c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82998c Color code Preview on White Background

This is how #82998c Color code will look on white background color. Color contrast ratio is 3.05

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.