COLOR #D18C9B

HEX: #D18C9B RGB: (209,140,155)

Color info

#D18C9B contains mainly red and blue colors. Web safe color of #D18C9B is #CC9999 (or #C99).

RGB color model

#D18C9B color RGB value is (209,140,155).

RGB: (209,140,155) (82%, 55%, 61%)

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 155 of 255 = 61%

209
140
155

R + G + B ~ 66%. #D18C9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 140 + 155 = 504 (100%)
R 209 of 504 ~ 41.47%
G 140 of 504 ~ 27.78%
B 155 of 504 ~ 30.75'%

%41.47
%27.78
%30.75

CMYK color model

#D18C9B color CMYK value is (0,33,26,18).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 25.84%
  • key color value is 18.04%

CMYK: (0,33,26,18)
C0M33Y26K18 (0%, 33%, 26%, 18%)
(0.00 / 0.33 / 0.26 / 0.18)

CMYK percentages

%0
%33.01
%25.84
%18.04

Codes

Color #D18C9B in popluar color models

D1 8C 9B
RGB 209 140 155
HSL 347° 42.86% 68.43%
HSB/HSV 347° 33.01% 81.96%
CMYK 0.00% 33.01% 25.84%
18.04%

Color #D18C9B in popluar number systems.

HEX D1 8C 9B
Decimal 209 140 155
Binary 11010001 10001100 10011011
Octal 321 214 233

Shades and tints

Shades of #D18C9B

#D18C9B
(209,140,155)
#BE808D
(190,128,141)
#AB747F
(171,116,127)
#986871
(152,104,113)
#855C63
(133,92,99)
#725055
(114,80,85)
#5F4447
(95,68,71)
#4C3839
(76,56,57)
#392C2B
(57,44,43)
#26201D
(38,32,29)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #D18C9B

#D18C9B
(209,140,155)
#D596A4
(213,150,164)
#D9A0AD
(217,160,173)
#DDAAB6
(221,170,182)
#E1B4BF
(225,180,191)
#E5BEC8
(229,190,200)
#E9C8D1
(233,200,209)
#EDD2DA
(237,210,218)
#F1DCE3
(241,220,227)
#F5E6EC
(245,230,236)
#F9F0F5
(249,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18C9B; }

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

This text font color is #D18C9B.

Background Color

.myBgColor { background-color: #D18C9B; }

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

This div background color is #D18C9B.

Border color

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

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

This div border color is #D18C9B.

Opacity

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

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

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

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

This text has shadow with #D18C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D18C9B.

Preview

Color preview on black background

This text has color #D18C9B on black background.


Color preview on white background

This text has color #D18C9B on white background.


Black color preview on #D18C9B background

This text has black color on #D18C9B background.


White color preview on #D18C9B background

This text has white color on #D18C9B background.


Related colors

Complementary color

Complementary color for #hex is #2E7364.


I love getcolorcode.com

Triadic colors

1 #9BD18C and #8C9BD1 with #D18C9B are triadic colors.

2 #9B8CD1 and #8CD19B with #D18C9B are triadic colors.