COLOR #D0868B

HEX: #D0868B
RGB: (208,134,139)

Color info

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

RGB color model

#D0868B color RGB value is (208,134,139).

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

RGB channels and saturation

R 208 of 255 = 82%
G 134 of 255 = 53%
B 139 of 255 = 55%

208
134
139

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

Portions of RGB colors in percentages

R + G + B =
208 + 134 + 139 = 481 (100%)
R 208 of 481 ~ 43.24%
G 134 of 481 ~ 27.86%
B 139 of 481 ~ 28.9%

%43.24
%27.86
%28.9

CMYK color model

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

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

CMYK percentages

%0
%35.58
%33.17
%18.43

Codes

Color #D0868B in popluar color models

D0868B
RGB208134139
HSL356°44.05%67.06%
HSB/HSV356°35.58%81.57%
CMYK0.00%35.58%33.17%
18.43%

Color #D0868B in popluar number systems.

HEXD0868B
Decimal208134139
Binary110100001000011010001011
Octal320206213

Shades and tints

Shades of #D0868B

#D0868B
(208,134,139)
#BE7A7F
(190,122,127)
#AC6E73
(172,110,115)
#9A6267
(154,98,103)
#88565B
(136,86,91)
#764A4F
(118,74,79)
#643E43
(100,62,67)
#523237
(82,50,55)
#40262B
(64,38,43)
#2E1A1F
(46,26,31)
#1C0E13
(28,14,19)
#000000
(0,0,0)

Tints of #D0868B

#D0868B
(208,134,139)
#D49195
(212,145,149)
#D89C9F
(216,156,159)
#DCA7A9
(220,167,169)
#E0B2B3
(224,178,179)
#E4BDBD
(228,189,189)
#E8C8C7
(232,200,199)
#ECD3D1
(236,211,209)
#F0DEDB
(240,222,219)
#F4E9E5
(244,233,229)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0868B color. Also use rgb(208,134,139) instead hex code.

Text Font Color

.myTextColor { color: #D0868B; }

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

This text font color is #D0868B.


Background Color

.myBgColor { background-color: #D0868B; }

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

This div background color is #D0868B.


Border color

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

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

This div border color is #D0868B.


Opacity

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

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

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

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

This text has shadow with #D0868B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0868B on black background.


Color preview on white background

This text has color #D0868B on white background.



Black color preview on #D0868B background

This text has black color on #D0868B background.


White color preview on #D0868B background

This text has white color on #D0868B background.