COLOR #D18D84

HEX: #D18D84
RGB: (209,141,132)

Color info

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

RGB color model

#D18D84 color RGB value is (209,141,132).

  • red value is 209;
  • green value is 141;
  • blue value is 132.
RGB:
(209,141,132)
(82%,55%,52%)

RGB channels and saturation

R 209 of 255 = 82%
G 141 of 255 = 55%
B 132 of 255 = 52%

209
141
132

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

Portions of RGB colors in percentages

R + G + B =
209 + 141 + 132 = 482 (100%)
R 209 of 482 ~ 43.36%
G 141 of 482 ~ 29.25%
B 132 of 482 ~ 27.39%

%43.36
%29.25
%27.39

CMYK color model

#D18D84 color CMYK value is (0,33,37,18).

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 36.84%
  • key color value is 18.04%
CMYK:
(0,33,37,18)
C0M33Y37K18 
(0%,33%,37%,18%)
(0.00/0.33/0.37/0.18)	

CMYK percentages

%0
%32.54
%36.84
%18.04

Codes

Color #D18D84 in popluar color models

D18D84
RGB209141132
HSL45.56%66.86%
HSB/HSV36.84%81.96%
CMYK0.00%32.54%36.84%
18.04%

Color #D18D84 in popluar number systems.

HEXD18D84
Decimal209141132
Binary110100011000110110000100
Octal321215204

Shades and tints

Shades of #D18D84

#D18D84
(209,141,132)
#BE8178
(190,129,120)
#AB756C
(171,117,108)
#986960
(152,105,96)
#855D54
(133,93,84)
#725148
(114,81,72)
#5F453C
(95,69,60)
#4C3930
(76,57,48)
#392D24
(57,45,36)
#262118
(38,33,24)
#13150C
(19,21,12)
#000000
(0,0,0)

Tints of #D18D84

#D18D84
(209,141,132)
#D5978F
(213,151,143)
#D9A19A
(217,161,154)
#DDABA5
(221,171,165)
#E1B5B0
(225,181,176)
#E5BFBB
(229,191,187)
#E9C9C6
(233,201,198)
#EDD3D1
(237,211,209)
#F1DDDC
(241,221,220)
#F5E7E7
(245,231,231)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18D84 color. Also use rgb(209,141,132) instead hex code.

Text Font Color

.myTextColor { color: #D18D84; }

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

This text font color is #D18D84.


Background Color

.myBgColor { background-color: #D18D84; }

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

This div background color is #D18D84.


Border color

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

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

This div border color is #D18D84.


Opacity

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

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

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

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

This text has shadow with #D18D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18D84 on black background.


Color preview on white background

This text has color #D18D84 on white background.



Black color preview on #D18D84 background

This text has black color on #D18D84 background.


White color preview on #D18D84 background

This text has white color on #D18D84 background.