COLOR #D1DFDF

HEX: #D1DFDF
RGB: (209,223,223)

Color info

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

RGB color model

#D1DFDF color RGB value is (209,223,223).

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

RGB channels and saturation

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

209
223
223

R + G + B ~ 85%. #D1DFDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 223 + 223 = 655 (100%)
R 209 of 655 ~ 31.91%
G 223 of 655 ~ 34.05%
B 223 of 655 ~ 34.05%

%31.91
%34.05
%34.05

CMYK color model

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

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

CMYK percentages

%6.28
%0
%0
%12.55

Codes

Color #D1DFDF in popluar color models

D1DFDF
RGB209223223
HSL180°17.95%84.71%
HSB/HSV180°6.28%87.45%
CMYK6.28%0.00%0.00%
12.55%

Color #D1DFDF in popluar number systems.

HEXD1DFDF
Decimal209223223
Binary110100011101111111011111
Octal321337337

Shades and tints

Shades of #D1DFDF

#D1DFDF
(209,223,223)
#BECBCB
(190,203,203)
#ABB7B7
(171,183,183)
#98A3A3
(152,163,163)
#858F8F
(133,143,143)
#727B7B
(114,123,123)
#5F6767
(95,103,103)
#4C5353
(76,83,83)
#393F3F
(57,63,63)
#262B2B
(38,43,43)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #D1DFDF

#D1DFDF
(209,223,223)
#D5E1E1
(213,225,225)
#D9E3E3
(217,227,227)
#DDE5E5
(221,229,229)
#E1E7E7
(225,231,231)
#E5E9E9
(229,233,233)
#E9EBEB
(233,235,235)
#EDEDED
(237,237,237)
#F1EFEF
(241,239,239)
#F5F1F1
(245,241,241)
#F9F3F3
(249,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DFDF; }

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

This text font color is #D1DFDF.


Background Color

.myBgColor { background-color: #D1DFDF; }

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

This div background color is #D1DFDF.


Border color

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

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

This div border color is #D1DFDF.


Opacity

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

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

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

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

This text has shadow with #D1DFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DFDF on black background.


Color preview on white background

This text has color #D1DFDF on white background.



Black color preview on #D1DFDF background

This text has black color on #D1DFDF background.


White color preview on #D1DFDF background

This text has white color on #D1DFDF background.