COLOR #D18E7C

HEX: #D18E7C RGB: (209,142,124)

Color info

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

RGB color model

#D18E7C color RGB value is (209,142,124).

RGB: (209,142,124) (82%, 56%, 49%)

RGB channels and saturation

R 209 of 255 = 82%
G 142 of 255 = 56%
B 124 of 255 = 49%

209
142
124

R + G + B ~ 62%. #D18E7C is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 142 + 124 = 475 (100%)
R 209 of 475 ~ 44%
G 142 of 475 ~ 29.89%
B 124 of 475 ~ 26.11'%

%44
%29.89
%26.11

CMYK color model

#D18E7C color CMYK value is (0,32,41,18).

  • cyan value is 0.00%
  • magenta value is 32.06%
  • yellow value is 40.67%
  • key color value is 18.04%

CMYK: (0,32,41,18)
C0M32Y41K18 (0%, 32%, 41%, 18%)
(0.00 / 0.32 / 0.41 / 0.18)

CMYK percentages

%0
%32.06
%40.67
%18.04

Codes

Color #D18E7C in popluar color models

D1 8E 7C
RGB 209 142 124
HSL 13° 48.02% 65.29%
HSB/HSV 13° 40.67% 81.96%
CMYK 0.00% 32.06% 40.67%
18.04%

Color #D18E7C in popluar number systems.

HEX D1 8E 7C
Decimal 209 142 124
Binary 11010001 10001110 1111100
Octal 321 216 174

Shades and tints

Shades of #D18E7C

#D18E7C
(209,142,124)
#BE8271
(190,130,113)
#AB7666
(171,118,102)
#986A5B
(152,106,91)
#855E50
(133,94,80)
#725245
(114,82,69)
#5F463A
(95,70,58)
#4C3A2F
(76,58,47)
#392E24
(57,46,36)
#262219
(38,34,25)
#13160E
(19,22,14)
#000000
(0,0,0)

Tints of #D18E7C

#D18E7C
(209,142,124)
#D59887
(213,152,135)
#D9A292
(217,162,146)
#DDAC9D
(221,172,157)
#E1B6A8
(225,182,168)
#E5C0B3
(229,192,179)
#E9CABE
(233,202,190)
#EDD4C9
(237,212,201)
#F1DED4
(241,222,212)
#F5E8DF
(245,232,223)
#F9F2EA
(249,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18E7C color. Also use rgb(209,142,124) instead hex code.

Text Font Color

.myTextColor { color: #D18E7C; }

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

This text font color is #D18E7C.

Background Color

.myBgColor { background-color: #D18E7C; }

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

This div background color is #D18E7C.

Border color

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

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

This div border color is #D18E7C.

Opacity

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

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

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

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

This text has shadow with #D18E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18E7C.

Preview

Color preview on black background

This text has color #D18E7C on black background.


Color preview on white background

This text has color #D18E7C on white background.


Black color preview on #D18E7C background

This text has black color on #D18E7C background.


White color preview on #D18E7C background

This text has white color on #D18E7C background.


Related colors

Complementary color

Complementary color for #hex is #2E7183.


I love getcolorcode.com

Triadic colors

1 #7CD18E and #8E7CD1 with #D18E7C are triadic colors.

2 #7C8ED1 and #8ED17C with #D18E7C are triadic colors.