COLOR #DDC9C9

HEX: #DDC9C9
RGB: (221,201,201)

Color info

#DDC9C9 contains red, green and blue colors in about the same proportion. Web safe color of #DDC9C9 is #CCCCCC (or #CCC).

RGB color model

#DDC9C9 color RGB value is (221,201,201).

  • red value is 221;
  • green value is 201;
  • blue value is 201.
RGB:
(221,201,201)
(87%,79%,79%)

RGB channels and saturation

R 221 of 255 = 87%
G 201 of 255 = 79%
B 201 of 255 = 79%

221
201
201

R + G + B ~ 82%. #DDC9C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 201 + 201 = 623 (100%)
R 221 of 623 ~ 35.47%
G 201 of 623 ~ 32.26%
B 201 of 623 ~ 32.26%

%35.47
%32.26
%32.26

CMYK color model

#DDC9C9 color CMYK value is (0,9,9,13).

  • cyan value is 0.00%
  • magenta value is 9.05%
  • yellow value is 9.05%
  • key color value is 13.33%
CMYK:
(0,9,9,13)
C0M9Y9K13 
(0%,9%,9%,13%)
(0.00/0.09/0.09/0.13)	

CMYK percentages

%0
%9.05
%9.05
%13.33

Codes

Color #DDC9C9 in popluar color models

DDC9C9
RGB221201201
HSL22.73%82.75%
HSB/HSV9.05%86.67%
CMYK0.00%9.05%9.05%
13.33%

Color #DDC9C9 in popluar number systems.

HEXDDC9C9
Decimal221201201
Binary110111011100100111001001
Octal335311311

Shades and tints

Shades of #DDC9C9

#DDC9C9
(221,201,201)
#C9B7B7
(201,183,183)
#B5A5A5
(181,165,165)
#A19393
(161,147,147)
#8D8181
(141,129,129)
#796F6F
(121,111,111)
#655D5D
(101,93,93)
#514B4B
(81,75,75)
#3D3939
(61,57,57)
#292727
(41,39,39)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #DDC9C9

#DDC9C9
(221,201,201)
#E0CDCD
(224,205,205)
#E3D1D1
(227,209,209)
#E6D5D5
(230,213,213)
#E9D9D9
(233,217,217)
#ECDDDD
(236,221,221)
#EFE1E1
(239,225,225)
#F2E5E5
(242,229,229)
#F5E9E9
(245,233,233)
#F8EDED
(248,237,237)
#FBF1F1
(251,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC9C9; }

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

This text font color is #DDC9C9.


Background Color

.myBgColor { background-color: #DDC9C9; }

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

This div background color is #DDC9C9.


Border color

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

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

This div border color is #DDC9C9.


Opacity

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

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

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

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

This text has shadow with #DDC9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC9C9 on black background.


Color preview on white background

This text has color #DDC9C9 on white background.



Black color preview on #DDC9C9 background

This text has black color on #DDC9C9 background.


White color preview on #DDC9C9 background

This text has white color on #DDC9C9 background.