COLOR #D1CCCE

HEX: #D1CCCE
RGB: (209,204,206)

Color info

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

RGB color model

#D1CCCE color RGB value is (209,204,206).

  • red value is 209;
  • green value is 204;
  • blue value is 206.
RGB:
(209,204,206)
(82%,80%,81%)

RGB channels and saturation

R 209 of 255 = 82%
G 204 of 255 = 80%
B 206 of 255 = 81%

209
204
206

R + G + B ~ 81%. #D1CCCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 204 + 206 = 619 (100%)
R 209 of 619 ~ 33.76%
G 204 of 619 ~ 32.96%
B 206 of 619 ~ 33.28%

%33.76
%32.96
%33.28

CMYK color model

#D1CCCE color CMYK value is (0,2,1,18).

  • cyan value is 0.00%
  • magenta value is 2.39%
  • yellow value is 1.44%
  • key color value is 18.04%
CMYK:
(0,2,1,18)
C0M2Y1K18 
(0%,2%,1%,18%)
(0.00/0.02/0.01/0.18)	

CMYK percentages

%0
%2.39
%1.44
%18.04

Codes

Color #D1CCCE in popluar color models

D1CCCE
RGB209204206
HSL336°5.15%80.98%
HSB/HSV336°2.39%81.96%
CMYK0.00%2.39%1.44%
18.04%

Color #D1CCCE in popluar number systems.

HEXD1CCCE
Decimal209204206
Binary110100011100110011001110
Octal321314316

Shades and tints

Shades of #D1CCCE

#D1CCCE
(209,204,206)
#BEBABC
(190,186,188)
#ABA8AA
(171,168,170)
#989698
(152,150,152)
#858486
(133,132,134)
#727274
(114,114,116)
#5F6062
(95,96,98)
#4C4E50
(76,78,80)
#393C3E
(57,60,62)
#262A2C
(38,42,44)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #D1CCCE

#D1CCCE
(209,204,206)
#D5D0D2
(213,208,210)
#D9D4D6
(217,212,214)
#DDD8DA
(221,216,218)
#E1DCDE
(225,220,222)
#E5E0E2
(229,224,226)
#E9E4E6
(233,228,230)
#EDE8EA
(237,232,234)
#F1ECEE
(241,236,238)
#F5F0F2
(245,240,242)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1CCCE; }

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

This text font color is #D1CCCE.


Background Color

.myBgColor { background-color: #D1CCCE; }

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

This div background color is #D1CCCE.


Border color

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

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

This div border color is #D1CCCE.


Opacity

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

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

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

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

This text has shadow with #D1CCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1CCCE on black background.


Color preview on white background

This text has color #D1CCCE on white background.



Black color preview on #D1CCCE background

This text has black color on #D1CCCE background.


White color preview on #D1CCCE background

This text has white color on #D1CCCE background.