COLOR #D48E7D

HEX: #D48E7D RGB: (212,142,125)

Color info

#D48E7D contains mainly red color. Web safe color of #D48E7D is #CC9966 (or #C96).

RGB color model

#D48E7D color RGB value is (212,142,125).

RGB: (212,142,125) (83%, 56%, 49%)

RGB channels and saturation

R 212 of 255 = 83%
G 142 of 255 = 56%
B 125 of 255 = 49%

212
142
125

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

Portions of RGB colors in percentages

R + G + B = 212 + 142 + 125 = 479 (100%)
R 212 of 479 ~ 44.26%
G 142 of 479 ~ 29.65%
B 125 of 479 ~ 26.1'%

%44.26
%29.65
%26.1

CMYK color model

#D48E7D color CMYK value is (0,33,41,17).

  • cyan value is 0.00%
  • magenta value is 33.02%
  • yellow value is 41.04%
  • key color value is 16.86%

CMYK: (0,33,41,17)
C0M33Y41K17 (0%, 33%, 41%, 17%)
(0.00 / 0.33 / 0.41 / 0.17)

CMYK percentages

%0
%33.02
%41.04
%16.86

Codes

Color #D48E7D in popluar color models

D4 8E 7D
RGB 212 142 125
HSL 12° 50.29% 66.08%
HSB/HSV 12° 41.04% 83.14%
CMYK 0.00% 33.02% 41.04%
16.86%

Color #D48E7D in popluar number systems.

HEX D4 8E 7D
Decimal 212 142 125
Binary 11010100 10001110 1111101
Octal 324 216 175

Shades and tints

Shades of #D48E7D

#D48E7D
(212,142,125)
#C18272
(193,130,114)
#AE7667
(174,118,103)
#9B6A5C
(155,106,92)
#885E51
(136,94,81)
#755246
(117,82,70)
#62463B
(98,70,59)
#4F3A30
(79,58,48)
#3C2E25
(60,46,37)
#29221A
(41,34,26)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #D48E7D

#D48E7D
(212,142,125)
#D79888
(215,152,136)
#DAA293
(218,162,147)
#DDAC9E
(221,172,158)
#E0B6A9
(224,182,169)
#E3C0B4
(227,192,180)
#E6CABF
(230,202,191)
#E9D4CA
(233,212,202)
#ECDED5
(236,222,213)
#EFE8E0
(239,232,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48E7D color. Also use rgb(212,142,125) instead hex code.

Text Font Color

.myTextColor { color: #D48E7D; }

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

This text font color is #D48E7D.

Background Color

.myBgColor { background-color: #D48E7D; }

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

This div background color is #D48E7D.

Border color

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

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

This div border color is #D48E7D.

Opacity

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

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

Text with #D48E7D 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 #D48E7D;}

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

This text has shadow with #D48E7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48E7D.

Preview

Color preview on black background

This text has color #D48E7D on black background.


Color preview on white background

This text has color #D48E7D on white background.


Black color preview on #D48E7D background

This text has black color on #D48E7D background.


White color preview on #D48E7D background

This text has white color on #D48E7D background.


Related colors

Complementary color

Complementary color for #hex is #2B7182.


I love getcolorcode.com

Triadic colors

1 #7DD48E and #8E7DD4 with #D48E7D are triadic colors.

2 #7D8ED4 and #8ED47D with #D48E7D are triadic colors.