Skip to main content Skip to docs navigation

#c2cbbd hex color | Download Light Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Desert Panzer and its hex is #C0CABC Nearest Color Name

Color Hue/Base color: Green

Hex #c2cbbd Color code in RGB color code model is created after adding 76.08% red color, 79.61% green color and 74.12% blue color. Hex #c2cbbd Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 0% magenta, 7% yellow and 20.39% black.

Hex #c2cbbd color code is between #bbccbb web safe hex color code and #ccbbcc web safe hex color code. #bbccbb is the nearest web safe color code. You can see here many more shades of #c2cbbd color code.

RGB Chart

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

Color Table

Hex Color Code c2cbbd #c2cbbd
RGB Decimal 194, 203, 189 194, 203, 189
RGB Percent 76%, 80%, 74% rgb(76%, 80%, 74%)
CSS RGBa 194, 203, 189,1 rgba(194,203,189,1)
CMYK Model cmyk(4%,0%,7%,20.39%)
HSL Color Space 99,12% ,77% hsl(99,12% ,77%)
HSV Color Space 99°, 7%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 11000010 11001011 10111101
Octal 302 313 275
Decimal 194 203 189
Hex c2 cb bd

Different shades of #c2cbbd color code.

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

Darkest of #c2cbbd
#738669
Darker of #c2cbbd
#8d9e84
Dark of #c2cbbd
#a8b5a0
Base of #c2cbbd
#c2cbbd
Light of #c2cbbd
#dce1da
Lighter
#f7f8f6
Lightest
#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

#c2cbbd
#c6bdcb

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

Split Complementary

#c2cbbd
#bfbdcb
#cbbdc9

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

Analogous Color

#cacbbd
#c8cbbd
#c2cbbd
#bdcbbd
#bdcbc2

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

#c2cbbd
#cbbdc2
#bdc2cb

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

#c2cbbd
#bdc2cb
#c6bdcb
#cbc6bd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#c2cbbd
#bdc9cb
#c6bdcb
#cbbfbd

Square 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).

Monochromatic Color with #c2cbbd

#5b6953
#738669
#8d9e84
#a8b5a0
#c2cbbd
#dce1da
#f7f8f6
#ffffff
#ffffff

Tints of #c2cbbd Color

#c2cbbd
#c8d0c4
#cfd6cb
#d6dcd3
#dde2da
#e3e7e1
#eaede9
#f1f3f0
#f8f9f7
#ffffff

Shades of #c2cbbd color code

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

#c2cbbd
#acb4a8
#969d93
#81877e
#6b7069
#565a54
#40433f
#2b2d2a
#151615
#000000

Tones

#c2cbbd
#c4c4c4
#c4c4c4
#c4c4c4
#c4c4c4

Tones

Similar Color like #c2cbbd color

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

#c3ccbe
#c4cdbf
#c5cec0
#c6cfc1
#c7d0c2
#c8d1c3
#c9d2c4
#cad3c5
#cbd4c6
#ccd5c7
#cdd6c8
#ced7c9
#cfd8ca
#d0d9cb
#c1cabc
#c0c9bb
#bfc8ba
#bec7b9
#bdc6b8
#bcc5b7
#bbc4b6
#bac3b5
#b9c2b4
#b8c1b3
#b7c0b2
#b6bfb1
#b5beb0
#b4bdaf

Download this Light Green

Hex #c2cbbd 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.

#c2cbbd Color Code Preview on Black Background Color

This is how #c2cbbd Color will look on black background color. Color contrast ratio is 12.57

#c2cbbd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2cbbd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c2cbbd

#c2cbbd color code is use for CSS Background Color

Background color for the above div is #c2cbbd

HTML with inline CSS

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

#c2cbbd color code is use for CSS Border Color

CSS Border color for the above div is #c2cbbd

HTML with inline CSS

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

CSS Border Left color for the above div is #c2cbbd

HTML with inline CSS

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

CSS Border Right color for the above div is #c2cbbd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c2cbbd

HTML with inline CSS

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

CSS Border Top color for the above div is #c2cbbd

HTML with inline CSS

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

#c2cbbd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c2cbbd Color code Preview on White Background

This is how #c2cbbd Color code will look on white background color. Color contrast ratio is 1.67

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(194,203,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(198,189,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(194,203,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }