COLOR #D88179

HEX: #D88179
RGB: (216,129,121)

Color info

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

RGB color model

#D88179 color RGB value is (216,129,121).

  • red value is 216;
  • green value is 129;
  • blue value is 121.
RGB:
(216,129,121)
(85%,51%,47%)

RGB channels and saturation

R 216 of 255 = 85%
G 129 of 255 = 51%
B 121 of 255 = 47%

216
129
121

R + G + B ~ 61%. #D88179 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 129 + 121 = 466 (100%)
R 216 of 466 ~ 46.35%
G 129 of 466 ~ 27.68%
B 121 of 466 ~ 25.97%

%46.35
%27.68
%25.97

CMYK color model

#D88179 color CMYK value is (0,40,44,15).

  • cyan value is 0.00%
  • magenta value is 40.28%
  • yellow value is 43.98%
  • key color value is 15.29%
CMYK:
(0,40,44,15)
C0M40Y44K15 
(0%,40%,44%,15%)
(0.00/0.40/0.44/0.15)	

CMYK percentages

%0
%40.28
%43.98
%15.29

Codes

Color #D88179 in popluar color models

D88179
RGB216129121
HSL54.91%66.08%
HSB/HSV43.98%84.71%
CMYK0.00%40.28%43.98%
15.29%

Color #D88179 in popluar number systems.

HEXD88179
Decimal216129121
Binary11011000100000011111001
Octal330201171

Shades and tints

Shades of #D88179

#D88179
(216,129,121)
#C5766E
(197,118,110)
#B26B63
(178,107,99)
#9F6058
(159,96,88)
#8C554D
(140,85,77)
#794A42
(121,74,66)
#663F37
(102,63,55)
#53342C
(83,52,44)
#402921
(64,41,33)
#2D1E16
(45,30,22)
#1A130B
(26,19,11)
#000000
(0,0,0)

Tints of #D88179

#D88179
(216,129,121)
#DB8C85
(219,140,133)
#DE9791
(222,151,145)
#E1A29D
(225,162,157)
#E4ADA9
(228,173,169)
#E7B8B5
(231,184,181)
#EAC3C1
(234,195,193)
#EDCECD
(237,206,205)
#F0D9D9
(240,217,217)
#F3E4E5
(243,228,229)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88179 color. Also use rgb(216,129,121) instead hex code.

Text Font Color

.myTextColor { color: #D88179; }

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

This text font color is #D88179.


Background Color

.myBgColor { background-color: #D88179; }

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

This div background color is #D88179.


Border color

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

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

This div border color is #D88179.


Opacity

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

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

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

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

This text has shadow with #D88179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88179 on black background.


Color preview on white background

This text has color #D88179 on white background.



Black color preview on #D88179 background

This text has black color on #D88179 background.


White color preview on #D88179 background

This text has white color on #D88179 background.