COLOR #DD8E9C

HEX: #DD8E9C
RGB: (221,142,156)

Color info

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

RGB color model

#DD8E9C color RGB value is (221,142,156).

  • red value is 221;
  • green value is 142;
  • blue value is 156.
RGB:
(221,142,156)
(87%,56%,61%)

RGB channels and saturation

R 221 of 255 = 87%
G 142 of 255 = 56%
B 156 of 255 = 61%

221
142
156

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

Portions of RGB colors in percentages

R + G + B =
221 + 142 + 156 = 519 (100%)
R 221 of 519 ~ 42.58%
G 142 of 519 ~ 27.36%
B 156 of 519 ~ 30.06%

%42.58
%27.36
%30.06

CMYK color model

#DD8E9C color CMYK value is (0,36,29,13).

  • cyan value is 0.00%
  • magenta value is 35.75%
  • yellow value is 29.41%
  • key color value is 13.33%
CMYK:
(0,36,29,13)
C0M36Y29K13 
(0%,36%,29%,13%)
(0.00/0.36/0.29/0.13)	

CMYK percentages

%0
%35.75
%29.41
%13.33

Codes

Color #DD8E9C in popluar color models

DD8E9C
RGB221142156
HSL349°53.74%71.18%
HSB/HSV349°35.75%86.67%
CMYK0.00%35.75%29.41%
13.33%

Color #DD8E9C in popluar number systems.

HEXDD8E9C
Decimal221142156
Binary110111011000111010011100
Octal335216234

Shades and tints

Shades of #DD8E9C

#DD8E9C
(221,142,156)
#C9828E
(201,130,142)
#B57680
(181,118,128)
#A16A72
(161,106,114)
#8D5E64
(141,94,100)
#795256
(121,82,86)
#654648
(101,70,72)
#513A3A
(81,58,58)
#3D2E2C
(61,46,44)
#29221E
(41,34,30)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #DD8E9C

#DD8E9C
(221,142,156)
#E098A5
(224,152,165)
#E3A2AE
(227,162,174)
#E6ACB7
(230,172,183)
#E9B6C0
(233,182,192)
#ECC0C9
(236,192,201)
#EFCAD2
(239,202,210)
#F2D4DB
(242,212,219)
#F5DEE4
(245,222,228)
#F8E8ED
(248,232,237)
#FBF2F6
(251,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD8E9C color. Also use rgb(221,142,156) instead hex code.

Text Font Color

.myTextColor { color: #DD8E9C; }

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

This text font color is #DD8E9C.


Background Color

.myBgColor { background-color: #DD8E9C; }

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

This div background color is #DD8E9C.


Border color

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

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

This div border color is #DD8E9C.


Opacity

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

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

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

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

This text has shadow with #DD8E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD8E9C on black background.


Color preview on white background

This text has color #DD8E9C on white background.



Black color preview on #DD8E9C background

This text has black color on #DD8E9C background.


White color preview on #DD8E9C background

This text has white color on #DD8E9C background.