Skip to main content Skip to docs navigation

#d5bbbc hex color | Download Light Red BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Rose Stain and its hex is #D3B6BA Nearest Color Name

Color Hue/Base color: Red

Hex #d5bbbc Color code in RGB color code model is created after adding 83.53% red color, 73.33% green color and 73.73% blue color. Hex #d5bbbc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 12% magenta, 12% yellow and 16.47% black.

Hex #d5bbbc color code is between #ddaabb web safe hex color code and #cccccc web safe hex color code. #ddaabb is the nearest web safe color code. You can see here many more shades of #d5bbbc color code.

RGB Chart

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

Color Table

Hex Color Code d5bbbc #d5bbbc
RGB Decimal 213, 187, 188 213, 187, 188
RGB Percent 84%, 73%, 74% rgb(84%, 73%, 74%)
CSS RGBa 213, 187, 188,1 rgba(213,187,188,1)
CMYK Model cmyk(0%,12%,12%,16.47%)
HSL Color Space 358,24% ,78% hsl(358,24% ,78%)
HSV Color Space 358°, 12%, 84%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11010101 10111011 10111100
Octal 325 273 274
Decimal 213 187 188
Hex d5 bb bc

Different shades of #d5bbbc color code.

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

Darkest of #d5bbbc
#995e61
Darker of #d5bbbc
#ae7c7e
Dark of #d5bbbc
#c29b9d
Base of #d5bbbc
#d5bbbc
Light of #d5bbbc
#e8dbdb
Lighter
#fcfafa
Lightest
#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

#d5bbbc
#bbd5d4

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

Split Complementary

#d5bbbc
#bbd5c7
#bbc9d5

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

Analogous Color

#d5bbcb
#d5bbc7
#d5bbbc
#d5c3bb
#d5cdbb

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

#d5bbbc
#bbbcd5
#bcd5bb

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

#d5bbbc
#bcd5bb
#bbd5d4
#d4bbd5

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#d5bbbc
#c9d5bb
#bbd5d4
#c7bbd5

Square 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).

Monochromatic Color with #d5bbbc

#794b4d
#995e61
#ae7c7e
#c29b9d
#d5bbbc
#e8dbdb
#fcfafa
#ffffff
#ffffff

Tints of #d5bbbc Color

#d5bbbc
#d9c2c3
#decaca
#e3d1d2
#e7d9d9
#ece0e1
#f1e8e8
#f5eff0
#faf7f7
#ffffff

Shades of #d5bbbc color code

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

#d5bbbc
#bda6a7
#a59192
#8e7c7d
#766768
#5e5353
#473e3e
#2f2929
#171414
#000000

Tones

#d5bbbc
#cac6c6
#c8c8c8
#c8c8c8
#c8c8c8

Tones

Similar Color like #d5bbbc color

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

#d6bcbd
#d7bdbe
#d8bebf
#d9bfc0
#dac0c1
#dbc1c2
#dcc2c3
#ddc3c4
#dec4c5
#dfc5c6
#e0c6c7
#e1c7c8
#e2c8c9
#e3c9ca
#d4babb
#d3b9ba
#d2b8b9
#d1b7b8
#d0b6b7
#cfb5b6
#ceb4b5
#cdb3b4
#ccb2b3
#cbb1b2
#cab0b1
#c9afb0
#c8aeaf
#c7adae

Download this Light Red

Hex #d5bbbc 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.

#d5bbbc Color Code Preview on Black Background Color

This is how #d5bbbc Color will look on black background color. Color contrast ratio is 11.66

#d5bbbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d5bbbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d5bbbc

#d5bbbc color code is use for CSS Background Color

Background color for the above div is #d5bbbc

HTML with inline CSS

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

#d5bbbc color code is use for CSS Border Color

CSS Border color for the above div is #d5bbbc

HTML with inline CSS

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

CSS Border Left color for the above div is #d5bbbc

HTML with inline CSS

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

CSS Border Right color for the above div is #d5bbbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d5bbbc

HTML with inline CSS

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

CSS Border Top color for the above div is #d5bbbc

HTML with inline CSS

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

#d5bbbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d5bbbc Color code Preview on White Background

This is how #d5bbbc Color code will look on white background color. Color contrast ratio is 1.80

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(213,187,188,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,213,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(213,187,188,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }