crispedge.com

Color picker

Loading...

#cec3bc hex color - Grey - Warm color - Information

#cec3bc hex color - Grey - Warm color

Color Mixture: Orange and Brown

Color Hue/Base color: Grey

Hex #cec3bc Color code in RGB color code model is created after adding 80.78% red color, 76.47% green color and 73.73% blue color. Hex #cec3bc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 5% magenta, 9% yellow and 19% black.

Hex #cec3bc color code is between #ccbbbb web safe hex color code and #ddcccc web safe hex color code. #ccbbbb is the nearest web safe color code. You can see here many more shades of #cec3bc color code.

0 Likes 0 Comments | 11 Views

RGB Chart

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

Color Table

Hex Color Codecec3bc#cec3bc
RGB Decimal206, 195, 188rgb(206, 195, 188)
RGB Percent81%, 76%, 74%rgb(81%, 76%, 74%)
CSS RGBa206, 195, 188,1rgba(206,195,188,1)
CMYK Modelcmyk(0%,5%,9%,19%)
HSL Color Space23,16% ,77%hsl(23,16% ,77%)
HSV Color Space23°, 9%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110011101100001110111100
Octal316303274
Decimal206195188
Hexcec3bc

Different shades of #cec3bc color code.

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

Light Shade of #cec3bc
#e4ddd9
Dark Shade of #cec3bc
#b8a99f
Saturated Shade of #cec3bc
#d4c2b6
Desaturated Shade of #cec3bc
#c8c4c2
Grey scale Shade of #cec3bc
#c5c5c5
Brighten Shade
#e7dcd5
Most Readable Shade
#000000

Shades of #cec3bc color code

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

#cec3bc
#b7ada7
#a09792
#89827d
#726c68
#5b5653
#44413e
#2d2b29
#161514
#000000

Similar Color like #cec3bc color

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

#cfc4bd
#d0c5be
#d1c6bf
#d2c7c0
#d3c8c1
#d4c9c2
#d5cac3
#d6cbc4
#d7ccc5
#d8cdc6
#d9cec7
#dacfc8
#dbd0c9
#dcd1ca
#cdc2bb
#ccc1ba
#cbc0b9
#cabfb8
#c9beb7
#c8bdb6
#c7bcb5
#c6bbb4
#c5bab3
#c4b9b2
#c3b8b1
#c2b7b0
#c1b6af
#c0b5ae

Monochromatic Color with #cec3bc

#cec3bc
#f8ebe3
#242221
#4e4a48
#79736e
#a39b95

Tints of #cec3bc Color

#cec3bc
#d3c9c3
#d8d0ca
#ded7d2
#e3ddd9
#e9e4e1
#eeebe8
#f4f1f0
#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

#cec3bc
#bcc7ce

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

Split Complementary

#cec3bc
#bccecc
#bcbece

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

Analogous Color

#cebcbc
#cebfbc
#cec3bc
#cec7bc
#cecabc

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

#cec3bc
#bccec3
#c3bcce

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

#cec3bc
#becebc
#bcc7ce
#ccbcce

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

#cec3bc
#bcc7ce
#bcbece
#ceccbc

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

#cec3bc Color Code Preview on Black Background Color

This is how #cec3bc Color will look on black background color. Color contrast ratio is 12.16

#cec3bc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cec3bc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cec3bc

#cec3bc color code is use for CSS Background Color

Background color for the above div is #cec3bc

HTML with inline CSS

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

#cec3bc color code is use for CSS Border Color

CSS Border color for the above div is #cec3bc

HTML with inline CSS

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

CSS Border Left color for the above div is #cec3bc

HTML with inline CSS

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

CSS Border Right color for the above div is #cec3bc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cec3bc

HTML with inline CSS

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

CSS Border Top color for the above div is #cec3bc

HTML with inline CSS

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

#cec3bc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cec3bc Color code Preview on White Background

This is how #cec3bc Color code will look on white background color. Color contrast ratio is 1.73

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

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(206,195,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,199,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(206,195,188,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 11 Views

Post your comment:-

By submitting comment you agree to our privacy policy.