COLOR #D6DDD1

HEX: #D6DDD1
RGB: (214,221,209)

Color info

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

RGB color model

#D6DDD1 color RGB value is (214,221,209).

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

RGB channels and saturation

R 214 of 255 = 84%
G 221 of 255 = 87%
B 209 of 255 = 82%

214
221
209

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

Portions of RGB colors in percentages

R + G + B =
214 + 221 + 209 = 644 (100%)
R 214 of 644 ~ 33.23%
G 221 of 644 ~ 34.32%
B 209 of 644 ~ 32.45%

%33.23
%34.32
%32.45

CMYK color model

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

  • cyan value is 3.17%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 13.33%
CMYK:
(3,0,5,13)
C3M0Y5K13 
(3%,0%,5%,13%)
(0.03/0.00/0.05/0.13)	

CMYK percentages

%3.17
%0
%5.43
%13.33

Codes

Color #D6DDD1 in popluar color models

D6DDD1
RGB214221209
HSL95°15.00%84.31%
HSB/HSV95°5.43%86.67%
CMYK3.17%0.00%5.43%
13.33%

Color #D6DDD1 in popluar number systems.

HEXD6DDD1
Decimal214221209
Binary110101101101110111010001
Octal326335321

Shades and tints

Shades of #D6DDD1

#D6DDD1
(214,221,209)
#C3C9BE
(195,201,190)
#B0B5AB
(176,181,171)
#9DA198
(157,161,152)
#8A8D85
(138,141,133)
#777972
(119,121,114)
#64655F
(100,101,95)
#51514C
(81,81,76)
#3E3D39
(62,61,57)
#2B2926
(43,41,38)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #D6DDD1

#D6DDD1
(214,221,209)
#D9E0D5
(217,224,213)
#DCE3D9
(220,227,217)
#DFE6DD
(223,230,221)
#E2E9E1
(226,233,225)
#E5ECE5
(229,236,229)
#E8EFE9
(232,239,233)
#EBF2ED
(235,242,237)
#EEF5F1
(238,245,241)
#F1F8F5
(241,248,245)
#F4FBF9
(244,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DDD1; }

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

This text font color is #D6DDD1.


Background Color

.myBgColor { background-color: #D6DDD1; }

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

This div background color is #D6DDD1.


Border color

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

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

This div border color is #D6DDD1.


Opacity

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

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

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

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

This text has shadow with #D6DDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DDD1 on black background.


Color preview on white background

This text has color #D6DDD1 on white background.



Black color preview on #D6DDD1 background

This text has black color on #D6DDD1 background.


White color preview on #D6DDD1 background

This text has white color on #D6DDD1 background.