crispedge.com

Color picker

Loading...

#ccc5bb hex color - Green - Warm color - Information

#ccc5bb hex color - Green - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Green

Hex #ccc5bb Color code in RGB color code model is created after adding 80% red color, 77.25% green color and 73.33% blue color. Hex #ccc5bb Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 3% magenta, 8% yellow and 20% black.

Hex #ccc5bb color code is between #bbccaa web safe hex color code and #ddbbcc web safe hex color code. #bbccaa is the nearest web safe color code. You can see here many more shades of #ccc5bb color code.

0 Likes 0 Comments | 20 Views

RGB Chart

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

Color Table

Hex Color Codeccc5bb#ccc5bb
RGB Decimal204, 197, 187rgb(204, 197, 187)
RGB Percent80%, 77%, 73%rgb(80%, 77%, 73%)
CSS RGBa204, 197, 187,1rgba(204,197,187,1)
CMYK Modelcmyk(0%,3%,8%,20%)
HSL Color Space35,14% ,77%hsl(35,14% ,77%)
HSV Color Space35°, 8%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011001100010110111011
Octal314305273
Decimal204197187
Hexccc5bb

Different shades of #ccc5bb color code.

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

Light Shade of #ccc5bb
#e2ded8
Dark Shade of #ccc5bb
#b6ac9e
Saturated Shade of #ccc5bb
#d2c6b5
Desaturated Shade of #ccc5bb
#c6c4c1
Grey scale Shade of #ccc5bb
#c3c3c3
Brighten Shade
#e5ded4
Most Readable Shade
#000000

Shades of #ccc5bb color code

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

#ccc5bb
#b5afa6
#9e9991
#88837c
#716d67
#5a5753
#44413e
#2d2b29
#161514
#000000

Similar Color like #ccc5bb color

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

#cdc6bc
#cec7bd
#cfc8be
#d0c9bf
#d1cac0
#d2cbc1
#d3ccc2
#d4cdc3
#d5cec4
#d6cfc5
#d7d0c6
#d8d1c7
#d9d2c8
#dad3c9
#cbc4ba
#cac3b9
#c9c2b8
#c8c1b7
#c7c0b6
#c6bfb5
#c5beb4
#c4bdb3
#c3bcb2
#c2bbb1
#c1bab0
#c0b9af
#bfb8ae
#beb7ad

Monochromatic Color with #ccc5bb

#ccc5bb
#f6eee2
#22211f
#4c4a46
#77736d
#a19c94

Tints of #ccc5bb Color

#ccc5bb
#d1cbc2
#d7d1ca
#ddd8d1
#e2ded9
#e8e5e0
#eeebe8
#f3f2ef
#f9f8f7
#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

#ccc5bb
#bbc2cc

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

Split Complementary

#ccc5bb
#bbcbcc
#bcbbcc

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

Analogous Color

#ccbebb
#ccc2bb
#ccc5bb
#ccc8bb
#ccccbb

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

#ccc5bb
#bbccc5
#c5bbcc

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

#ccc5bb
#bbccbc
#bbc2cc
#ccbbca

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

#ccc5bb
#bbc2cc
#bcbbcc
#cbccbb

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 #ccc5bb 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.

#ccc5bb Color Code Preview on Black Background Color

This is how #ccc5bb Color will look on black background color. Color contrast ratio is 12.27

#ccc5bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc5bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ccc5bb

#ccc5bb color code is use for CSS Background Color

Background color for the above div is #ccc5bb

HTML with inline CSS

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

#ccc5bb color code is use for CSS Border Color

CSS Border color for the above div is #ccc5bb

HTML with inline CSS

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

CSS Border Left color for the above div is #ccc5bb

HTML with inline CSS

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

CSS Border Right color for the above div is #ccc5bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ccc5bb

HTML with inline CSS

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

CSS Border Top color for the above div is #ccc5bb

HTML with inline CSS

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

#ccc5bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ccc5bb Color code Preview on White Background

This is how #ccc5bb Color code will look on white background color. Color contrast ratio is 1.71

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

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(204,197,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,194,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(204,197,187,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 20 Views

Post your comment:-

By submitting comment you agree to our privacy policy.