COLOR #DD9796

HEX: #DD9796
RGB: (221,151,150)

Color info

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

RGB color model

#DD9796 color RGB value is (221,151,150).

  • red value is 221;
  • green value is 151;
  • blue value is 150.
RGB:
(221,151,150)
(87%,59%,59%)

RGB channels and saturation

R 221 of 255 = 87%
G 151 of 255 = 59%
B 150 of 255 = 59%

221
151
150

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

Portions of RGB colors in percentages

R + G + B =
221 + 151 + 150 = 522 (100%)
R 221 of 522 ~ 42.34%
G 151 of 522 ~ 28.93%
B 150 of 522 ~ 28.74%

%42.34
%28.93
%28.74

CMYK color model

#DD9796 color CMYK value is (0,32,32,13).

  • cyan value is 0.00%
  • magenta value is 31.67%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(0,32,32,13)
C0M32Y32K13 
(0%,32%,32%,13%)
(0.00/0.32/0.32/0.13)	

CMYK percentages

%0
%31.67
%32.13
%13.33

Codes

Color #DD9796 in popluar color models

DD9796
RGB221151150
HSL51.08%72.75%
HSB/HSV32.13%86.67%
CMYK0.00%31.67%32.13%
13.33%

Color #DD9796 in popluar number systems.

HEXDD9796
Decimal221151150
Binary110111011001011110010110
Octal335227226

Shades and tints

Shades of #DD9796

#DD9796
(221,151,150)
#C98A89
(201,138,137)
#B57D7C
(181,125,124)
#A1706F
(161,112,111)
#8D6362
(141,99,98)
#795655
(121,86,85)
#654948
(101,73,72)
#513C3B
(81,60,59)
#3D2F2E
(61,47,46)
#292221
(41,34,33)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #DD9796

#DD9796
(221,151,150)
#E0A09F
(224,160,159)
#E3A9A8
(227,169,168)
#E6B2B1
(230,178,177)
#E9BBBA
(233,187,186)
#ECC4C3
(236,196,195)
#EFCDCC
(239,205,204)
#F2D6D5
(242,214,213)
#F5DFDE
(245,223,222)
#F8E8E7
(248,232,231)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9796 color. Also use rgb(221,151,150) instead hex code.

Text Font Color

.myTextColor { color: #DD9796; }

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

This text font color is #DD9796.


Background Color

.myBgColor { background-color: #DD9796; }

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

This div background color is #DD9796.


Border color

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

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

This div border color is #DD9796.


Opacity

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

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

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

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

This text has shadow with #DD9796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9796 on black background.


Color preview on white background

This text has color #DD9796 on white background.



Black color preview on #DD9796 background

This text has black color on #DD9796 background.


White color preview on #DD9796 background

This text has white color on #DD9796 background.