COLOR #D18C97

HEX: #D18C97
RGB: (209,140,151)

Color info

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

RGB color model

#D18C97 color RGB value is (209,140,151).

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

RGB channels and saturation

R 209 of 255 = 82%
G 140 of 255 = 55%
B 151 of 255 = 59%

209
140
151

R + G + B ~ 65%. #D18C97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 140 + 151 = 500 (100%)
R 209 of 500 ~ 41.8%
G 140 of 500 ~ 28%
B 151 of 500 ~ 30.2%

%41.8
%28
%30.2

CMYK color model

#D18C97 color CMYK value is (0,33,28,18).

  • cyan value is 0.00%
  • magenta value is 33.01%
  • yellow value is 27.75%
  • key color value is 18.04%
CMYK:
(0,33,28,18)
C0M33Y28K18 
(0%,33%,28%,18%)
(0.00/0.33/0.28/0.18)	

CMYK percentages

%0
%33.01
%27.75
%18.04

Codes

Color #D18C97 in popluar color models

D18C97
RGB209140151
HSL350°42.86%68.43%
HSB/HSV350°33.01%81.96%
CMYK0.00%33.01%27.75%
18.04%

Color #D18C97 in popluar number systems.

HEXD18C97
Decimal209140151
Binary110100011000110010010111
Octal321214227

Shades and tints

Shades of #D18C97

#D18C97
(209,140,151)
#BE808A
(190,128,138)
#AB747D
(171,116,125)
#986870
(152,104,112)
#855C63
(133,92,99)
#725056
(114,80,86)
#5F4449
(95,68,73)
#4C383C
(76,56,60)
#392C2F
(57,44,47)
#262022
(38,32,34)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #D18C97

#D18C97
(209,140,151)
#D596A0
(213,150,160)
#D9A0A9
(217,160,169)
#DDAAB2
(221,170,178)
#E1B4BB
(225,180,187)
#E5BEC4
(229,190,196)
#E9C8CD
(233,200,205)
#EDD2D6
(237,210,214)
#F1DCDF
(241,220,223)
#F5E6E8
(245,230,232)
#F9F0F1
(249,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18C97; }

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

This text font color is #D18C97.


Background Color

.myBgColor { background-color: #D18C97; }

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

This div background color is #D18C97.


Border color

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

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

This div border color is #D18C97.


Opacity

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

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

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

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

This text has shadow with #D18C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18C97 on black background.


Color preview on white background

This text has color #D18C97 on white background.



Black color preview on #D18C97 background

This text has black color on #D18C97 background.


White color preview on #D18C97 background

This text has white color on #D18C97 background.