COLOR #DD9699

HEX: #DD9699
RGB: (221,150,153)

Color info

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

RGB color model

#DD9699 color RGB value is (221,150,153).

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

RGB channels and saturation

R 221 of 255 = 87%
G 150 of 255 = 59%
B 153 of 255 = 60%

221
150
153

R + G + B ~ 69%. #DD9699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 150 + 153 = 524 (100%)
R 221 of 524 ~ 42.18%
G 150 of 524 ~ 28.63%
B 153 of 524 ~ 29.2%

%42.18
%28.63
%29.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.13%
  • yellow value is 30.77%
  • key color value is 13.33%
CMYK:
(0,32,31,13)
C0M32Y31K13 
(0%,32%,31%,13%)
(0.00/0.32/0.31/0.13)	

CMYK percentages

%0
%32.13
%30.77
%13.33

Codes

Color #DD9699 in popluar color models

DD9699
RGB221150153
HSL357°51.08%72.75%
HSB/HSV357°32.13%86.67%
CMYK0.00%32.13%30.77%
13.33%

Color #DD9699 in popluar number systems.

HEXDD9699
Decimal221150153
Binary110111011001011010011001
Octal335226231

Shades and tints

Shades of #DD9699

#DD9699
(221,150,153)
#C9898C
(201,137,140)
#B57C7F
(181,124,127)
#A16F72
(161,111,114)
#8D6265
(141,98,101)
#795558
(121,85,88)
#65484B
(101,72,75)
#513B3E
(81,59,62)
#3D2E31
(61,46,49)
#292124
(41,33,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #DD9699

#DD9699
(221,150,153)
#E09FA2
(224,159,162)
#E3A8AB
(227,168,171)
#E6B1B4
(230,177,180)
#E9BABD
(233,186,189)
#ECC3C6
(236,195,198)
#EFCCCF
(239,204,207)
#F2D5D8
(242,213,216)
#F5DEE1
(245,222,225)
#F8E7EA
(248,231,234)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9699; }

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

This text font color is #DD9699.


Background Color

.myBgColor { background-color: #DD9699; }

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

This div background color is #DD9699.


Border color

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

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

This div border color is #DD9699.


Opacity

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

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

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

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

This text has shadow with #DD9699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9699 on black background.


Color preview on white background

This text has color #DD9699 on white background.



Black color preview on #DD9699 background

This text has black color on #DD9699 background.


White color preview on #DD9699 background

This text has white color on #DD9699 background.