COLOR #D6D1DD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

214
209
221

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

Portions of RGB colors in percentages

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

%33.23
%32.45
%34.32

CMYK color model

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

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

CMYK percentages

%3.17
%5.43
%0
%13.33

Codes

Color #D6D1DD in popluar color models

D6D1DD
RGB214209221
HSL265°15.00%84.31%
HSB/HSV265°5.43%86.67%
CMYK3.17%5.43%0.00%
13.33%

Color #D6D1DD in popluar number systems.

HEXD6D1DD
Decimal214209221
Binary110101101101000111011101
Octal326321335

Shades and tints

Shades of #D6D1DD

#D6D1DD
(214,209,221)
#C3BEC9
(195,190,201)
#B0ABB5
(176,171,181)
#9D98A1
(157,152,161)
#8A858D
(138,133,141)
#777279
(119,114,121)
#645F65
(100,95,101)
#514C51
(81,76,81)
#3E393D
(62,57,61)
#2B2629
(43,38,41)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #D6D1DD

#D6D1DD
(214,209,221)
#D9D5E0
(217,213,224)
#DCD9E3
(220,217,227)
#DFDDE6
(223,221,230)
#E2E1E9
(226,225,233)
#E5E5EC
(229,229,236)
#E8E9EF
(232,233,239)
#EBEDF2
(235,237,242)
#EEF1F5
(238,241,245)
#F1F5F8
(241,245,248)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6D1DD; }

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

This text font color is #D6D1DD.


Background Color

.myBgColor { background-color: #D6D1DD; }

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

This div background color is #D6D1DD.


Border color

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

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

This div border color is #D6D1DD.


Opacity

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

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

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

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

This text has shadow with #D6D1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6D1DD on black background.


Color preview on white background

This text has color #D6D1DD on white background.



Black color preview on #D6D1DD background

This text has black color on #D6D1DD background.


White color preview on #D6D1DD background

This text has white color on #D6D1DD background.