COLOR #DC898F

HEX: #DC898F RGB: (220,137,143)

Color info

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

RGB color model

#DC898F color RGB value is (220,137,143).

RGB: (220,137,143) (86%, 54%, 56%)

RGB channels and saturation

R 220 of 255 = 86%
G 137 of 255 = 54%
B 143 of 255 = 56%

220
137
143

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

Portions of RGB colors in percentages

R + G + B = 220 + 137 + 143 = 500 (100%)
R 220 of 500 ~ 44%
G 137 of 500 ~ 27.4%
B 143 of 500 ~ 28.6'%

%44
%27.4
%28.6

CMYK color model

#DC898F color CMYK value is (0,38,35,14).

  • cyan value is 0.00%
  • magenta value is 37.73%
  • yellow value is 35.00%
  • key color value is 13.73%
CMYK: (0,38,35,14) C0M38Y35K14 (0%,38%,35%,14%) (0.00/0.38/0.35/0.14) 

CMYK percentages

%0
%37.73
%35
%13.73

Codes

Color #DC898F in popluar color models

DC 89 8F
RGB 220 137 143
HSL 356° 54.25% 70.00%
HSB/HSV 356° 37.73% 86.27%
CMYK 0.00% 37.73% 35.00%
13.73%

Color #DC898F in popluar number systems.

HEX DC 89 8F
Decimal 220 137 143
Binary 11011100 10001001 10001111
Octal 334 211 217

Shades and tints

Shades of #DC898F

#DC898F
(220,137,143)
#C87D82
(200,125,130)
#B47175
(180,113,117)
#A06568
(160,101,104)
#8C595B
(140,89,91)
#784D4E
(120,77,78)
#644141
(100,65,65)
#503534
(80,53,52)
#3C2927
(60,41,39)
#281D1A
(40,29,26)
#14110D
(20,17,13)
#000000
(0,0,0)

Tints of #DC898F

#DC898F
(220,137,143)
#DF9399
(223,147,153)
#E29DA3
(226,157,163)
#E5A7AD
(229,167,173)
#E8B1B7
(232,177,183)
#EBBBC1
(235,187,193)
#EEC5CB
(238,197,203)
#F1CFD5
(241,207,213)
#F4D9DF
(244,217,223)
#F7E3E9
(247,227,233)
#FAEDF3
(250,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC898F; }

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

This text font color is #DC898F.

Background Color

.myBgColor { background-color: #DC898F; }

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

This div background color is #DC898F.

Border color

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

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

This div border color is #DC898F.

Opacity

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

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

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

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

This text has shadow with #DC898F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC898F.

Preview

Color preview on black background

This text has color #DC898F on black background.


Color preview on white background

This text has color #DC898F on white background.


Black color preview on #DC898F background

This text has black color on #DC898F background.


White color preview on #DC898F background

This text has white color on #DC898F background.


Related colors

Complementary color

Complementary color for #hex is #237670.


I love getcolorcode.com

Triadic colors

1 #8FDC89 and #898FDC with #DC898F are triadic colors.

2 #8F89DC and #89DC8F with #DC898F are triadic colors.