COLOR #DC9992

HEX: #DC9992
RGB: (220,153,146)

Color info

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

RGB color model

#DC9992 color RGB value is (220,153,146).

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

RGB channels and saturation

R 220 of 255 = 86%
G 153 of 255 = 60%
B 146 of 255 = 57%

220
153
146

R + G + B ~ 68%. #DC9992 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 153 + 146 = 519 (100%)
R 220 of 519 ~ 42.39%
G 153 of 519 ~ 29.48%
B 146 of 519 ~ 28.13%

%42.39
%29.48
%28.13

CMYK color model

#DC9992 color CMYK value is (0,30,34,14).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 33.64%
  • key color value is 13.73%
CMYK:
(0,30,34,14)
C0M30Y34K14 
(0%,30%,34%,14%)
(0.00/0.30/0.34/0.14)	

CMYK percentages

%0
%30.45
%33.64
%13.73

Codes

Color #DC9992 in popluar color models

DC9992
RGB220153146
HSL51.39%71.76%
HSB/HSV33.64%86.27%
CMYK0.00%30.45%33.64%
13.73%

Color #DC9992 in popluar number systems.

HEXDC9992
Decimal220153146
Binary110111001001100110010010
Octal334231222

Shades and tints

Shades of #DC9992

#DC9992
(220,153,146)
#C88C85
(200,140,133)
#B47F78
(180,127,120)
#A0726B
(160,114,107)
#8C655E
(140,101,94)
#785851
(120,88,81)
#644B44
(100,75,68)
#503E37
(80,62,55)
#3C312A
(60,49,42)
#28241D
(40,36,29)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #DC9992

#DC9992
(220,153,146)
#DFA29B
(223,162,155)
#E2ABA4
(226,171,164)
#E5B4AD
(229,180,173)
#E8BDB6
(232,189,182)
#EBC6BF
(235,198,191)
#EECFC8
(238,207,200)
#F1D8D1
(241,216,209)
#F4E1DA
(244,225,218)
#F7EAE3
(247,234,227)
#FAF3EC
(250,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9992; }

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

This text font color is #DC9992.


Background Color

.myBgColor { background-color: #DC9992; }

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

This div background color is #DC9992.


Border color

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

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

This div border color is #DC9992.


Opacity

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

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

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

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

This text has shadow with #DC9992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9992 on black background.


Color preview on white background

This text has color #DC9992 on white background.



Black color preview on #DC9992 background

This text has black color on #DC9992 background.


White color preview on #DC9992 background

This text has white color on #DC9992 background.