COLOR #DA8C86

HEX: #DA8C86
RGB: (218,140,134)

Color info

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

RGB color model

#DA8C86 color RGB value is (218,140,134).

  • red value is 218;
  • green value is 140;
  • blue value is 134.
RGB:
(218,140,134)
(85%,55%,53%)

RGB channels and saturation

R 218 of 255 = 85%
G 140 of 255 = 55%
B 134 of 255 = 53%

218
140
134

R + G + B ~ 64%. #DA8C86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 140 + 134 = 492 (100%)
R 218 of 492 ~ 44.31%
G 140 of 492 ~ 28.46%
B 134 of 492 ~ 27.24%

%44.31
%28.46
%27.24

CMYK color model

#DA8C86 color CMYK value is (0,36,39,15).

  • cyan value is 0.00%
  • magenta value is 35.78%
  • yellow value is 38.53%
  • key color value is 14.51%
CMYK:
(0,36,39,15)
C0M36Y39K15 
(0%,36%,39%,15%)
(0.00/0.36/0.39/0.15)	

CMYK percentages

%0
%35.78
%38.53
%14.51

Codes

Color #DA8C86 in popluar color models

DA8C86
RGB218140134
HSL53.16%69.02%
HSB/HSV38.53%85.49%
CMYK0.00%35.78%38.53%
14.51%

Color #DA8C86 in popluar number systems.

HEXDA8C86
Decimal218140134
Binary110110101000110010000110
Octal332214206

Shades and tints

Shades of #DA8C86

#DA8C86
(218,140,134)
#C7807A
(199,128,122)
#B4746E
(180,116,110)
#A16862
(161,104,98)
#8E5C56
(142,92,86)
#7B504A
(123,80,74)
#68443E
(104,68,62)
#553832
(85,56,50)
#422C26
(66,44,38)
#2F201A
(47,32,26)
#1C140E
(28,20,14)
#000000
(0,0,0)

Tints of #DA8C86

#DA8C86
(218,140,134)
#DD9691
(221,150,145)
#E0A09C
(224,160,156)
#E3AAA7
(227,170,167)
#E6B4B2
(230,180,178)
#E9BEBD
(233,190,189)
#ECC8C8
(236,200,200)
#EFD2D3
(239,210,211)
#F2DCDE
(242,220,222)
#F5E6E9
(245,230,233)
#F8F0F4
(248,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DA8C86 color. Also use rgb(218,140,134) instead hex code.

Text Font Color

.myTextColor { color: #DA8C86; }

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

This text font color is #DA8C86.


Background Color

.myBgColor { background-color: #DA8C86; }

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

This div background color is #DA8C86.


Border color

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

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

This div border color is #DA8C86.


Opacity

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

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

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

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

This text has shadow with #DA8C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DA8C86 on black background.


Color preview on white background

This text has color #DA8C86 on white background.



Black color preview on #DA8C86 background

This text has black color on #DA8C86 background.


White color preview on #DA8C86 background

This text has white color on #DA8C86 background.