COLOR #DDC6C6

HEX: #DDC6C6
RGB: (221,198,198)

Color info

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

RGB color model

#DDC6C6 color RGB value is (221,198,198).

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

RGB channels and saturation

R 221 of 255 = 87%
G 198 of 255 = 78%
B 198 of 255 = 78%

221
198
198

R + G + B ~ 81%. #DDC6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 198 + 198 = 617 (100%)
R 221 of 617 ~ 35.82%
G 198 of 617 ~ 32.09%
B 198 of 617 ~ 32.09%

%35.82
%32.09
%32.09

CMYK color model

#DDC6C6 color CMYK value is (0,10,10,13).

  • cyan value is 0.00%
  • magenta value is 10.41%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(0,10,10,13)
C0M10Y10K13 
(0%,10%,10%,13%)
(0.00/0.10/0.10/0.13)	

CMYK percentages

%0
%10.41
%10.41
%13.33

Codes

Color #DDC6C6 in popluar color models

DDC6C6
RGB221198198
HSL25.27%82.16%
HSB/HSV10.41%86.67%
CMYK0.00%10.41%10.41%
13.33%

Color #DDC6C6 in popluar number systems.

HEXDDC6C6
Decimal221198198
Binary110111011100011011000110
Octal335306306

Shades and tints

Shades of #DDC6C6

#DDC6C6
(221,198,198)
#C9B4B4
(201,180,180)
#B5A2A2
(181,162,162)
#A19090
(161,144,144)
#8D7E7E
(141,126,126)
#796C6C
(121,108,108)
#655A5A
(101,90,90)
#514848
(81,72,72)
#3D3636
(61,54,54)
#292424
(41,36,36)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #DDC6C6

#DDC6C6
(221,198,198)
#E0CBCB
(224,203,203)
#E3D0D0
(227,208,208)
#E6D5D5
(230,213,213)
#E9DADA
(233,218,218)
#ECDFDF
(236,223,223)
#EFE4E4
(239,228,228)
#F2E9E9
(242,233,233)
#F5EEEE
(245,238,238)
#F8F3F3
(248,243,243)
#FBF8F8
(251,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDC6C6; }

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

This text font color is #DDC6C6.


Background Color

.myBgColor { background-color: #DDC6C6; }

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

This div background color is #DDC6C6.


Border color

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

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

This div border color is #DDC6C6.


Opacity

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

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

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

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

This text has shadow with #DDC6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDC6C6 on black background.


Color preview on white background

This text has color #DDC6C6 on white background.



Black color preview on #DDC6C6 background

This text has black color on #DDC6C6 background.


White color preview on #DDC6C6 background

This text has white color on #DDC6C6 background.