COLOR #DC8C89

HEX: #DC8C89
RGB: (220,140,137)

Color info

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

RGB color model

#DC8C89 color RGB value is (220,140,137).

  • red value is 220;
  • green value is 140;
  • blue value is 137.
RGB:
(220,140,137)
(86%,55%,54%)

RGB channels and saturation

R 220 of 255 = 86%
G 140 of 255 = 55%
B 137 of 255 = 54%

220
140
137

R + G + B ~ 65%. #DC8C89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 140 + 137 = 497 (100%)
R 220 of 497 ~ 44.27%
G 140 of 497 ~ 28.17%
B 137 of 497 ~ 27.57%

%44.27
%28.17
%27.57

CMYK color model

#DC8C89 color CMYK value is (0,36,38,14).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 37.73%
  • key color value is 13.73%
CMYK:
(0,36,38,14)
C0M36Y38K14 
(0%,36%,38%,14%)
(0.00/0.36/0.38/0.14)	

CMYK percentages

%0
%36.36
%37.73
%13.73

Codes

Color #DC8C89 in popluar color models

DC8C89
RGB220140137
HSL54.25%70.00%
HSB/HSV37.73%86.27%
CMYK0.00%36.36%37.73%
13.73%

Color #DC8C89 in popluar number systems.

HEXDC8C89
Decimal220140137
Binary110111001000110010001001
Octal334214211

Shades and tints

Shades of #DC8C89

#DC8C89
(220,140,137)
#C8807D
(200,128,125)
#B47471
(180,116,113)
#A06865
(160,104,101)
#8C5C59
(140,92,89)
#78504D
(120,80,77)
#644441
(100,68,65)
#503835
(80,56,53)
#3C2C29
(60,44,41)
#28201D
(40,32,29)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #DC8C89

#DC8C89
(220,140,137)
#DF9693
(223,150,147)
#E2A09D
(226,160,157)
#E5AAA7
(229,170,167)
#E8B4B1
(232,180,177)
#EBBEBB
(235,190,187)
#EEC8C5
(238,200,197)
#F1D2CF
(241,210,207)
#F4DCD9
(244,220,217)
#F7E6E3
(247,230,227)
#FAF0ED
(250,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8C89 color. Also use rgb(220,140,137) instead hex code.

Text Font Color

.myTextColor { color: #DC8C89; }

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

This text font color is #DC8C89.


Background Color

.myBgColor { background-color: #DC8C89; }

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

This div background color is #DC8C89.


Border color

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

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

This div border color is #DC8C89.


Opacity

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

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

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

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

This text has shadow with #DC8C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8C89 on black background.


Color preview on white background

This text has color #DC8C89 on white background.



Black color preview on #DC8C89 background

This text has black color on #DC8C89 background.


White color preview on #DC8C89 background

This text has white color on #DC8C89 background.