COLOR #D1868D

HEX: #D1868D
RGB: (209,134,141)

Color info

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

RGB color model

#D1868D color RGB value is (209,134,141).

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

RGB channels and saturation

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

209
134
141

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

Portions of RGB colors in percentages

R + G + B =
209 + 134 + 141 = 484 (100%)
R 209 of 484 ~ 43.18%
G 134 of 484 ~ 27.69%
B 141 of 484 ~ 29.13%

%43.18
%27.69
%29.13

CMYK color model

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

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

Codes

Color #D1868D in popluar color models

D1868D
RGB209134141
HSL354°44.91%67.25%
HSB/HSV354°35.89%81.96%
CMYK0.00%35.89%32.54%
18.04%

Color #D1868D in popluar number systems.

HEXD1868D
Decimal209134141
Binary110100011000011010001101
Octal321206215

Shades and tints

Shades of #D1868D

#D1868D
(209,134,141)
#BE7A81
(190,122,129)
#AB6E75
(171,110,117)
#986269
(152,98,105)
#85565D
(133,86,93)
#724A51
(114,74,81)
#5F3E45
(95,62,69)
#4C3239
(76,50,57)
#39262D
(57,38,45)
#261A21
(38,26,33)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #D1868D

#D1868D
(209,134,141)
#D59197
(213,145,151)
#D99CA1
(217,156,161)
#DDA7AB
(221,167,171)
#E1B2B5
(225,178,181)
#E5BDBF
(229,189,191)
#E9C8C9
(233,200,201)
#EDD3D3
(237,211,211)
#F1DEDD
(241,222,221)
#F5E9E7
(245,233,231)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1868D; }

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

This text font color is #D1868D.


Background Color

.myBgColor { background-color: #D1868D; }

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

This div background color is #D1868D.


Border color

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

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

This div border color is #D1868D.


Opacity

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

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

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

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

This text has shadow with #D1868D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1868D on black background.


Color preview on white background

This text has color #D1868D on white background.



Black color preview on #D1868D background

This text has black color on #D1868D background.


White color preview on #D1868D background

This text has white color on #D1868D background.