COLOR #D1C6C9

HEX: #D1C6C9
RGB: (209,198,201)

Color info

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

RGB color model

#D1C6C9 color RGB value is (209,198,201).

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

RGB channels and saturation

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

209
198
201

R + G + B ~ 80%. #D1C6C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 201 = 608 (100%)
R 209 of 608 ~ 34.38%
G 198 of 608 ~ 32.57%
B 201 of 608 ~ 33.06%

%34.38
%32.57
%33.06

CMYK color model

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

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

CMYK percentages

%0
%5.26
%3.83
%18.04

Codes

Color #D1C6C9 in popluar color models

D1C6C9
RGB209198201
HSL344°10.68%79.80%
HSB/HSV344°5.26%81.96%
CMYK0.00%5.26%3.83%
18.04%

Color #D1C6C9 in popluar number systems.

HEXD1C6C9
Decimal209198201
Binary110100011100011011001001
Octal321306311

Shades and tints

Shades of #D1C6C9

#D1C6C9
(209,198,201)
#BEB4B7
(190,180,183)
#ABA2A5
(171,162,165)
#989093
(152,144,147)
#857E81
(133,126,129)
#726C6F
(114,108,111)
#5F5A5D
(95,90,93)
#4C484B
(76,72,75)
#393639
(57,54,57)
#262427
(38,36,39)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #D1C6C9

#D1C6C9
(209,198,201)
#D5CBCD
(213,203,205)
#D9D0D1
(217,208,209)
#DDD5D5
(221,213,213)
#E1DAD9
(225,218,217)
#E5DFDD
(229,223,221)
#E9E4E1
(233,228,225)
#EDE9E5
(237,233,229)
#F1EEE9
(241,238,233)
#F5F3ED
(245,243,237)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C6C9; }

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

This text font color is #D1C6C9.


Background Color

.myBgColor { background-color: #D1C6C9; }

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

This div background color is #D1C6C9.


Border color

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

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

This div border color is #D1C6C9.


Opacity

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

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

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

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

This text has shadow with #D1C6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C6C9 on black background.


Color preview on white background

This text has color #D1C6C9 on white background.



Black color preview on #D1C6C9 background

This text has black color on #D1C6C9 background.


White color preview on #D1C6C9 background

This text has white color on #D1C6C9 background.