COLOR #D1C6D8

HEX: #D1C6D8 RGB: (209,198,216)

Color info

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

RGB color model

#D1C6D8 color RGB value is (209,198,216).

RGB: (209,198,216) (82%, 78%, 85%)

RGB channels and saturation

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

209
198
216

R + G + B ~ 82%. #D1C6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 198 + 216 = 623 (100%)
R 209 of 623 ~ 33.55%
G 198 of 623 ~ 31.78%
B 216 of 623 ~ 34.67'%

%33.55
%31.78
%34.67

CMYK color model

#D1C6D8 color CMYK value is (3,8,0,15).

  • cyan value is 3.24%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (3,8,0,15)
C3M8Y0K15 (3%, 8%, 0%, 15%)
(0.03 / 0.08 / 0.00 / 0.15)

CMYK percentages

%3.24
%8.33
%0
%15.29

Codes

Color #D1C6D8 in popluar color models

D1 C6 D8
RGB 209 198 216
HSL 277° 18.75% 81.18%
HSB/HSV 277° 8.33% 84.71%
CMYK 3.24% 8.33% 0.00%
15.29%

Color #D1C6D8 in popluar number systems.

HEX D1 C6 D8
Decimal 209 198 216
Binary 11010001 11000110 11011000
Octal 321 306 330

Shades and tints

Shades of #D1C6D8

#D1C6D8
(209,198,216)
#BEB4C5
(190,180,197)
#ABA2B2
(171,162,178)
#98909F
(152,144,159)
#857E8C
(133,126,140)
#726C79
(114,108,121)
#5F5A66
(95,90,102)
#4C4853
(76,72,83)
#393640
(57,54,64)
#26242D
(38,36,45)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #D1C6D8

#D1C6D8
(209,198,216)
#D5CBDB
(213,203,219)
#D9D0DE
(217,208,222)
#DDD5E1
(221,213,225)
#E1DAE4
(225,218,228)
#E5DFE7
(229,223,231)
#E9E4EA
(233,228,234)
#EDE9ED
(237,233,237)
#F1EEF0
(241,238,240)
#F5F3F3
(245,243,243)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C6D8; }

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

This text font color is #D1C6D8.

Background Color

.myBgColor { background-color: #D1C6D8; }

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

This div background color is #D1C6D8.

Border color

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

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

This div border color is #D1C6D8.

Opacity

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

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

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

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

This text has shadow with #D1C6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C6D8.

Preview

Color preview on black background

This text has color #D1C6D8 on black background.


Color preview on white background

This text has color #D1C6D8 on white background.


Black color preview on #D1C6D8 background

This text has black color on #D1C6D8 background.


White color preview on #D1C6D8 background

This text has white color on #D1C6D8 background.


Related colors

Complementary color

Complementary color for #hex is #2E3927.


I love getcolorcode.com

Triadic colors

1 #D8D1C6 and #C6D8D1 with #D1C6D8 are triadic colors.

2 #D8C6D1 and #C6D1D8 with #D1C6D8 are triadic colors.