COLOR #D1C7CA

HEX: #D1C7CA RGB: (209,199,202)

Color info

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

RGB color model

#D1C7CA color RGB value is (209,199,202).

RGB: (209,199,202) (82%, 78%, 79%)

RGB channels and saturation

R 209 of 255 = 82%
G 199 of 255 = 78%
B 202 of 255 = 79%

209
199
202

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

Portions of RGB colors in percentages

R + G + B = 209 + 199 + 202 = 610 (100%)
R 209 of 610 ~ 34.26%
G 199 of 610 ~ 32.62%
B 202 of 610 ~ 33.11'%

%34.26
%32.62
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 3.35%
  • key color value is 18.04%

CMYK: (0,5,3,18)
C0M5Y3K18 (0%, 5%, 3%, 18%)
(0.00 / 0.05 / 0.03 / 0.18)

CMYK percentages

%0
%4.78
%3.35
%18.04

Codes

Color #D1C7CA in popluar color models

D1 C7 CA
RGB 209 199 202
HSL 342° 9.80% 80.00%
HSB/HSV 342° 4.78% 81.96%
CMYK 0.00% 4.78% 3.35%
18.04%

Color #D1C7CA in popluar number systems.

HEX D1 C7 CA
Decimal 209 199 202
Binary 11010001 11000111 11001010
Octal 321 307 312

Shades and tints

Shades of #D1C7CA

#D1C7CA
(209,199,202)
#BEB5B8
(190,181,184)
#ABA3A6
(171,163,166)
#989194
(152,145,148)
#857F82
(133,127,130)
#726D70
(114,109,112)
#5F5B5E
(95,91,94)
#4C494C
(76,73,76)
#39373A
(57,55,58)
#262528
(38,37,40)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #D1C7CA

#D1C7CA
(209,199,202)
#D5CCCE
(213,204,206)
#D9D1D2
(217,209,210)
#DDD6D6
(221,214,214)
#E1DBDA
(225,219,218)
#E5E0DE
(229,224,222)
#E9E5E2
(233,229,226)
#EDEAE6
(237,234,230)
#F1EFEA
(241,239,234)
#F5F4EE
(245,244,238)
#F9F9F2
(249,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C7CA; }

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

This text font color is #D1C7CA.

Background Color

.myBgColor { background-color: #D1C7CA; }

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

This div background color is #D1C7CA.

Border color

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

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

This div border color is #D1C7CA.

Opacity

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

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

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

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

This text has shadow with #D1C7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C7CA.

Preview

Color preview on black background

This text has color #D1C7CA on black background.


Color preview on white background

This text has color #D1C7CA on white background.


Black color preview on #D1C7CA background

This text has black color on #D1C7CA background.


White color preview on #D1C7CA background

This text has white color on #D1C7CA background.


Related colors

Complementary color

Complementary color for #hex is #2E3835.


I love getcolorcode.com

Triadic colors

1 #CAD1C7 and #C7CAD1 with #D1C7CA are triadic colors.

2 #CAC7D1 and #C7D1CA with #D1C7CA are triadic colors.