COLOR #DC8A89

HEX: #DC8A89 RGB: (220,138,137)

Color info

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

RGB color model

#DC8A89 color RGB value is (220,138,137).

RGB: (220,138,137) (86%, 54%, 54%)

RGB channels and saturation

R 220 of 255 = 86%
G 138 of 255 = 54%
B 137 of 255 = 54%

220
138
137

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

Portions of RGB colors in percentages

R + G + B = 220 + 138 + 137 = 495 (100%)
R 220 of 495 ~ 44.44%
G 138 of 495 ~ 27.88%
B 137 of 495 ~ 27.68'%

%44.44
%27.88
%27.68

CMYK color model

#DC8A89 color CMYK value is (0,37,38,14).

  • cyan value is 0.00%
  • magenta value is 37.27%
  • yellow value is 37.73%
  • key color value is 13.73%

CMYK: (0,37,38,14)
C0M37Y38K14 (0%, 37%, 38%, 14%)
(0.00 / 0.37 / 0.38 / 0.14)

CMYK percentages

%0
%37.27
%37.73
%13.73

Codes

Color #DC8A89 in popluar color models

DC 8A 89
RGB 220 138 137
HSL 54.25% 70.00%
HSB/HSV 37.73% 86.27%
CMYK 0.00% 37.27% 37.73%
13.73%

Color #DC8A89 in popluar number systems.

HEX DC 8A 89
Decimal 220 138 137
Binary 11011100 10001010 10001001
Octal 334 212 211

Shades and tints

Shades of #DC8A89

#DC8A89
(220,138,137)
#C87E7D
(200,126,125)
#B47271
(180,114,113)
#A06665
(160,102,101)
#8C5A59
(140,90,89)
#784E4D
(120,78,77)
#644241
(100,66,65)
#503635
(80,54,53)
#3C2A29
(60,42,41)
#281E1D
(40,30,29)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #DC8A89

#DC8A89
(220,138,137)
#DF9493
(223,148,147)
#E29E9D
(226,158,157)
#E5A8A7
(229,168,167)
#E8B2B1
(232,178,177)
#EBBCBB
(235,188,187)
#EEC6C5
(238,198,197)
#F1D0CF
(241,208,207)
#F4DAD9
(244,218,217)
#F7E4E3
(247,228,227)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC8A89; }

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

This text font color is #DC8A89.

Background Color

.myBgColor { background-color: #DC8A89; }

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

This div background color is #DC8A89.

Border color

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

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

This div border color is #DC8A89.

Opacity

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

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

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

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

This text has shadow with #DC8A89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC8A89.

Preview

Color preview on black background

This text has color #DC8A89 on black background.


Color preview on white background

This text has color #DC8A89 on white background.


Black color preview on #DC8A89 background

This text has black color on #DC8A89 background.


White color preview on #DC8A89 background

This text has white color on #DC8A89 background.


Related colors

Complementary color

Complementary color for #hex is #237576.


I love getcolorcode.com

Triadic colors

1 #89DC8A and #8A89DC with #DC8A89 are triadic colors.

2 #898ADC and #8ADC89 with #DC8A89 are triadic colors.