COLOR #D18F9A

HEX: #D18F9A
RGB: (209,143,154)

Color info

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

RGB color model

#D18F9A color RGB value is (209,143,154).

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

RGB channels and saturation

R 209 of 255 = 82%
G 143 of 255 = 56%
B 154 of 255 = 60%

209
143
154

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

Portions of RGB colors in percentages

R + G + B =
209 + 143 + 154 = 506 (100%)
R 209 of 506 ~ 41.3%
G 143 of 506 ~ 28.26%
B 154 of 506 ~ 30.43%

%41.3
%28.26
%30.43

CMYK color model

#D18F9A color CMYK value is (0,32,26,18).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 26.32%
  • key color value is 18.04%
CMYK:
(0,32,26,18)
C0M32Y26K18 
(0%,32%,26%,18%)
(0.00/0.32/0.26/0.18)	

CMYK percentages

%0
%31.58
%26.32
%18.04

Codes

Color #D18F9A in popluar color models

D18F9A
RGB209143154
HSL350°41.77%69.02%
HSB/HSV350°31.58%81.96%
CMYK0.00%31.58%26.32%
18.04%

Color #D18F9A in popluar number systems.

HEXD18F9A
Decimal209143154
Binary110100011000111110011010
Octal321217232

Shades and tints

Shades of #D18F9A

#D18F9A
(209,143,154)
#BE828C
(190,130,140)
#AB757E
(171,117,126)
#986870
(152,104,112)
#855B62
(133,91,98)
#724E54
(114,78,84)
#5F4146
(95,65,70)
#4C3438
(76,52,56)
#39272A
(57,39,42)
#261A1C
(38,26,28)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #D18F9A

#D18F9A
(209,143,154)
#D599A3
(213,153,163)
#D9A3AC
(217,163,172)
#DDADB5
(221,173,181)
#E1B7BE
(225,183,190)
#E5C1C7
(229,193,199)
#E9CBD0
(233,203,208)
#EDD5D9
(237,213,217)
#F1DFE2
(241,223,226)
#F5E9EB
(245,233,235)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18F9A; }

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

This text font color is #D18F9A.


Background Color

.myBgColor { background-color: #D18F9A; }

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

This div background color is #D18F9A.


Border color

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

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

This div border color is #D18F9A.


Opacity

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

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

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

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

This text has shadow with #D18F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18F9A on black background.


Color preview on white background

This text has color #D18F9A on white background.



Black color preview on #D18F9A background

This text has black color on #D18F9A background.


White color preview on #D18F9A background

This text has white color on #D18F9A background.