COLOR #D1888C

HEX: #D1888C
RGB: (209,136,140)

Color info

#D1888C contains mainly red color. Web safe color of #D1888C is #CC9999 (or #C99).

RGB color model

#D1888C color RGB value is (209,136,140).

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

RGB channels and saturation

R 209 of 255 = 82%
G 136 of 255 = 53%
B 140 of 255 = 55%

209
136
140

R + G + B ~ 63%. #D1888C is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 136 + 140 = 485 (100%)
R 209 of 485 ~ 43.09%
G 136 of 485 ~ 28.04%
B 140 of 485 ~ 28.87%

%43.09
%28.04
%28.87

CMYK color model

#D1888C color CMYK value is (0,35,33,18).

  • cyan value is 0.00%
  • magenta value is 34.93%
  • yellow value is 33.01%
  • key color value is 18.04%
CMYK:
(0,35,33,18)
C0M35Y33K18 
(0%,35%,33%,18%)
(0.00/0.35/0.33/0.18)	

CMYK percentages

%0
%34.93
%33.01
%18.04

Codes

Color #D1888C in popluar color models

D1888C
RGB209136140
HSL357°44.24%67.65%
HSB/HSV357°34.93%81.96%
CMYK0.00%34.93%33.01%
18.04%

Color #D1888C in popluar number systems.

HEXD1888C
Decimal209136140
Binary110100011000100010001100
Octal321210214

Shades and tints

Shades of #D1888C

#D1888C
(209,136,140)
#BE7C80
(190,124,128)
#AB7074
(171,112,116)
#986468
(152,100,104)
#85585C
(133,88,92)
#724C50
(114,76,80)
#5F4044
(95,64,68)
#4C3438
(76,52,56)
#39282C
(57,40,44)
#261C20
(38,28,32)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #D1888C

#D1888C
(209,136,140)
#D59296
(213,146,150)
#D99CA0
(217,156,160)
#DDA6AA
(221,166,170)
#E1B0B4
(225,176,180)
#E5BABE
(229,186,190)
#E9C4C8
(233,196,200)
#EDCED2
(237,206,210)
#F1D8DC
(241,216,220)
#F5E2E6
(245,226,230)
#F9ECF0
(249,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1888C; }

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

This text font color is #D1888C.


Background Color

.myBgColor { background-color: #D1888C; }

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

This div background color is #D1888C.


Border color

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

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

This div border color is #D1888C.


Opacity

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

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

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

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

This text has shadow with #D1888C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1888C on black background.


Color preview on white background

This text has color #D1888C on white background.



Black color preview on #D1888C background

This text has black color on #D1888C background.


White color preview on #D1888C background

This text has white color on #D1888C background.