COLOR #D48C85

HEX: #D48C85
RGB: (212,140,133)

Color info

#D48C85 contains mainly red color. Web safe color of #D48C85 is #CC9999 (or #C99).

RGB color model

#D48C85 color RGB value is (212,140,133).

  • red value is 212;
  • green value is 140;
  • blue value is 133.
RGB:
(212,140,133)
(83%,55%,52%)

RGB channels and saturation

R 212 of 255 = 83%
G 140 of 255 = 55%
B 133 of 255 = 52%

212
140
133

R + G + B ~ 63%. #D48C85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 140 + 133 = 485 (100%)
R 212 of 485 ~ 43.71%
G 140 of 485 ~ 28.87%
B 133 of 485 ~ 27.42%

%43.71
%28.87
%27.42

CMYK color model

#D48C85 color CMYK value is (0,34,37,17).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 37.26%
  • key color value is 16.86%
CMYK:
(0,34,37,17)
C0M34Y37K17 
(0%,34%,37%,17%)
(0.00/0.34/0.37/0.17)	

CMYK percentages

%0
%33.96
%37.26
%16.86

Codes

Color #D48C85 in popluar color models

D48C85
RGB212140133
HSL47.88%67.65%
HSB/HSV37.26%83.14%
CMYK0.00%33.96%37.26%
16.86%

Color #D48C85 in popluar number systems.

HEXD48C85
Decimal212140133
Binary110101001000110010000101
Octal324214205

Shades and tints

Shades of #D48C85

#D48C85
(212,140,133)
#C18079
(193,128,121)
#AE746D
(174,116,109)
#9B6861
(155,104,97)
#885C55
(136,92,85)
#755049
(117,80,73)
#62443D
(98,68,61)
#4F3831
(79,56,49)
#3C2C25
(60,44,37)
#292019
(41,32,25)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #D48C85

#D48C85
(212,140,133)
#D79690
(215,150,144)
#DAA09B
(218,160,155)
#DDAAA6
(221,170,166)
#E0B4B1
(224,180,177)
#E3BEBC
(227,190,188)
#E6C8C7
(230,200,199)
#E9D2D2
(233,210,210)
#ECDCDD
(236,220,221)
#EFE6E8
(239,230,232)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48C85 color. Also use rgb(212,140,133) instead hex code.

Text Font Color

.myTextColor { color: #D48C85; }

<p style="color:#D48C85">This sample text font color is #D48C85.</p>

This text font color is #D48C85.


Background Color

.myBgColor { background-color: #D48C85; }

<div style="background-color:#D48C85">Inner text</div>

This div background color is #D48C85.


Border color

.myBorderColor { border: 1px solid #D48C85; }

<div style="border:3px solid #D48C85">Div</div>

This div border color is #D48C85.


Opacity

.myOpacity80 { color: #D48C85; opacity: 0.8; }

<p style="color:#D48C85;opacity:0.8;">80%</p>

Text with #D48C85 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D48C85;}

<p style="text-shadow: 3px 3px 1px #D48C85">Text here.</p>

This text has shadow with #D48C85 color.

.textShadow {text-shadow: 3px 3px 1px #D48C85, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D48C85, 5px 5px 20px red">Text here.</p>

This text has shadow with #D48C85 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D48C85, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D48C85, Direction=45, Strength=4)">Text</p>

This text has shadow with #D48C85 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D48C85;
  -webkit-box-shadow:	1px 1px 3px 2px #D48C85;
  box-shadow:		1px 1px 3px 2px #D48C85;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D48C85;
-webkit-box-shadow: 1px 1px 3px 2px #D48C85;
box-shadow:1px 1px 3px 2px #D48C85;">
Div content here</div>
This div box has shadow with color #D48C85.

Preview

Color preview on black background

This text has color #D48C85 on black background.


Color preview on white background

This text has color #D48C85 on white background.



Black color preview on #D48C85 background

This text has black color on #D48C85 background.


White color preview on #D48C85 background

This text has white color on #D48C85 background.