COLOR #D18F9B

HEX: #D18F9B
RGB: (209,143,155)

Color info

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

RGB color model

#D18F9B color RGB value is (209,143,155).

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

RGB channels and saturation

R 209 of 255 = 82%
G 143 of 255 = 56%
B 155 of 255 = 61%

209
143
155

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

Portions of RGB colors in percentages

R + G + B =
209 + 143 + 155 = 507 (100%)
R 209 of 507 ~ 41.22%
G 143 of 507 ~ 28.21%
B 155 of 507 ~ 30.57%

%41.22
%28.21
%30.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 25.84%
  • 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
%25.84
%18.04

Codes

Color #D18F9B in popluar color models

D18F9B
RGB209143155
HSL349°41.77%69.02%
HSB/HSV349°31.58%81.96%
CMYK0.00%31.58%25.84%
18.04%

Color #D18F9B in popluar number systems.

HEXD18F9B
Decimal209143155
Binary110100011000111110011011
Octal321217233

Shades and tints

Shades of #D18F9B

#D18F9B
(209,143,155)
#BE828D
(190,130,141)
#AB757F
(171,117,127)
#986871
(152,104,113)
#855B63
(133,91,99)
#724E55
(114,78,85)
#5F4147
(95,65,71)
#4C3439
(76,52,57)
#39272B
(57,39,43)
#261A1D
(38,26,29)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #D18F9B

#D18F9B
(209,143,155)
#D599A4
(213,153,164)
#D9A3AD
(217,163,173)
#DDADB6
(221,173,182)
#E1B7BF
(225,183,191)
#E5C1C8
(229,193,200)
#E9CBD1
(233,203,209)
#EDD5DA
(237,213,218)
#F1DFE3
(241,223,227)
#F5E9EC
(245,233,236)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D18F9B; }

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

This text font color is #D18F9B.


Background Color

.myBgColor { background-color: #D18F9B; }

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

This div background color is #D18F9B.


Border color

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

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

This div border color is #D18F9B.


Opacity

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

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

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

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

This text has shadow with #D18F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D18F9B on black background.


Color preview on white background

This text has color #D18F9B on white background.



Black color preview on #D18F9B background

This text has black color on #D18F9B background.


White color preview on #D18F9B background

This text has white color on #D18F9B background.