COLOR #D9DCDC

HEX: #D9DCDC
RGB: (217,220,220)

Color info

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

RGB color model

#D9DCDC color RGB value is (217,220,220).

  • red value is 217;
  • green value is 220;
  • blue value is 220.
RGB:
(217,220,220)
(85%,86%,86%)

RGB channels and saturation

R 217 of 255 = 85%
G 220 of 255 = 86%
B 220 of 255 = 86%

217
220
220

R + G + B ~ 86%. #D9DCDC is light color.

Portions of RGB colors in percentages

R + G + B =
217 + 220 + 220 = 657 (100%)
R 217 of 657 ~ 33.03%
G 220 of 657 ~ 33.49%
B 220 of 657 ~ 33.49%

%33.03
%33.49
%33.49

CMYK color model

#D9DCDC color CMYK value is (1,0,0,14).

  • cyan value is 1.36%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(1,0,0,14)
C1M0Y0K14 
(1%,0%,0%,14%)
(0.01/0.00/0.00/0.14)	

CMYK percentages

%1.36
%0
%0
%13.73

Codes

Color #D9DCDC in popluar color models

D9DCDC
RGB217220220
HSL180°4.11%85.69%
HSB/HSV180°1.36%86.27%
CMYK1.36%0.00%0.00%
13.73%

Color #D9DCDC in popluar number systems.

HEXD9DCDC
Decimal217220220
Binary110110011101110011011100
Octal331334334

Shades and tints

Shades of #D9DCDC

#D9DCDC
(217,220,220)
#C6C8C8
(198,200,200)
#B3B4B4
(179,180,180)
#A0A0A0
(160,160,160)
#8D8C8C
(141,140,140)
#7A7878
(122,120,120)
#676464
(103,100,100)
#545050
(84,80,80)
#413C3C
(65,60,60)
#2E2828
(46,40,40)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #D9DCDC

#D9DCDC
(217,220,220)
#DCDFDF
(220,223,223)
#DFE2E2
(223,226,226)
#E2E5E5
(226,229,229)
#E5E8E8
(229,232,232)
#E8EBEB
(232,235,235)
#EBEEEE
(235,238,238)
#EEF1F1
(238,241,241)
#F1F4F4
(241,244,244)
#F4F7F7
(244,247,247)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9DCDC color. Also use rgb(217,220,220) instead hex code.

Text Font Color

.myTextColor { color: #D9DCDC; }

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

This text font color is #D9DCDC.


Background Color

.myBgColor { background-color: #D9DCDC; }

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

This div background color is #D9DCDC.


Border color

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

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

This div border color is #D9DCDC.


Opacity

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

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

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

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

This text has shadow with #D9DCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9DCDC on black background.


Color preview on white background

This text has color #D9DCDC on white background.



Black color preview on #D9DCDC background

This text has black color on #D9DCDC background.


White color preview on #D9DCDC background

This text has white color on #D9DCDC background.