COLOR #D48E6F

HEX: #D48E6F RGB: (212,142,111)

Color info

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

RGB color model

#D48E6F color RGB value is (212,142,111).

RGB: (212,142,111) (83%, 56%, 44%)

RGB channels and saturation

R 212 of 255 = 83%
G 142 of 255 = 56%
B 111 of 255 = 44%

212
142
111

R + G + B ~ 61%. #D48E6F is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 142 + 111 = 465 (100%)
R 212 of 465 ~ 45.59%
G 142 of 465 ~ 30.54%
B 111 of 465 ~ 23.87'%

%45.59
%30.54
%23.87

CMYK color model

#D48E6F color CMYK value is (0,33,48,17).

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

CMYK: (0,33,48,17)
C0M33Y48K17 (0%, 33%, 48%, 17%)
(0.00 / 0.33 / 0.48 / 0.17)

CMYK percentages

%0
%33.02
%47.64
%16.86

Codes

Color #D48E6F in popluar color models

D4 8E 6F
RGB 212 142 111
HSL 18° 54.01% 63.33%
HSB/HSV 18° 47.64% 83.14%
CMYK 0.00% 33.02% 47.64%
16.86%

Color #D48E6F in popluar number systems.

HEX D4 8E 6F
Decimal 212 142 111
Binary 11010100 10001110 1101111
Octal 324 216 157

Shades and tints

Shades of #D48E6F

#D48E6F
(212,142,111)
#C18265
(193,130,101)
#AE765B
(174,118,91)
#9B6A51
(155,106,81)
#885E47
(136,94,71)
#75523D
(117,82,61)
#624633
(98,70,51)
#4F3A29
(79,58,41)
#3C2E1F
(60,46,31)
#292215
(41,34,21)
#16160B
(22,22,11)
#000000
(0,0,0)

Tints of #D48E6F

#D48E6F
(212,142,111)
#D7987C
(215,152,124)
#DAA289
(218,162,137)
#DDAC96
(221,172,150)
#E0B6A3
(224,182,163)
#E3C0B0
(227,192,176)
#E6CABD
(230,202,189)
#E9D4CA
(233,212,202)
#ECDED7
(236,222,215)
#EFE8E4
(239,232,228)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D48E6F; }

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

This text font color is #D48E6F.

Background Color

.myBgColor { background-color: #D48E6F; }

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

This div background color is #D48E6F.

Border color

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

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

This div border color is #D48E6F.

Opacity

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

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

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

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

This text has shadow with #D48E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48E6F.

Preview

Color preview on black background

This text has color #D48E6F on black background.


Color preview on white background

This text has color #D48E6F on white background.


Black color preview on #D48E6F background

This text has black color on #D48E6F background.


White color preview on #D48E6F background

This text has white color on #D48E6F background.


Related colors

Complementary color

Complementary color for #hex is #2B7190.


I love getcolorcode.com

Triadic colors

1 #6FD48E and #8E6FD4 with #D48E6F are triadic colors.

2 #6F8ED4 and #8ED46F with #D48E6F are triadic colors.