COLOR #D8907D

HEX: #D8907D RGB: (216,144,125)

Color info

#D8907D contains mainly red color. Web safe color of #D8907D is #CC9966 (or #C96).

RGB color model

#D8907D color RGB value is (216,144,125).

RGB: (216,144,125) (85%, 56%, 49%)

RGB channels and saturation

R 216 of 255 = 85%
G 144 of 255 = 56%
B 125 of 255 = 49%

216
144
125

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

Portions of RGB colors in percentages

R + G + B = 216 + 144 + 125 = 485 (100%)
R 216 of 485 ~ 44.54%
G 144 of 485 ~ 29.69%
B 125 of 485 ~ 25.77'%

%44.54
%29.69
%25.77

CMYK color model

#D8907D color CMYK value is (0,33,42,15).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 42.13%
  • key color value is 15.29%

CMYK: (0,33,42,15)
C0M33Y42K15 (0%, 33%, 42%, 15%)
(0.00 / 0.33 / 0.42 / 0.15)

CMYK percentages

%0
%33.33
%42.13
%15.29

Codes

Color #D8907D in popluar color models

D8 90 7D
RGB 216 144 125
HSL 13° 53.85% 66.86%
HSB/HSV 13° 42.13% 84.71%
CMYK 0.00% 33.33% 42.13%
15.29%

Color #D8907D in popluar number systems.

HEX D8 90 7D
Decimal 216 144 125
Binary 11011000 10010000 1111101
Octal 330 220 175

Shades and tints

Shades of #D8907D

#D8907D
(216,144,125)
#C58372
(197,131,114)
#B27667
(178,118,103)
#9F695C
(159,105,92)
#8C5C51
(140,92,81)
#794F46
(121,79,70)
#66423B
(102,66,59)
#533530
(83,53,48)
#402825
(64,40,37)
#2D1B1A
(45,27,26)
#1A0E0F
(26,14,15)
#000000
(0,0,0)

Tints of #D8907D

#D8907D
(216,144,125)
#DB9A88
(219,154,136)
#DEA493
(222,164,147)
#E1AE9E
(225,174,158)
#E4B8A9
(228,184,169)
#E7C2B4
(231,194,180)
#EACCBF
(234,204,191)
#EDD6CA
(237,214,202)
#F0E0D5
(240,224,213)
#F3EAE0
(243,234,224)
#F6F4EB
(246,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8907D color. Also use rgb(216,144,125) instead hex code.

Text Font Color

.myTextColor { color: #D8907D; }

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

This text font color is #D8907D.

Background Color

.myBgColor { background-color: #D8907D; }

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

This div background color is #D8907D.

Border color

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

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

This div border color is #D8907D.

Opacity

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

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

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

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

This text has shadow with #D8907D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8907D.

Preview

Color preview on black background

This text has color #D8907D on black background.


Color preview on white background

This text has color #D8907D on white background.


Black color preview on #D8907D background

This text has black color on #D8907D background.


White color preview on #D8907D background

This text has white color on #D8907D background.


Related colors

Complementary color

Complementary color for #hex is #276F82.


I love getcolorcode.com

Triadic colors

1 #7DD890 and #907DD8 with #D8907D are triadic colors.

2 #7D90D8 and #90D87D with #D8907D are triadic colors.