COLOR #DC9396

HEX: #DC9396 RGB: (220,147,150)

Color info

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

RGB color model

#DC9396 color RGB value is (220,147,150).

RGB: (220,147,150) (86%, 58%, 59%)

RGB channels and saturation

R 220 of 255 = 86%
G 147 of 255 = 58%
B 150 of 255 = 59%

220
147
150

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

Portions of RGB colors in percentages

R + G + B = 220 + 147 + 150 = 517 (100%)
R 220 of 517 ~ 42.55%
G 147 of 517 ~ 28.43%
B 150 of 517 ~ 29.01'%

%42.55
%28.43
%29.01

CMYK color model

#DC9396 color CMYK value is (0,33,32,14).

  • cyan value is 0.00%
  • magenta value is 33.18%
  • yellow value is 31.82%
  • key color value is 13.73%
CMYK: (0,33,32,14) C0M33Y32K14 (0%,33%,32%,14%) (0.00/0.33/0.32/0.14) 

CMYK percentages

%0
%33.18
%31.82
%13.73

Codes

Color #DC9396 in popluar color models

DC 93 96
RGB 220 147 150
HSL 358° 51.05% 71.96%
HSB/HSV 358° 33.18% 86.27%
CMYK 0.00% 33.18% 31.82%
13.73%

Color #DC9396 in popluar number systems.

HEX DC 93 96
Decimal 220 147 150
Binary 11011100 10010011 10010110
Octal 334 223 226

Shades and tints

Shades of #DC9396

#DC9396
(220,147,150)
#C88689
(200,134,137)
#B4797C
(180,121,124)
#A06C6F
(160,108,111)
#8C5F62
(140,95,98)
#785255
(120,82,85)
#644548
(100,69,72)
#50383B
(80,56,59)
#3C2B2E
(60,43,46)
#281E21
(40,30,33)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #DC9396

#DC9396
(220,147,150)
#DF9C9F
(223,156,159)
#E2A5A8
(226,165,168)
#E5AEB1
(229,174,177)
#E8B7BA
(232,183,186)
#EBC0C3
(235,192,195)
#EEC9CC
(238,201,204)
#F1D2D5
(241,210,213)
#F4DBDE
(244,219,222)
#F7E4E7
(247,228,231)
#FAEDF0
(250,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DC9396 color. Also use rgb(220,147,150) instead hex code.

Text Font Color

.myTextColor { color: #DC9396; }

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

This text font color is #DC9396.

Background Color

.myBgColor { background-color: #DC9396; }

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

This div background color is #DC9396.

Border color

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

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

This div border color is #DC9396.

Opacity

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

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

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

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

This text has shadow with #DC9396 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DC9396.

Preview

Color preview on black background

This text has color #DC9396 on black background.


Color preview on white background

This text has color #DC9396 on white background.


Black color preview on #DC9396 background

This text has black color on #DC9396 background.


White color preview on #DC9396 background

This text has white color on #DC9396 background.


Related colors

Complementary color

Complementary color for #hex is #236C69.


I love getcolorcode.com

Triadic colors

1 #96DC93 and #9396DC with #DC9396 are triadic colors.

2 #9693DC and #93DC96 with #DC9396 are triadic colors.