COLOR #D18C88

HEX: #D18C88
RGB: (209,140,136)

Color info

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

RGB color model

#D18C88 color RGB value is (209,140,136).

  • red value is 209;
  • green value is 140;
  • blue value is 136.
RGB:
(209,140,136)
(82%,55%,53%)

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 136 of 255 = 53%

209
140
136

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

Portions of RGB colors in percentages

R + G + B =
209 + 140 + 136 = 485 (100%)
R 209 of 485 ~ 43.09%
G 140 of 485 ~ 28.87%
B 136 of 485 ~ 28.04%

%43.09
%28.87
%28.04

CMYK color model

#D18C88 color CMYK value is (0,33,35,18).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 34.93%
  • key color value is 18.04%
CMYK:
(0,33,35,18)
C0M33Y35K18 
(0%,33%,35%,18%)
(0.00/0.33/0.35/0.18)	

CMYK percentages

%0
%33.01
%34.93
%18.04

Codes

Color #D18C88 in popluar color models

D18C88
RGB209140136
HSL44.24%67.65%
HSB/HSV34.93%81.96%
CMYK0.00%33.01%34.93%
18.04%

Color #D18C88 in popluar number systems.

HEXD18C88
Decimal209140136
Binary110100011000110010001000
Octal321214210

Shades and tints

Shades of #D18C88

#D18C88
(209,140,136)
#BE807C
(190,128,124)
#AB7470
(171,116,112)
#986864
(152,104,100)
#855C58
(133,92,88)
#72504C
(114,80,76)
#5F4440
(95,68,64)
#4C3834
(76,56,52)
#392C28
(57,44,40)
#26201C
(38,32,28)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #D18C88

#D18C88
(209,140,136)
#D59692
(213,150,146)
#D9A09C
(217,160,156)
#DDAAA6
(221,170,166)
#E1B4B0
(225,180,176)
#E5BEBA
(229,190,186)
#E9C8C4
(233,200,196)
#EDD2CE
(237,210,206)
#F1DCD8
(241,220,216)
#F5E6E2
(245,230,226)
#F9F0EC
(249,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D18C88 color. Also use rgb(209,140,136) instead hex code.

Text Font Color

.myTextColor { color: #D18C88; }

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

This text font color is #D18C88.


Background Color

.myBgColor { background-color: #D18C88; }

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

This div background color is #D18C88.


Border color

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

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

This div border color is #D18C88.


Opacity

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

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

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

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

This text has shadow with #D18C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18C88 on black background.


Color preview on white background

This text has color #D18C88 on white background.



Black color preview on #D18C88 background

This text has black color on #D18C88 background.


White color preview on #D18C88 background

This text has white color on #D18C88 background.