COLOR #DD8A86

HEX: #DD8A86
RGB: (221,138,134)

Color info

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

RGB color model

#DD8A86 color RGB value is (221,138,134).

  • red value is 221;
  • green value is 138;
  • blue value is 134.
RGB:
(221,138,134)
(87%,54%,53%)

RGB channels and saturation

R 221 of 255 = 87%
G 138 of 255 = 54%
B 134 of 255 = 53%

221
138
134

R + G + B ~ 65%. #DD8A86 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 138 + 134 = 493 (100%)
R 221 of 493 ~ 44.83%
G 138 of 493 ~ 27.99%
B 134 of 493 ~ 27.18%

%44.83
%27.99
%27.18

CMYK color model

#DD8A86 color CMYK value is (0,38,39,13).

  • cyan value is 0.00%
  • magenta value is 37.56%
  • yellow value is 39.37%
  • key color value is 13.33%
CMYK:
(0,38,39,13)
C0M38Y39K13 
(0%,38%,39%,13%)
(0.00/0.38/0.39/0.13)	

CMYK percentages

%0
%37.56
%39.37
%13.33

Codes

Color #DD8A86 in popluar color models

DD8A86
RGB221138134
HSL56.13%69.61%
HSB/HSV39.37%86.67%
CMYK0.00%37.56%39.37%
13.33%

Color #DD8A86 in popluar number systems.

HEXDD8A86
Decimal221138134
Binary110111011000101010000110
Octal335212206

Shades and tints

Shades of #DD8A86

#DD8A86
(221,138,134)
#C97E7A
(201,126,122)
#B5726E
(181,114,110)
#A16662
(161,102,98)
#8D5A56
(141,90,86)
#794E4A
(121,78,74)
#65423E
(101,66,62)
#513632
(81,54,50)
#3D2A26
(61,42,38)
#291E1A
(41,30,26)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #DD8A86

#DD8A86
(221,138,134)
#E09491
(224,148,145)
#E39E9C
(227,158,156)
#E6A8A7
(230,168,167)
#E9B2B2
(233,178,178)
#ECBCBD
(236,188,189)
#EFC6C8
(239,198,200)
#F2D0D3
(242,208,211)
#F5DADE
(245,218,222)
#F8E4E9
(248,228,233)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8A86 color. Also use rgb(221,138,134) instead hex code.

Text Font Color

.myTextColor { color: #DD8A86; }

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

This text font color is #DD8A86.


Background Color

.myBgColor { background-color: #DD8A86; }

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

This div background color is #DD8A86.


Border color

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

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

This div border color is #DD8A86.


Opacity

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

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

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

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

This text has shadow with #DD8A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8A86 on black background.


Color preview on white background

This text has color #DD8A86 on white background.



Black color preview on #DD8A86 background

This text has black color on #DD8A86 background.


White color preview on #DD8A86 background

This text has white color on #DD8A86 background.