COLOR #DD797B

HEX: #DD797B
RGB: (221,121,123)

Color info

#DD797B contains mainly red color. Web safe color of #DD797B is #CC6666 (or #C66).

RGB color model

#DD797B color RGB value is (221,121,123).

  • red value is 221;
  • green value is 121;
  • blue value is 123.
RGB:
(221,121,123)
(87%,47%,48%)

RGB channels and saturation

R 221 of 255 = 87%
G 121 of 255 = 47%
B 123 of 255 = 48%

221
121
123

R + G + B ~ 61%. #DD797B is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 121 + 123 = 465 (100%)
R 221 of 465 ~ 47.53%
G 121 of 465 ~ 26.02%
B 123 of 465 ~ 26.45%

%47.53
%26.02
%26.45

CMYK color model

#DD797B color CMYK value is (0,45,44,13).

  • cyan value is 0.00%
  • magenta value is 45.25%
  • yellow value is 44.34%
  • key color value is 13.33%
CMYK:
(0,45,44,13)
C0M45Y44K13 
(0%,45%,44%,13%)
(0.00/0.45/0.44/0.13)	

CMYK percentages

%0
%45.25
%44.34
%13.33

Codes

Color #DD797B in popluar color models

DD797B
RGB221121123
HSL359°59.52%67.06%
HSB/HSV359°45.25%86.67%
CMYK0.00%45.25%44.34%
13.33%

Color #DD797B in popluar number systems.

HEXDD797B
Decimal221121123
Binary1101110111110011111011
Octal335171173

Shades and tints

Shades of #DD797B

#DD797B
(221,121,123)
#C96E70
(201,110,112)
#B56365
(181,99,101)
#A1585A
(161,88,90)
#8D4D4F
(141,77,79)
#794244
(121,66,68)
#653739
(101,55,57)
#512C2E
(81,44,46)
#3D2123
(61,33,35)
#291618
(41,22,24)
#150B0D
(21,11,13)
#000000
(0,0,0)

Tints of #DD797B

#DD797B
(221,121,123)
#E08587
(224,133,135)
#E39193
(227,145,147)
#E69D9F
(230,157,159)
#E9A9AB
(233,169,171)
#ECB5B7
(236,181,183)
#EFC1C3
(239,193,195)
#F2CDCF
(242,205,207)
#F5D9DB
(245,217,219)
#F8E5E7
(248,229,231)
#FBF1F3
(251,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD797B color. Also use rgb(221,121,123) instead hex code.

Text Font Color

.myTextColor { color: #DD797B; }

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

This text font color is #DD797B.


Background Color

.myBgColor { background-color: #DD797B; }

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

This div background color is #DD797B.


Border color

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

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

This div border color is #DD797B.


Opacity

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

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

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

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

This text has shadow with #DD797B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD797B on black background.


Color preview on white background

This text has color #DD797B on white background.



Black color preview on #DD797B background

This text has black color on #DD797B background.


White color preview on #DD797B background

This text has white color on #DD797B background.