COLOR #D1868C

HEX: #D1868C
RGB: (209,134,140)

Color info

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

RGB color model

#D1868C color RGB value is (209,134,140).

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

RGB channels and saturation

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

209
134
140

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

Portions of RGB colors in percentages

R + G + B =
209 + 134 + 140 = 483 (100%)
R 209 of 483 ~ 43.27%
G 134 of 483 ~ 27.74%
B 140 of 483 ~ 28.99%

%43.27
%27.74
%28.99

CMYK color model

#D1868C color CMYK value is (0,36,33,18).

  • cyan value is 0.00%
  • magenta value is 35.89%
  • yellow value is 33.01%
  • key color value is 18.04%
CMYK:
(0,36,33,18)
C0M36Y33K18 
(0%,36%,33%,18%)
(0.00/0.36/0.33/0.18)	

CMYK percentages

%0
%35.89
%33.01
%18.04

Codes

Color #D1868C in popluar color models

D1868C
RGB209134140
HSL355°44.91%67.25%
HSB/HSV355°35.89%81.96%
CMYK0.00%35.89%33.01%
18.04%

Color #D1868C in popluar number systems.

HEXD1868C
Decimal209134140
Binary110100011000011010001100
Octal321206214

Shades and tints

Shades of #D1868C

#D1868C
(209,134,140)
#BE7A80
(190,122,128)
#AB6E74
(171,110,116)
#986268
(152,98,104)
#85565C
(133,86,92)
#724A50
(114,74,80)
#5F3E44
(95,62,68)
#4C3238
(76,50,56)
#39262C
(57,38,44)
#261A20
(38,26,32)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #D1868C

#D1868C
(209,134,140)
#D59196
(213,145,150)
#D99CA0
(217,156,160)
#DDA7AA
(221,167,170)
#E1B2B4
(225,178,180)
#E5BDBE
(229,189,190)
#E9C8C8
(233,200,200)
#EDD3D2
(237,211,210)
#F1DEDC
(241,222,220)
#F5E9E6
(245,233,230)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1868C; }

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

This text font color is #D1868C.


Background Color

.myBgColor { background-color: #D1868C; }

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

This div background color is #D1868C.


Border color

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

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

This div border color is #D1868C.


Opacity

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

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

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

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

This text has shadow with #D1868C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1868C on black background.


Color preview on white background

This text has color #D1868C on white background.



Black color preview on #D1868C background

This text has black color on #D1868C background.


White color preview on #D1868C background

This text has white color on #D1868C background.