COLOR #D1C9CC

HEX: #D1C9CC RGB: (209,201,204)

Color info

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

RGB color model

#D1C9CC color RGB value is (209,201,204).

RGB: (209,201,204) (82%, 79%, 80%)

RGB channels and saturation

R 209 of 255 = 82%
G 201 of 255 = 79%
B 204 of 255 = 80%

209
201
204

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

Portions of RGB colors in percentages

R + G + B = 209 + 201 + 204 = 614 (100%)
R 209 of 614 ~ 34.04%
G 201 of 614 ~ 32.74%
B 204 of 614 ~ 33.22'%

%34.04
%32.74
%33.22

CMYK color model

#D1C9CC color CMYK value is (0,4,2,18).

  • cyan value is 0.00%
  • magenta value is 3.83%
  • yellow value is 2.39%
  • key color value is 18.04%

CMYK: (0,4,2,18)
C0M4Y2K18 (0%, 4%, 2%, 18%)
(0.00 / 0.04 / 0.02 / 0.18)

CMYK percentages

%0
%3.83
%2.39
%18.04

Codes

Color #D1C9CC in popluar color models

D1 C9 CC
RGB 209 201 204
HSL 338° 8.00% 80.39%
HSB/HSV 338° 3.83% 81.96%
CMYK 0.00% 3.83% 2.39%
18.04%

Color #D1C9CC in popluar number systems.

HEX D1 C9 CC
Decimal 209 201 204
Binary 11010001 11001001 11001100
Octal 321 311 314

Shades and tints

Shades of #D1C9CC

#D1C9CC
(209,201,204)
#BEB7BA
(190,183,186)
#ABA5A8
(171,165,168)
#989396
(152,147,150)
#858184
(133,129,132)
#726F72
(114,111,114)
#5F5D60
(95,93,96)
#4C4B4E
(76,75,78)
#39393C
(57,57,60)
#26272A
(38,39,42)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #D1C9CC

#D1C9CC
(209,201,204)
#D5CDD0
(213,205,208)
#D9D1D4
(217,209,212)
#DDD5D8
(221,213,216)
#E1D9DC
(225,217,220)
#E5DDE0
(229,221,224)
#E9E1E4
(233,225,228)
#EDE5E8
(237,229,232)
#F1E9EC
(241,233,236)
#F5EDF0
(245,237,240)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1C9CC; }

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

This text font color is #D1C9CC.

Background Color

.myBgColor { background-color: #D1C9CC; }

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

This div background color is #D1C9CC.

Border color

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

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

This div border color is #D1C9CC.

Opacity

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

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

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

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

This text has shadow with #D1C9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1C9CC.

Preview

Color preview on black background

This text has color #D1C9CC on black background.


Color preview on white background

This text has color #D1C9CC on white background.


Black color preview on #D1C9CC background

This text has black color on #D1C9CC background.


White color preview on #D1C9CC background

This text has white color on #D1C9CC background.


Related colors

Complementary color

Complementary color for #hex is #2E3633.


I love getcolorcode.com

Triadic colors

1 #CCD1C9 and #C9CCD1 with #D1C9CC are triadic colors.

2 #CCC9D1 and #C9D1CC with #D1C9CC are triadic colors.