COLOR #D1C6C2

HEX: #D1C6C2
RGB: (209,198,194)

Color info

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

RGB color model

#D1C6C2 color RGB value is (209,198,194).

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

RGB channels and saturation

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

209
198
194

R + G + B ~ 79%. #D1C6C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 194 = 601 (100%)
R 209 of 601 ~ 34.78%
G 198 of 601 ~ 32.95%
B 194 of 601 ~ 32.28%

%34.78
%32.95
%32.28

CMYK color model

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

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

CMYK percentages

%0
%5.26
%7.18
%18.04

Codes

Color #D1C6C2 in popluar color models

D1C6C2
RGB209198194
HSL16°14.02%79.02%
HSB/HSV16°7.18%81.96%
CMYK0.00%5.26%7.18%
18.04%

Color #D1C6C2 in popluar number systems.

HEXD1C6C2
Decimal209198194
Binary110100011100011011000010
Octal321306302

Shades and tints

Shades of #D1C6C2

#D1C6C2
(209,198,194)
#BEB4B1
(190,180,177)
#ABA2A0
(171,162,160)
#98908F
(152,144,143)
#857E7E
(133,126,126)
#726C6D
(114,108,109)
#5F5A5C
(95,90,92)
#4C484B
(76,72,75)
#39363A
(57,54,58)
#262429
(38,36,41)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #D1C6C2

#D1C6C2
(209,198,194)
#D5CBC7
(213,203,199)
#D9D0CC
(217,208,204)
#DDD5D1
(221,213,209)
#E1DAD6
(225,218,214)
#E5DFDB
(229,223,219)
#E9E4E0
(233,228,224)
#EDE9E5
(237,233,229)
#F1EEEA
(241,238,234)
#F5F3EF
(245,243,239)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C6C2; }

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

This text font color is #D1C6C2.


Background Color

.myBgColor { background-color: #D1C6C2; }

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

This div background color is #D1C6C2.


Border color

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

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

This div border color is #D1C6C2.


Opacity

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

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

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

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

This text has shadow with #D1C6C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C6C2 on black background.


Color preview on white background

This text has color #D1C6C2 on white background.



Black color preview on #D1C6C2 background

This text has black color on #D1C6C2 background.


White color preview on #D1C6C2 background

This text has white color on #D1C6C2 background.