crispedge.com

Color picker

Loading...

#cbece6 hex color - Spearmint Leaf - Green - Cool color - Information

#cbece6 hex color - Spearmint Leaf - Green - Cool color

Color Hue/Base color: Green

Hex #cbece6 Color Code is also known as Spearmint Leaf color.

Hex #cbece6 Color code in RGB color code model is created after adding 79.61% red color, 92.55% green color and 90.2% blue color. Hex #cbece6 Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 0% magenta, 3% yellow and 7% black.

Hex #cbece6 color code is between #cceeee web safe hex color code and #bbdddd web safe hex color code. #cceeee is the nearest web safe color code. You can see here many more shades of #cbece6 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codecbece6#cbece6
RGB Decimal203, 236, 230rgb(203, 236, 230)
RGB Percent80%, 93%, 90%rgb(80%, 93%, 90%)
CSS RGBa203, 236, 230,1rgba(203,236,230,1)
CMYK Modelcmyk(14%,0%,3%,7%)
HSL Color Space169,46% ,86%hsl(169,46% ,86%)
HSV Color Space169°, 14%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110010111110110011100110
Octal313354346
Decimal203236230
Hexcbece6

Different shades of #cbece6 color code.

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

Light Shade of #cbece6
#f0faf8
Dark Shade of #cbece6
#a6ded4
Saturated Shade of #cbece6
#c7f0e8
Desaturated Shade of #cbece6
#cfe8e4
Grey scale Shade of #cbece6
#dbdbdb
Brighten Shade
#e4ffff
Most Readable Shade
#000000

Shades of #cbece6 color code

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

#cbece6
#b4d1cc
#9db7b2
#879d99
#70837f
#5a6866
#434e4c
#2d3433
#161a19
#000000

Similar Color like #cbece6 color

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

#ccede7
#cdeee8
#ceefe9
#cff0ea
#d0f1eb
#d1f2ec
#d2f3ed
#d3f4ee
#d4f5ef
#d5f6f0
#d6f7f1
#d7f8f2
#d8f9f3
#d9faf4
#caebe5
#c9eae4
#c8e9e3
#c7e8e2
#c6e7e1
#c5e6e0
#c4e5df
#c3e4de
#c2e3dd
#c1e2dc
#c0e1db
#bfe0da
#bedfd9
#bdded8

Monochromatic Color with #cbece6

#cbece6
#141717
#394240
#5d6c6a
#829793
#a6c1bd

Tints of #cbece6 Color

#cbece6
#d0eee8
#d6f0eb
#dcf2ee
#e2f4f1
#e7f6f3
#edf8f6
#f3faf9
#f9fcfc
#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

#cbece6
#eccbd1

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

Split Complementary

#cbece6
#eccbe1
#ecd6cb

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

Analogous Color

#cbecd9
#cbecdf
#cbece6
#cbebec
#cbe5ec

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

#cbece6
#e6cbec
#ece6cb

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

#cbece6
#d5cbec
#eccbd1
#e1eccb

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

#cbece6
#eccbd1
#ecd6cb
#cbe1ec

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

#cbece6 Color Code Preview on Black Background Color

This is how #cbece6 Color will look on black background color. Color contrast ratio is 16.68

#cbece6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cbece6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cbece6

#cbece6 color code is use for CSS Background Color

Background color for the above div is #cbece6

HTML with inline CSS

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

#cbece6 color code is use for CSS Border Color

CSS Border color for the above div is #cbece6

HTML with inline CSS

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

CSS Border Left color for the above div is #cbece6

HTML with inline CSS

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

CSS Border Right color for the above div is #cbece6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cbece6

HTML with inline CSS

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

CSS Border Top color for the above div is #cbece6

HTML with inline CSS

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

#cbece6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cbece6 Color code Preview on White Background

This is how #cbece6 Color code will look on white background color. Color contrast ratio is 1.26

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

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(203,236,230,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,203,209,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,236,230,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.