COLOR #D7868D

HEX: #D7868D RGB: (215,134,141)

Color info

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

RGB color model

#D7868D color RGB value is (215,134,141).

RGB: (215,134,141) (84%, 53%, 55%)

RGB channels and saturation

R 215 of 255 = 84%
G 134 of 255 = 53%
B 141 of 255 = 55%

215
134
141

R + G + B ~ 64%. #D7868D is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 134 + 141 = 490 (100%)
R 215 of 490 ~ 43.88%
G 134 of 490 ~ 27.35%
B 141 of 490 ~ 28.78'%

%43.88
%27.35
%28.78

CMYK color model

#D7868D color CMYK value is (0,38,34,16).

  • cyan value is 0.00%
  • magenta value is 37.67%
  • yellow value is 34.42%
  • key color value is 15.69%

CMYK: (0,38,34,16)
C0M38Y34K16 (0%, 38%, 34%, 16%)
(0.00 / 0.38 / 0.34 / 0.16)

CMYK percentages

%0
%37.67
%34.42
%15.69

Codes

Color #D7868D in popluar color models

D7 86 8D
RGB 215 134 141
HSL 355° 50.31% 68.43%
HSB/HSV 355° 37.67% 84.31%
CMYK 0.00% 37.67% 34.42%
15.69%

Color #D7868D in popluar number systems.

HEX D7 86 8D
Decimal 215 134 141
Binary 11010111 10000110 10001101
Octal 327 206 215

Shades and tints

Shades of #D7868D

#D7868D
(215,134,141)
#C47A81
(196,122,129)
#B16E75
(177,110,117)
#9E6269
(158,98,105)
#8B565D
(139,86,93)
#784A51
(120,74,81)
#653E45
(101,62,69)
#523239
(82,50,57)
#3F262D
(63,38,45)
#2C1A21
(44,26,33)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #D7868D

#D7868D
(215,134,141)
#DA9197
(218,145,151)
#DD9CA1
(221,156,161)
#E0A7AB
(224,167,171)
#E3B2B5
(227,178,181)
#E6BDBF
(230,189,191)
#E9C8C9
(233,200,201)
#ECD3D3
(236,211,211)
#EFDEDD
(239,222,221)
#F2E9E7
(242,233,231)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7868D; }

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

This text font color is #D7868D.

Background Color

.myBgColor { background-color: #D7868D; }

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

This div background color is #D7868D.

Border color

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

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

This div border color is #D7868D.

Opacity

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

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

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

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

This text has shadow with #D7868D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7868D.

Preview

Color preview on black background

This text has color #D7868D on black background.


Color preview on white background

This text has color #D7868D on white background.


Black color preview on #D7868D background

This text has black color on #D7868D background.


White color preview on #D7868D background

This text has white color on #D7868D background.


Related colors

Complementary color

Complementary color for #hex is #287972.


I love getcolorcode.com

Triadic colors

1 #8DD786 and #868DD7 with #D7868D are triadic colors.

2 #8D86D7 and #86D78D with #D7868D are triadic colors.