COLOR #DD9F98

HEX: #DD9F98
RGB: (221,159,152)

Color info

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

RGB color model

#DD9F98 color RGB value is (221,159,152).

  • red value is 221;
  • green value is 159;
  • blue value is 152.
RGB:
(221,159,152)
(87%,62%,60%)

RGB channels and saturation

R 221 of 255 = 87%
G 159 of 255 = 62%
B 152 of 255 = 60%

221
159
152

R + G + B ~ 70%. #DD9F98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 159 + 152 = 532 (100%)
R 221 of 532 ~ 41.54%
G 159 of 532 ~ 29.89%
B 152 of 532 ~ 28.57%

%41.54
%29.89
%28.57

CMYK color model

#DD9F98 color CMYK value is (0,28,31,13).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 31.22%
  • key color value is 13.33%
CMYK:
(0,28,31,13)
C0M28Y31K13 
(0%,28%,31%,13%)
(0.00/0.28/0.31/0.13)	

CMYK percentages

%0
%28.05
%31.22
%13.33

Codes

Color #DD9F98 in popluar color models

DD9F98
RGB221159152
HSL50.36%73.14%
HSB/HSV31.22%86.67%
CMYK0.00%28.05%31.22%
13.33%

Color #DD9F98 in popluar number systems.

HEXDD9F98
Decimal221159152
Binary110111011001111110011000
Octal335237230

Shades and tints

Shades of #DD9F98

#DD9F98
(221,159,152)
#C9918B
(201,145,139)
#B5837E
(181,131,126)
#A17571
(161,117,113)
#8D6764
(141,103,100)
#795957
(121,89,87)
#654B4A
(101,75,74)
#513D3D
(81,61,61)
#3D2F30
(61,47,48)
#292123
(41,33,35)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #DD9F98

#DD9F98
(221,159,152)
#E0A7A1
(224,167,161)
#E3AFAA
(227,175,170)
#E6B7B3
(230,183,179)
#E9BFBC
(233,191,188)
#ECC7C5
(236,199,197)
#EFCFCE
(239,207,206)
#F2D7D7
(242,215,215)
#F5DFE0
(245,223,224)
#F8E7E9
(248,231,233)
#FBEFF2
(251,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9F98 color. Also use rgb(221,159,152) instead hex code.

Text Font Color

.myTextColor { color: #DD9F98; }

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

This text font color is #DD9F98.


Background Color

.myBgColor { background-color: #DD9F98; }

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

This div background color is #DD9F98.


Border color

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

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

This div border color is #DD9F98.


Opacity

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

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

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

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

This text has shadow with #DD9F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9F98 on black background.


Color preview on white background

This text has color #DD9F98 on white background.



Black color preview on #DD9F98 background

This text has black color on #DD9F98 background.


White color preview on #DD9F98 background

This text has white color on #DD9F98 background.