COLOR #D1D1C6

HEX: #D1D1C6
RGB: (209,209,198)

Color info

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

RGB color model

#D1D1C6 color RGB value is (209,209,198).

  • red value is 209;
  • green value is 209;
  • blue value is 198.
RGB:
(209,209,198)
(82%,82%,78%)

RGB channels and saturation

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

209
209
198

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

Portions of RGB colors in percentages

R + G + B =
209 + 209 + 198 = 616 (100%)
R 209 of 616 ~ 33.93%
G 209 of 616 ~ 33.93%
B 198 of 616 ~ 32.14%

%33.93
%33.93
%32.14

CMYK color model

#D1D1C6 color CMYK value is (0,0,5,18).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 18.04%
CMYK:
(0,0,5,18)
C0M0Y5K18 
(0%,0%,5%,18%)
(0.00/0.00/0.05/0.18)	

CMYK percentages

%0
%0
%5.26
%18.04

Codes

Color #D1D1C6 in popluar color models

D1D1C6
RGB209209198
HSL60°10.68%79.80%
HSB/HSV60°5.26%81.96%
CMYK0.00%0.00%5.26%
18.04%

Color #D1D1C6 in popluar number systems.

HEXD1D1C6
Decimal209209198
Binary110100011101000111000110
Octal321321306

Shades and tints

Shades of #D1D1C6

#D1D1C6
(209,209,198)
#BEBEB4
(190,190,180)
#ABABA2
(171,171,162)
#989890
(152,152,144)
#85857E
(133,133,126)
#72726C
(114,114,108)
#5F5F5A
(95,95,90)
#4C4C48
(76,76,72)
#393936
(57,57,54)
#262624
(38,38,36)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #D1D1C6

#D1D1C6
(209,209,198)
#D5D5CB
(213,213,203)
#D9D9D0
(217,217,208)
#DDDDD5
(221,221,213)
#E1E1DA
(225,225,218)
#E5E5DF
(229,229,223)
#E9E9E4
(233,233,228)
#EDEDE9
(237,237,233)
#F1F1EE
(241,241,238)
#F5F5F3
(245,245,243)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1D1C6; }

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

This text font color is #D1D1C6.


Background Color

.myBgColor { background-color: #D1D1C6; }

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

This div background color is #D1D1C6.


Border color

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

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

This div border color is #D1D1C6.


Opacity

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

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

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

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

This text has shadow with #D1D1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1D1C6 on black background.


Color preview on white background

This text has color #D1D1C6 on white background.



Black color preview on #D1D1C6 background

This text has black color on #D1D1C6 background.


White color preview on #D1D1C6 background

This text has white color on #D1D1C6 background.