COLOR #DC9687

HEX: #DC9687
RGB: (220,150,135)

Color info

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

RGB color model

#DC9687 color RGB value is (220,150,135).

  • red value is 220;
  • green value is 150;
  • blue value is 135.
RGB:
(220,150,135)
(86%,59%,53%)

RGB channels and saturation

R 220 of 255 = 86%
G 150 of 255 = 59%
B 135 of 255 = 53%

220
150
135

R + G + B ~ 66%. #DC9687 is quite light color.

Portions of RGB colors in percentages

R + G + B =
220 + 150 + 135 = 505 (100%)
R 220 of 505 ~ 43.56%
G 150 of 505 ~ 29.7%
B 135 of 505 ~ 26.73%

%43.56
%29.7
%26.73

CMYK color model

#DC9687 color CMYK value is (0,32,39,14).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 38.64%
  • key color value is 13.73%
CMYK:
(0,32,39,14)
C0M32Y39K14 
(0%,32%,39%,14%)
(0.00/0.32/0.39/0.14)	

CMYK percentages

%0
%31.82
%38.64
%13.73

Codes

Color #DC9687 in popluar color models

DC9687
RGB220150135
HSL11°54.84%69.61%
HSB/HSV11°38.64%86.27%
CMYK0.00%31.82%38.64%
13.73%

Color #DC9687 in popluar number systems.

HEXDC9687
Decimal220150135
Binary110111001001011010000111
Octal334226207

Shades and tints

Shades of #DC9687

#DC9687
(220,150,135)
#C8897B
(200,137,123)
#B47C6F
(180,124,111)
#A06F63
(160,111,99)
#8C6257
(140,98,87)
#78554B
(120,85,75)
#64483F
(100,72,63)
#503B33
(80,59,51)
#3C2E27
(60,46,39)
#28211B
(40,33,27)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #DC9687

#DC9687
(220,150,135)
#DF9F91
(223,159,145)
#E2A89B
(226,168,155)
#E5B1A5
(229,177,165)
#E8BAAF
(232,186,175)
#EBC3B9
(235,195,185)
#EECCC3
(238,204,195)
#F1D5CD
(241,213,205)
#F4DED7
(244,222,215)
#F7E7E1
(247,231,225)
#FAF0EB
(250,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DC9687; }

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

This text font color is #DC9687.


Background Color

.myBgColor { background-color: #DC9687; }

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

This div background color is #DC9687.


Border color

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

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

This div border color is #DC9687.


Opacity

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

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

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

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

This text has shadow with #DC9687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DC9687 on black background.


Color preview on white background

This text has color #DC9687 on white background.



Black color preview on #DC9687 background

This text has black color on #DC9687 background.


White color preview on #DC9687 background

This text has white color on #DC9687 background.