crispedge.com

Color picker

Loading...

#d7bbac hex color - Orange - Warm color - Information

#d7bbac hex color - Orange - Warm color

Color Hue/Base color: Orange

Hex #d7bbac Color code in RGB color code model is created after adding 84.31% red color, 73.33% green color and 67.45% blue color. Hex #d7bbac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 13% magenta, 20% yellow and 16% black.

Hex #d7bbac color code is between #ddaaaa web safe hex color code and #ccccbb web safe hex color code. #ddaaaa is the nearest web safe color code. You can see here many more shades of #d7bbac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded7bbac#d7bbac
RGB Decimal215, 187, 172rgb(215, 187, 172)
RGB Percent84%, 73%, 67%rgb(84%, 73%, 67%)
CSS RGBa215, 187, 172,1rgba(215,187,172,1)
CMYK Modelcmyk(0%,13%,20%,16%)
HSL Color Space21,35% ,76%hsl(21,35% ,76%)
HSV Color Space21°, 20%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101111011101110101100
Octal327273254
Decimal215187172
Hexd7bbac

Different shades of #d7bbac color code.

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

Light Shade of #d7bbac
#e8d7ce
Dark Shade of #d7bbac
#c69f8a
Saturated Shade of #d7bbac
#ddb9a6
Desaturated Shade of #d7bbac
#d1bdb2
Grey scale Shade of #d7bbac
#c1c1c1
Brighten Shade
#f0d4c5
Most Readable Shade
#000000

Shades of #d7bbac color code

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

#d7bbac
#bfa698
#a79185
#8f7c72
#77675f
#5f534c
#473e39
#2f2926
#171413
#000000

Similar Color like #d7bbac color

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

#d8bcad
#d9bdae
#dabeaf
#dbbfb0
#dcc0b1
#ddc1b2
#dec2b3
#dfc3b4
#e0c4b5
#e1c5b6
#e2c6b7
#e3c7b8
#e4c8b9
#e5c9ba
#d6baab
#d5b9aa
#d4b8a9
#d3b7a8
#d2b6a7
#d1b5a6
#d0b4a5
#cfb3a4
#ceb2a3
#cdb1a2
#ccb0a1
#cbafa0
#caae9f
#c9ad9e

Monochromatic Color with #d7bbac

#d7bbac
#020202
#2d2724
#574c46
#827168
#ac968a

Tints of #d7bbac Color

#d7bbac
#dbc2b5
#dfcabe
#e4d1c7
#e8d9d0
#ede0da
#f1e8e3
#f6efec
#faf7f5
#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

#d7bbac
#acc8d7

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

Split Complementary

#d7bbac
#acd7d0
#acb3d7

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

Analogous Color

#d7acae
#d7b2ac
#d7bbac
#d7c4ac
#d7ccac

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

#d7bbac
#acd7bb
#bbacd7

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

#d7bbac
#b2d7ac
#acc8d7
#d0acd7

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

#d7bbac
#acc8d7
#acb3d7
#d7d0ac

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

#d7bbac Color Code Preview on Black Background Color

This is how #d7bbac Color will look on black background color. Color contrast ratio is 11.59

#d7bbac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d7bbac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d7bbac

#d7bbac color code is use for CSS Background Color

Background color for the above div is #d7bbac

HTML with inline CSS

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

#d7bbac color code is use for CSS Border Color

CSS Border color for the above div is #d7bbac

HTML with inline CSS

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

CSS Border Left color for the above div is #d7bbac

HTML with inline CSS

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

CSS Border Right color for the above div is #d7bbac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d7bbac

HTML with inline CSS

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

CSS Border Top color for the above div is #d7bbac

HTML with inline CSS

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

#d7bbac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d7bbac Color code Preview on White Background

This is how #d7bbac Color code will look on white background color. Color contrast ratio is 1.81

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

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(215,187,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,200,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(215,187,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.