COLOR #D1D6C6

HEX: #D1D6C6 RGB: (209,214,198)

Color info

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

RGB color model

#D1D6C6 color RGB value is (209,214,198).

RGB: (209,214,198) (82%, 84%, 78%)

RGB channels and saturation

R 209 of 255 = 82%
G 214 of 255 = 84%
B 198 of 255 = 78%

209
214
198

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

Portions of RGB colors in percentages

R + G + B = 209 + 214 + 198 = 621 (100%)
R 209 of 621 ~ 33.66%
G 214 of 621 ~ 34.46%
B 198 of 621 ~ 31.88'%

%33.66
%34.46
%31.88

CMYK color model

#D1D6C6 color CMYK value is (2,0,7,16).

  • cyan value is 2.34%
  • magenta value is 0.00%
  • yellow value is 7.48%
  • key color value is 16.08%

CMYK: (2,0,7,16)
C2M0Y7K16 (2%, 0%, 7%, 16%)
(0.02 / 0.00 / 0.07 / 0.16)

CMYK percentages

%2.34
%0
%7.48
%16.08

Codes

Color #D1D6C6 in popluar color models

D1 D6 C6
RGB 209 214 198
HSL 79° 16.33% 80.78%
HSB/HSV 79° 7.48% 83.92%
CMYK 2.34% 0.00% 7.48%
16.08%

Color #D1D6C6 in popluar number systems.

HEX D1 D6 C6
Decimal 209 214 198
Binary 11010001 11010110 11000110
Octal 321 326 306

Shades and tints

Shades of #D1D6C6

#D1D6C6
(209,214,198)
#BEC3B4
(190,195,180)
#ABB0A2
(171,176,162)
#989D90
(152,157,144)
#858A7E
(133,138,126)
#72776C
(114,119,108)
#5F645A
(95,100,90)
#4C5148
(76,81,72)
#393E36
(57,62,54)
#262B24
(38,43,36)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #D1D6C6

#D1D6C6
(209,214,198)
#D5D9CB
(213,217,203)
#D9DCD0
(217,220,208)
#DDDFD5
(221,223,213)
#E1E2DA
(225,226,218)
#E5E5DF
(229,229,223)
#E9E8E4
(233,232,228)
#EDEBE9
(237,235,233)
#F1EEEE
(241,238,238)
#F5F1F3
(245,241,243)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D6C6; }

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

This text font color is #D1D6C6.

Background Color

.myBgColor { background-color: #D1D6C6; }

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

This div background color is #D1D6C6.

Border color

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

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

This div border color is #D1D6C6.

Opacity

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

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

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

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

This text has shadow with #D1D6C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1D6C6.

Preview

Color preview on black background

This text has color #D1D6C6 on black background.


Color preview on white background

This text has color #D1D6C6 on white background.


Black color preview on #D1D6C6 background

This text has black color on #D1D6C6 background.


White color preview on #D1D6C6 background

This text has white color on #D1D6C6 background.


Related colors

Complementary color

Complementary color for #hex is #2E2939.


I love getcolorcode.com

Triadic colors

1 #C6D1D6 and #D6C6D1 with #D1D6C6 are triadic colors.

2 #C6D6D1 and #D6D1C6 with #D1D6C6 are triadic colors.