COLOR #D7DBDD

HEX: #D7DBDD RGB: (215,219,221)

Color info

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

RGB color model

#D7DBDD color RGB value is (215,219,221).

RGB: (215,219,221) (84%, 86%, 87%)

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 221 of 255 = 87%

215
219
221

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

Portions of RGB colors in percentages

R + G + B = 215 + 219 + 221 = 655 (100%)
R 215 of 655 ~ 32.82%
G 219 of 655 ~ 33.44%
B 221 of 655 ~ 33.74'%

%32.82
%33.44
%33.74

CMYK color model

#D7DBDD color CMYK value is (3,1,0,13).

  • cyan value is 2.71%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (3,1,0,13)
C3M1Y0K13 (3%, 1%, 0%, 13%)
(0.03 / 0.01 / 0.00 / 0.13)

CMYK percentages

%2.71
%0.9
%0
%13.33

Codes

Color #D7DBDD in popluar color models

D7 DB DD
RGB 215 219 221
HSL 200° 8.11% 85.49%
HSB/HSV 200° 2.71% 86.67%
CMYK 2.71% 0.90% 0.00%
13.33%

Color #D7DBDD in popluar number systems.

HEX D7 DB DD
Decimal 215 219 221
Binary 11010111 11011011 11011101
Octal 327 333 335

Shades and tints

Shades of #D7DBDD

#D7DBDD
(215,219,221)
#C4C8C9
(196,200,201)
#B1B5B5
(177,181,181)
#9EA2A1
(158,162,161)
#8B8F8D
(139,143,141)
#787C79
(120,124,121)
#656965
(101,105,101)
#525651
(82,86,81)
#3F433D
(63,67,61)
#2C3029
(44,48,41)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #D7DBDD

#D7DBDD
(215,219,221)
#DADEE0
(218,222,224)
#DDE1E3
(221,225,227)
#E0E4E6
(224,228,230)
#E3E7E9
(227,231,233)
#E6EAEC
(230,234,236)
#E9EDEF
(233,237,239)
#ECF0F2
(236,240,242)
#EFF3F5
(239,243,245)
#F2F6F8
(242,246,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBDD; }

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

This text font color is #D7DBDD.

Background Color

.myBgColor { background-color: #D7DBDD; }

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

This div background color is #D7DBDD.

Border color

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

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

This div border color is #D7DBDD.

Opacity

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

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

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

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

This text has shadow with #D7DBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DBDD.

Preview

Color preview on black background

This text has color #D7DBDD on black background.


Color preview on white background

This text has color #D7DBDD on white background.


Black color preview on #D7DBDD background

This text has black color on #D7DBDD background.


White color preview on #D7DBDD background

This text has white color on #D7DBDD background.


Related colors

Complementary color

Complementary color for #hex is #282422.


I love getcolorcode.com

Triadic colors

1 #DDD7DB and #DBDDD7 with #D7DBDD are triadic colors.

2 #DDDBD7 and #DBD7DD with #D7DBDD are triadic colors.