COLOR #DC8D99

HEX: #DC8D99
RGB: (220,141,153)

Color info

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

RGB color model

#DC8D99 color RGB value is (220,141,153).

  • red value is 220;
  • green value is 141;
  • blue value is 153.
RGB:
(220,141,153)
(86%,55%,60%)

RGB channels and saturation

R 220 of 255 = 86%
G 141 of 255 = 55%
B 153 of 255 = 60%

220
141
153

R + G + B ~ 67%. #DC8D99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 141 + 153 = 514 (100%)
R 220 of 514 ~ 42.8%
G 141 of 514 ~ 27.43%
B 153 of 514 ~ 29.77%

%42.8
%27.43
%29.77

CMYK color model

#DC8D99 color CMYK value is (0,36,30,14).

  • cyan value is 0.00%
  • magenta value is 35.91%
  • yellow value is 30.45%
  • key color value is 13.73%
CMYK:
(0,36,30,14)
C0M36Y30K14 
(0%,36%,30%,14%)
(0.00/0.36/0.30/0.14)	

CMYK percentages

%0
%35.91
%30.45
%13.73

Codes

Color #DC8D99 in popluar color models

DC8D99
RGB220141153
HSL351°53.02%70.78%
HSB/HSV351°35.91%86.27%
CMYK0.00%35.91%30.45%
13.73%

Color #DC8D99 in popluar number systems.

HEXDC8D99
Decimal220141153
Binary110111001000110110011001
Octal334215231

Shades and tints

Shades of #DC8D99

#DC8D99
(220,141,153)
#C8818C
(200,129,140)
#B4757F
(180,117,127)
#A06972
(160,105,114)
#8C5D65
(140,93,101)
#785158
(120,81,88)
#64454B
(100,69,75)
#50393E
(80,57,62)
#3C2D31
(60,45,49)
#282124
(40,33,36)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #DC8D99

#DC8D99
(220,141,153)
#DF97A2
(223,151,162)
#E2A1AB
(226,161,171)
#E5ABB4
(229,171,180)
#E8B5BD
(232,181,189)
#EBBFC6
(235,191,198)
#EEC9CF
(238,201,207)
#F1D3D8
(241,211,216)
#F4DDE1
(244,221,225)
#F7E7EA
(247,231,234)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC8D99 color. Also use rgb(220,141,153) instead hex code.

Text Font Color

.myTextColor { color: #DC8D99; }

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

This text font color is #DC8D99.


Background Color

.myBgColor { background-color: #DC8D99; }

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

This div background color is #DC8D99.


Border color

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

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

This div border color is #DC8D99.


Opacity

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

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

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

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

This text has shadow with #DC8D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC8D99 on black background.


Color preview on white background

This text has color #DC8D99 on white background.



Black color preview on #DC8D99 background

This text has black color on #DC8D99 background.


White color preview on #DC8D99 background

This text has white color on #DC8D99 background.