COLOR #D5DBDE

HEX: #D5DBDE RGB: (213,219,222)

Color info

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

RGB color model

#D5DBDE color RGB value is (213,219,222).

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

RGB channels and saturation

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

213
219
222

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

Portions of RGB colors in percentages

R + G + B = 213 + 219 + 222 = 654 (100%)
R 213 of 654 ~ 32.57%
G 219 of 654 ~ 33.49%
B 222 of 654 ~ 33.94'%

%32.57
%33.49
%33.94

CMYK color model

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

  • cyan value is 4.05%
  • magenta value is 1.35%
  • yellow value is 0.00%
  • key color value is 12.94%

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

CMYK percentages

%4.05
%1.35
%0
%12.94

Codes

Color #D5DBDE in popluar color models

D5 DB DE
RGB 213 219 222
HSL 200° 12.00% 85.29%
HSB/HSV 200° 4.05% 87.06%
CMYK 4.05% 1.35% 0.00%
12.94%

Color #D5DBDE in popluar number systems.

HEX D5 DB DE
Decimal 213 219 222
Binary 11010101 11011011 11011110
Octal 325 333 336

Shades and tints

Shades of #D5DBDE

#D5DBDE
(213,219,222)
#C2C8CA
(194,200,202)
#AFB5B6
(175,181,182)
#9CA2A2
(156,162,162)
#898F8E
(137,143,142)
#767C7A
(118,124,122)
#636966
(99,105,102)
#505652
(80,86,82)
#3D433E
(61,67,62)
#2A302A
(42,48,42)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #D5DBDE

#D5DBDE
(213,219,222)
#D8DEE1
(216,222,225)
#DBE1E4
(219,225,228)
#DEE4E7
(222,228,231)
#E1E7EA
(225,231,234)
#E4EAED
(228,234,237)
#E7EDF0
(231,237,240)
#EAF0F3
(234,240,243)
#EDF3F6
(237,243,246)
#F0F6F9
(240,246,249)
#F3F9FC
(243,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBDE; }

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

This text font color is #D5DBDE.

Background Color

.myBgColor { background-color: #D5DBDE; }

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

This div background color is #D5DBDE.

Border color

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

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

This div border color is #D5DBDE.

Opacity

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

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

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

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

This text has shadow with #D5DBDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DBDE.

Preview

Color preview on black background

This text has color #D5DBDE on black background.


Color preview on white background

This text has color #D5DBDE on white background.


Black color preview on #D5DBDE background

This text has black color on #D5DBDE background.


White color preview on #D5DBDE background

This text has white color on #D5DBDE background.


Related colors

Complementary color

Complementary color for #hex is #2A2421.


I love getcolorcode.com

Triadic colors

1 #DED5DB and #DBDED5 with #D5DBDE are triadic colors.

2 #DEDBD5 and #DBD5DE with #D5DBDE are triadic colors.