COLOR #D3DDD1

HEX: #D3DDD1
RGB: (211,221,209)

Color info

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

RGB color model

#D3DDD1 color RGB value is (211,221,209).

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

RGB channels and saturation

R 211 of 255 = 83%
G 221 of 255 = 87%
B 209 of 255 = 82%

211
221
209

R + G + B ~ 84%. #D3DDD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 221 + 209 = 641 (100%)
R 211 of 641 ~ 32.92%
G 221 of 641 ~ 34.48%
B 209 of 641 ~ 32.61%

%32.92
%34.48
%32.61

CMYK color model

#D3DDD1 color CMYK value is (5,0,5,13).

  • cyan value is 4.52%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(5,0,5,13)
C5M0Y5K13 
(5%,0%,5%,13%)
(0.05/0.00/0.05/0.13)	

CMYK percentages

%4.52
%0
%5.43
%13.33

Codes

Color #D3DDD1 in popluar color models

D3DDD1
RGB211221209
HSL110°15.00%84.31%
HSB/HSV110°5.43%86.67%
CMYK4.52%0.00%5.43%
13.33%

Color #D3DDD1 in popluar number systems.

HEXD3DDD1
Decimal211221209
Binary110100111101110111010001
Octal323335321

Shades and tints

Shades of #D3DDD1

#D3DDD1
(211,221,209)
#C0C9BE
(192,201,190)
#ADB5AB
(173,181,171)
#9AA198
(154,161,152)
#878D85
(135,141,133)
#747972
(116,121,114)
#61655F
(97,101,95)
#4E514C
(78,81,76)
#3B3D39
(59,61,57)
#282926
(40,41,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #D3DDD1

#D3DDD1
(211,221,209)
#D7E0D5
(215,224,213)
#DBE3D9
(219,227,217)
#DFE6DD
(223,230,221)
#E3E9E1
(227,233,225)
#E7ECE5
(231,236,229)
#EBEFE9
(235,239,233)
#EFF2ED
(239,242,237)
#F3F5F1
(243,245,241)
#F7F8F5
(247,248,245)
#FBFBF9
(251,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3DDD1; }

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

This text font color is #D3DDD1.


Background Color

.myBgColor { background-color: #D3DDD1; }

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

This div background color is #D3DDD1.


Border color

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

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

This div border color is #D3DDD1.


Opacity

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

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

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

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

This text has shadow with #D3DDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3DDD1 on black background.


Color preview on white background

This text has color #D3DDD1 on white background.



Black color preview on #D3DDD1 background

This text has black color on #D3DDD1 background.


White color preview on #D3DDD1 background

This text has white color on #D3DDD1 background.