COLOR #D5DBD6

HEX: #D5DBD6
RGB: (213,219,214)

Color info

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

RGB color model

#D5DBD6 color RGB value is (213,219,214).

  • red value is 213;
  • green value is 219;
  • blue value is 214.
RGB:
(213,219,214)
(84%,86%,84%)

RGB channels and saturation

R 213 of 255 = 84%
G 219 of 255 = 86%
B 214 of 255 = 84%

213
219
214

R + G + B ~ 85%. #D5DBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 219 + 214 = 646 (100%)
R 213 of 646 ~ 32.97%
G 219 of 646 ~ 33.9%
B 214 of 646 ~ 33.13%

%32.97
%33.9
%33.13

CMYK color model

#D5DBD6 color CMYK value is (3,0,2,14).

  • cyan value is 2.74%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(3,0,2,14)
C3M0Y2K14 
(3%,0%,2%,14%)
(0.03/0.00/0.02/0.14)	

CMYK percentages

%2.74
%0
%2.28
%14.12

Codes

Color #D5DBD6 in popluar color models

D5DBD6
RGB213219214
HSL130°7.69%84.71%
HSB/HSV130°2.74%85.88%
CMYK2.74%0.00%2.28%
14.12%

Color #D5DBD6 in popluar number systems.

HEXD5DBD6
Decimal213219214
Binary110101011101101111010110
Octal325333326

Shades and tints

Shades of #D5DBD6

#D5DBD6
(213,219,214)
#C2C8C3
(194,200,195)
#AFB5B0
(175,181,176)
#9CA29D
(156,162,157)
#898F8A
(137,143,138)
#767C77
(118,124,119)
#636964
(99,105,100)
#505651
(80,86,81)
#3D433E
(61,67,62)
#2A302B
(42,48,43)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #D5DBD6

#D5DBD6
(213,219,214)
#D8DED9
(216,222,217)
#DBE1DC
(219,225,220)
#DEE4DF
(222,228,223)
#E1E7E2
(225,231,226)
#E4EAE5
(228,234,229)
#E7EDE8
(231,237,232)
#EAF0EB
(234,240,235)
#EDF3EE
(237,243,238)
#F0F6F1
(240,246,241)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBD6; }

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

This text font color is #D5DBD6.


Background Color

.myBgColor { background-color: #D5DBD6; }

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

This div background color is #D5DBD6.


Border color

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

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

This div border color is #D5DBD6.


Opacity

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

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

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

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

This text has shadow with #D5DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBD6 on black background.


Color preview on white background

This text has color #D5DBD6 on white background.



Black color preview on #D5DBD6 background

This text has black color on #D5DBD6 background.


White color preview on #D5DBD6 background

This text has white color on #D5DBD6 background.