COLOR #D7DBDE

HEX: #D7DBDE RGB: (215,219,222)

Color info

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

RGB color model

#D7DBDE color RGB value is (215,219,222).

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

RGB channels and saturation

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

215
219
222

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

Portions of RGB colors in percentages

R + G + B = 215 + 219 + 222 = 656 (100%)
R 215 of 656 ~ 32.77%
G 219 of 656 ~ 33.38%
B 222 of 656 ~ 33.84'%

%32.77
%33.38
%33.84

CMYK color model

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

  • cyan value is 3.15%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK: (3,1,0,13) C3M1Y0K13 (3%,1%,0%,13%) (0.03/0.01/0.00/0.13) 

CMYK percentages

%3.15
%1.35
%0
%12.94

Codes

Color #D7DBDE in popluar color models

D7 DB DE
RGB 215 219 222
HSL 206° 9.59% 85.69%
HSB/HSV 206° 3.15% 87.06%
CMYK 3.15% 1.35% 0.00%
12.94%

Color #D7DBDE in popluar number systems.

HEX D7 DB DE
Decimal 215 219 222
Binary 11010111 11011011 11011110
Octal 327 333 336

Shades and tints

Shades of #D7DBDE

#D7DBDE
(215,219,222)
#C4C8CA
(196,200,202)
#B1B5B6
(177,181,182)
#9EA2A2
(158,162,162)
#8B8F8E
(139,143,142)
#787C7A
(120,124,122)
#656966
(101,105,102)
#525652
(82,86,82)
#3F433E
(63,67,62)
#2C302A
(44,48,42)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #D7DBDE

#D7DBDE
(215,219,222)
#DADEE1
(218,222,225)
#DDE1E4
(221,225,228)
#E0E4E7
(224,228,231)
#E3E7EA
(227,231,234)
#E6EAED
(230,234,237)
#E9EDF0
(233,237,240)
#ECF0F3
(236,240,243)
#EFF3F6
(239,243,246)
#F2F6F9
(242,246,249)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBDE; }

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

This text font color is #D7DBDE.

Background Color

.myBgColor { background-color: #D7DBDE; }

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

This div background color is #D7DBDE.

Border color

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

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

This div border color is #D7DBDE.

Opacity

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

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

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

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

This text has shadow with #D7DBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DBDE.

Preview

Color preview on black background

This text has color #D7DBDE on black background.


Color preview on white background

This text has color #D7DBDE on white background.


Black color preview on #D7DBDE background

This text has black color on #D7DBDE background.


White color preview on #D7DBDE background

This text has white color on #D7DBDE background.


Related colors

Complementary color

Complementary color for #hex is #282421.


I love getcolorcode.com

Triadic colors

1 #DED7DB and #DBDED7 with #D7DBDE are triadic colors.

2 #DEDBD7 and #DBD7DE with #D7DBDE are triadic colors.