COLOR #D18F97

HEX: #D18F97
RGB: (209,143,151)

Color info

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

RGB color model

#D18F97 color RGB value is (209,143,151).

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

RGB channels and saturation

R 209 of 255 = 82%
G 143 of 255 = 56%
B 151 of 255 = 59%

209
143
151

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

Portions of RGB colors in percentages

R + G + B =
209 + 143 + 151 = 503 (100%)
R 209 of 503 ~ 41.55%
G 143 of 503 ~ 28.43%
B 151 of 503 ~ 30.02%

%41.55
%28.43
%30.02

CMYK color model

#D18F97 color CMYK value is (0,32,28,18).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 27.75%
  • key color value is 18.04%
CMYK:
(0,32,28,18)
C0M32Y28K18 
(0%,32%,28%,18%)
(0.00/0.32/0.28/0.18)	

CMYK percentages

%0
%31.58
%27.75
%18.04

Codes

Color #D18F97 in popluar color models

D18F97
RGB209143151
HSL353°41.77%69.02%
HSB/HSV353°31.58%81.96%
CMYK0.00%31.58%27.75%
18.04%

Color #D18F97 in popluar number systems.

HEXD18F97
Decimal209143151
Binary110100011000111110010111
Octal321217227

Shades and tints

Shades of #D18F97

#D18F97
(209,143,151)
#BE828A
(190,130,138)
#AB757D
(171,117,125)
#986870
(152,104,112)
#855B63
(133,91,99)
#724E56
(114,78,86)
#5F4149
(95,65,73)
#4C343C
(76,52,60)
#39272F
(57,39,47)
#261A22
(38,26,34)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #D18F97

#D18F97
(209,143,151)
#D599A0
(213,153,160)
#D9A3A9
(217,163,169)
#DDADB2
(221,173,178)
#E1B7BB
(225,183,187)
#E5C1C4
(229,193,196)
#E9CBCD
(233,203,205)
#EDD5D6
(237,213,214)
#F1DFDF
(241,223,223)
#F5E9E8
(245,233,232)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18F97; }

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

This text font color is #D18F97.


Background Color

.myBgColor { background-color: #D18F97; }

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

This div background color is #D18F97.


Border color

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

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

This div border color is #D18F97.


Opacity

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

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

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

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

This text has shadow with #D18F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18F97 on black background.


Color preview on white background

This text has color #D18F97 on white background.



Black color preview on #D18F97 background

This text has black color on #D18F97 background.


White color preview on #D18F97 background

This text has white color on #D18F97 background.