COLOR #DC9997

HEX: #DC9997 RGB: (220,153,151)

Color info

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

RGB color model

#DC9997 color RGB value is (220,153,151).

RGB: (220,153,151) (86%, 60%, 59%)

RGB channels and saturation

R 220 of 255 = 86%
G 153 of 255 = 60%
B 151 of 255 = 59%

220
153
151

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

Portions of RGB colors in percentages

R + G + B = 220 + 153 + 151 = 524 (100%)
R 220 of 524 ~ 41.98%
G 153 of 524 ~ 29.2%
B 151 of 524 ~ 28.82'%

%41.98
%29.2
%28.82

CMYK color model

#DC9997 color CMYK value is (0,30,31,14).

  • cyan value is 0.00%
  • magenta value is 30.45%
  • yellow value is 31.36%
  • key color value is 13.73%

CMYK: (0,30,31,14)
C0M30Y31K14 (0%, 30%, 31%, 14%)
(0.00 / 0.30 / 0.31 / 0.14)

CMYK percentages

%0
%30.45
%31.36
%13.73

Codes

Color #DC9997 in popluar color models

DC 99 97
RGB 220 153 151
HSL 49.64% 72.75%
HSB/HSV 31.36% 86.27%
CMYK 0.00% 30.45% 31.36%
13.73%

Color #DC9997 in popluar number systems.

HEX DC 99 97
Decimal 220 153 151
Binary 11011100 10011001 10010111
Octal 334 231 227

Shades and tints

Shades of #DC9997

#DC9997
(220,153,151)
#C88C8A
(200,140,138)
#B47F7D
(180,127,125)
#A07270
(160,114,112)
#8C6563
(140,101,99)
#785856
(120,88,86)
#644B49
(100,75,73)
#503E3C
(80,62,60)
#3C312F
(60,49,47)
#282422
(40,36,34)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #DC9997

#DC9997
(220,153,151)
#DFA2A0
(223,162,160)
#E2ABA9
(226,171,169)
#E5B4B2
(229,180,178)
#E8BDBB
(232,189,187)
#EBC6C4
(235,198,196)
#EECFCD
(238,207,205)
#F1D8D6
(241,216,214)
#F4E1DF
(244,225,223)
#F7EAE8
(247,234,232)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9997; }

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

This text font color is #DC9997.

Background Color

.myBgColor { background-color: #DC9997; }

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

This div background color is #DC9997.

Border color

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

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

This div border color is #DC9997.

Opacity

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

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

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

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

This text has shadow with #DC9997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9997.

Preview

Color preview on black background

This text has color #DC9997 on black background.


Color preview on white background

This text has color #DC9997 on white background.


Black color preview on #DC9997 background

This text has black color on #DC9997 background.


White color preview on #DC9997 background

This text has white color on #DC9997 background.


Related colors

Complementary color

Complementary color for #hex is #236668.


I love getcolorcode.com

Triadic colors

1 #97DC99 and #9997DC with #DC9997 are triadic colors.

2 #9799DC and #99DC97 with #DC9997 are triadic colors.