COLOR #D1DFCC

HEX: #D1DFCC
RGB: (209,223,204)

Color info

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

RGB color model

#D1DFCC color RGB value is (209,223,204).

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

RGB channels and saturation

R 209 of 255 = 82%
G 223 of 255 = 87%
B 204 of 255 = 80%

209
223
204

R + G + B ~ 83%. #D1DFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 223 + 204 = 636 (100%)
R 209 of 636 ~ 32.86%
G 223 of 636 ~ 35.06%
B 204 of 636 ~ 32.08%

%32.86
%35.06
%32.08

CMYK color model

#D1DFCC color CMYK value is (6,0,9,13).

  • cyan value is 6.28%
  • magenta value is 0.00%
  • yellow value is 8.52%
  • key color value is 12.55%
CMYK:
(6,0,9,13)
C6M0Y9K13 
(6%,0%,9%,13%)
(0.06/0.00/0.09/0.13)	

CMYK percentages

%6.28
%0
%8.52
%12.55

Codes

Color #D1DFCC in popluar color models

D1DFCC
RGB209223204
HSL104°22.89%83.73%
HSB/HSV104°8.52%87.45%
CMYK6.28%0.00%8.52%
12.55%

Color #D1DFCC in popluar number systems.

HEXD1DFCC
Decimal209223204
Binary110100011101111111001100
Octal321337314

Shades and tints

Shades of #D1DFCC

#D1DFCC
(209,223,204)
#BECBBA
(190,203,186)
#ABB7A8
(171,183,168)
#98A396
(152,163,150)
#858F84
(133,143,132)
#727B72
(114,123,114)
#5F6760
(95,103,96)
#4C534E
(76,83,78)
#393F3C
(57,63,60)
#262B2A
(38,43,42)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #D1DFCC

#D1DFCC
(209,223,204)
#D5E1D0
(213,225,208)
#D9E3D4
(217,227,212)
#DDE5D8
(221,229,216)
#E1E7DC
(225,231,220)
#E5E9E0
(229,233,224)
#E9EBE4
(233,235,228)
#EDEDE8
(237,237,232)
#F1EFEC
(241,239,236)
#F5F1F0
(245,241,240)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DFCC; }

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

This text font color is #D1DFCC.


Background Color

.myBgColor { background-color: #D1DFCC; }

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

This div background color is #D1DFCC.


Border color

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

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

This div border color is #D1DFCC.


Opacity

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

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

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

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

This text has shadow with #D1DFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DFCC on black background.


Color preview on white background

This text has color #D1DFCC on white background.



Black color preview on #D1DFCC background

This text has black color on #D1DFCC background.


White color preview on #D1DFCC background

This text has white color on #D1DFCC background.