COLOR #DDDDDD

HEX: #DDDDDD
RGB: (221,221,221)

Color info

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

RGB color model

#DDDDDD color RGB value is (221,221,221).

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

RGB channels and saturation

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

221
221
221

R + G + B ~ 87%. #DDDDDD is light color.

Portions of RGB colors in percentages

R + G + B =
221 + 221 + 221 = 663 (100%)
R 221 of 663 ~ 33.33%
G 221 of 663 ~ 33.33%
B 221 of 663 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#DDDDDD color CMYK value is (0,0,0,13).

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

CMYK percentages

%0
%0
%0
%13.33

Codes

Color #DDDDDD in popluar color models

DDDDDD
RGB221221221
HSL0.00%0.87%
HSB/HSV0.00%0.87%
CMYK0.00%0.00%0.00%
13.33%

Color #DDDDDD in popluar number systems.

HEXDDDDDD
Decimal221221221
Binary110111011101110111011101
Octal335335335

Shades and tints

Shades of #DDDDDD

#DDDDDD
(221,221,221)
#C9C9C9
(201,201,201)
#B5B5B5
(181,181,181)
#A1A1A1
(161,161,161)
#8D8D8D
(141,141,141)
#797979
(121,121,121)
#656565
(101,101,101)
#515151
(81,81,81)
#3D3D3D
(61,61,61)
#292929
(41,41,41)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #DDDDDD

#DDDDDD
(221,221,221)
#E0E0E0
(224,224,224)
#E3E3E3
(227,227,227)
#E6E6E6
(230,230,230)
#E9E9E9
(233,233,233)
#ECECEC
(236,236,236)
#EFEFEF
(239,239,239)
#F2F2F2
(242,242,242)
#F5F5F5
(245,245,245)
#F8F8F8
(248,248,248)
#FBFBFB
(251,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDDDDD; }

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

This text font color is #DDDDDD.


Background Color

.myBgColor { background-color: #DDDDDD; }

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

This div background color is #DDDDDD.


Border color

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

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

This div border color is #DDDDDD.


Opacity

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

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

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

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

This text has shadow with #DDDDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDDDDD on black background.


Color preview on white background

This text has color #DDDDDD on white background.



Black color preview on #DDDDDD background

This text has black color on #DDDDDD background.


White color preview on #DDDDDD background

This text has white color on #DDDDDD background.