COLOR #D88D80

HEX: #D88D80 RGB: (216,141,128)

Color info

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

RGB color model

#D88D80 color RGB value is (216,141,128).

RGB: (216,141,128) (85%, 55%, 50%)

RGB channels and saturation

R 216 of 255 = 85%
G 141 of 255 = 55%
B 128 of 255 = 50%

216
141
128

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

Portions of RGB colors in percentages

R + G + B = 216 + 141 + 128 = 485 (100%)
R 216 of 485 ~ 44.54%
G 141 of 485 ~ 29.07%
B 128 of 485 ~ 26.39'%

%44.54
%29.07
%26.39

CMYK color model

#D88D80 color CMYK value is (0,35,41,15).

  • cyan value is 0.00%
  • magenta value is 34.72%
  • yellow value is 40.74%
  • key color value is 15.29%

CMYK: (0,35,41,15)
C0M35Y41K15 (0%, 35%, 41%, 15%)
(0.00 / 0.35 / 0.41 / 0.15)

CMYK percentages

%0
%34.72
%40.74
%15.29

Codes

Color #D88D80 in popluar color models

D8 8D 80
RGB 216 141 128
HSL 53.01% 67.45%
HSB/HSV 40.74% 84.71%
CMYK 0.00% 34.72% 40.74%
15.29%

Color #D88D80 in popluar number systems.

HEX D8 8D 80
Decimal 216 141 128
Binary 11011000 10001101 10000000
Octal 330 215 200

Shades and tints

Shades of #D88D80

#D88D80
(216,141,128)
#C58175
(197,129,117)
#B2756A
(178,117,106)
#9F695F
(159,105,95)
#8C5D54
(140,93,84)
#795149
(121,81,73)
#66453E
(102,69,62)
#533933
(83,57,51)
#402D28
(64,45,40)
#2D211D
(45,33,29)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #D88D80

#D88D80
(216,141,128)
#DB978B
(219,151,139)
#DEA196
(222,161,150)
#E1ABA1
(225,171,161)
#E4B5AC
(228,181,172)
#E7BFB7
(231,191,183)
#EAC9C2
(234,201,194)
#EDD3CD
(237,211,205)
#F0DDD8
(240,221,216)
#F3E7E3
(243,231,227)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88D80 color. Also use rgb(216,141,128) instead hex code.

Text Font Color

.myTextColor { color: #D88D80; }

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

This text font color is #D88D80.

Background Color

.myBgColor { background-color: #D88D80; }

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

This div background color is #D88D80.

Border color

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

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

This div border color is #D88D80.

Opacity

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

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

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

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

This text has shadow with #D88D80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D88D80.

Preview

Color preview on black background

This text has color #D88D80 on black background.


Color preview on white background

This text has color #D88D80 on white background.


Black color preview on #D88D80 background

This text has black color on #D88D80 background.


White color preview on #D88D80 background

This text has white color on #D88D80 background.


Related colors

Complementary color

Complementary color for #hex is #27727F.


I love getcolorcode.com

Triadic colors

1 #80D88D and #8D80D8 with #D88D80 are triadic colors.

2 #808DD8 and #8DD880 with #D88D80 are triadic colors.