crispedge.com

Color picker

Loading...

#dbe0ac hex color - Green - Warm color - Information

#dbe0ac hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #dbe0ac Color code in RGB color code model is created after adding 85.88% red color, 87.84% green color and 67.45% blue color. Hex #dbe0ac Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 0% magenta, 23% yellow and 12% black.

Hex #dbe0ac color code is between #ddddaa web safe hex color code and #cceebb web safe hex color code. #ddddaa is the nearest web safe color code. You can see here many more shades of #dbe0ac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedbe0ac#dbe0ac
RGB Decimal219, 224, 172rgb(219, 224, 172)
RGB Percent86%, 88%, 67%rgb(86%, 88%, 67%)
CSS RGBa219, 224, 172,1rgba(219,224,172,1)
CMYK Modelcmyk(2%,0%,23%,12%)
HSL Color Space66,46% ,78%hsl(66,46% ,78%)
HSV Color Space66°, 23%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111110000010101100
Octal333340254
Decimal219224172
Hexdbe0ac

Different shades of #dbe0ac color code.

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

Light Shade of #dbe0ac
#ebeed1
Dark Shade of #dbe0ac
#cbd287
Saturated Shade of #dbe0ac
#e0e6a6
Desaturated Shade of #dbe0ac
#d6dab2
Grey scale Shade of #dbe0ac
#c6c6c6
Brighten Shade
#f4f9c5
Most Readable Shade
#000000

Shades of #dbe0ac color code

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

#dbe0ac
#c2c798
#aaae85
#929572
#797c5f
#61634c
#494a39
#303126
#181813
#000000

Similar Color like #dbe0ac color

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

#dce1ad
#dde2ae
#dee3af
#dfe4b0
#e0e5b1
#e1e6b2
#e2e7b3
#e3e8b4
#e4e9b5
#e5eab6
#e6ebb7
#e7ecb8
#e8edb9
#e9eeba
#dadfab
#d9deaa
#d8dda9
#d7dca8
#d6dba7
#d5daa6
#d4d9a5
#d3d8a4
#d2d7a3
#d1d6a2
#d0d5a1
#cfd4a0
#ced39f
#cdd29e

Monochromatic Color with #dbe0ac

#dbe0ac
#0b0b09
#353629
#5e604a
#888b6b
#b1b58b

Tints of #dbe0ac Color

#dbe0ac
#dfe3b5
#e3e6be
#e7eac7
#ebedd0
#eff1da
#f3f4e3
#f7f8ec
#fbfbf5
#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

#dbe0ac
#b1ace0

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

Split Complementary

#dbe0ac
#acc1e0
#cbace0

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

Analogous Color

#e0d0ac
#e0dbac
#dbe0ac
#d1e0ac
#c6e0ac

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

#dbe0ac
#acdbe0
#e0acdb

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

#dbe0ac
#ace0cb
#b1ace0
#e0acc1

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

#dbe0ac
#b1ace0
#cbace0
#c1e0ac

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

#dbe0ac Color Code Preview on Black Background Color

This is how #dbe0ac Color will look on black background color. Color contrast ratio is 15.27

#dbe0ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbe0ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dbe0ac

#dbe0ac color code is use for CSS Background Color

Background color for the above div is #dbe0ac

HTML with inline CSS

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

#dbe0ac color code is use for CSS Border Color

CSS Border color for the above div is #dbe0ac

HTML with inline CSS

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

CSS Border Left color for the above div is #dbe0ac

HTML with inline CSS

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

CSS Border Right color for the above div is #dbe0ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dbe0ac

HTML with inline CSS

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

CSS Border Top color for the above div is #dbe0ac

HTML with inline CSS

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

#dbe0ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dbe0ac Color code Preview on White Background

This is how #dbe0ac Color code will look on white background color. Color contrast ratio is 1.38

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

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(219,224,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(177,172,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,224,172,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.