COLOR #D7DDDF

HEX: #D7DDDF RGB: (215,221,223)

Color info

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

RGB color model

#D7DDDF color RGB value is (215,221,223).

RGB: (215,221,223) (84%, 87%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 223 of 255 = 87%

215
221
223

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

Portions of RGB colors in percentages

R + G + B = 215 + 221 + 223 = 659 (100%)
R 215 of 659 ~ 32.63%
G 221 of 659 ~ 33.54%
B 223 of 659 ~ 33.84'%

%32.63
%33.54
%33.84

CMYK color model

#D7DDDF color CMYK value is (4,1,0,13).

  • cyan value is 3.59%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (4,1,0,13)
C4M1Y0K13 (4%, 1%, 0%, 13%)
(0.04 / 0.01 / 0.00 / 0.13)

CMYK percentages

%3.59
%0.9
%0
%12.55

Codes

Color #D7DDDF in popluar color models

D7 DD DF
RGB 215 221 223
HSL 195° 11.11% 85.88%
HSB/HSV 195° 3.59% 87.45%
CMYK 3.59% 0.90% 0.00%
12.55%

Color #D7DDDF in popluar number systems.

HEX D7 DD DF
Decimal 215 221 223
Binary 11010111 11011101 11011111
Octal 327 335 337

Shades and tints

Shades of #D7DDDF

#D7DDDF
(215,221,223)
#C4C9CB
(196,201,203)
#B1B5B7
(177,181,183)
#9EA1A3
(158,161,163)
#8B8D8F
(139,141,143)
#78797B
(120,121,123)
#656567
(101,101,103)
#525153
(82,81,83)
#3F3D3F
(63,61,63)
#2C292B
(44,41,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #D7DDDF

#D7DDDF
(215,221,223)
#DAE0E1
(218,224,225)
#DDE3E3
(221,227,227)
#E0E6E5
(224,230,229)
#E3E9E7
(227,233,231)
#E6ECE9
(230,236,233)
#E9EFEB
(233,239,235)
#ECF2ED
(236,242,237)
#EFF5EF
(239,245,239)
#F2F8F1
(242,248,241)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DDDF; }

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

This text font color is #D7DDDF.

Background Color

.myBgColor { background-color: #D7DDDF; }

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

This div background color is #D7DDDF.

Border color

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

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

This div border color is #D7DDDF.

Opacity

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

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

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

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

This text has shadow with #D7DDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DDDF.

Preview

Color preview on black background

This text has color #D7DDDF on black background.


Color preview on white background

This text has color #D7DDDF on white background.


Black color preview on #D7DDDF background

This text has black color on #D7DDDF background.


White color preview on #D7DDDF background

This text has white color on #D7DDDF background.


Related colors

Complementary color

Complementary color for #hex is #282220.


I love getcolorcode.com

Triadic colors

1 #DFD7DD and #DDDFD7 with #D7DDDF are triadic colors.

2 #DFDDD7 and #DDD7DF with #D7DDDF are triadic colors.