COLOR #D5DBE3

HEX: #D5DBE3
RGB: (213,219,227)

Color info

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

RGB color model

#D5DBE3 color RGB value is (213,219,227).

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

RGB channels and saturation

R 213 of 255 = 84%
G 219 of 255 = 86%
B 227 of 255 = 89%

213
219
227

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

Portions of RGB colors in percentages

R + G + B =
213 + 219 + 227 = 659 (100%)
R 213 of 659 ~ 32.32%
G 219 of 659 ~ 33.23%
B 227 of 659 ~ 34.45%

%32.32
%33.23
%34.45

CMYK color model

#D5DBE3 color CMYK value is (6,4,0,11).

  • cyan value is 6.17%
  • magenta value is 3.52%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(6,4,0,11)
C6M4Y0K11 
(6%,4%,0%,11%)
(0.06/0.04/0.00/0.11)	

CMYK percentages

%6.17
%3.52
%0
%10.98

Codes

Color #D5DBE3 in popluar color models

D5DBE3
RGB213219227
HSL214°20.00%86.27%
HSB/HSV214°6.17%89.02%
CMYK6.17%3.52%0.00%
10.98%

Color #D5DBE3 in popluar number systems.

HEXD5DBE3
Decimal213219227
Binary110101011101101111100011
Octal325333343

Shades and tints

Shades of #D5DBE3

#D5DBE3
(213,219,227)
#C2C8CF
(194,200,207)
#AFB5BB
(175,181,187)
#9CA2A7
(156,162,167)
#898F93
(137,143,147)
#767C7F
(118,124,127)
#63696B
(99,105,107)
#505657
(80,86,87)
#3D4343
(61,67,67)
#2A302F
(42,48,47)
#171D1B
(23,29,27)
#000000
(0,0,0)

Tints of #D5DBE3

#D5DBE3
(213,219,227)
#D8DEE5
(216,222,229)
#DBE1E7
(219,225,231)
#DEE4E9
(222,228,233)
#E1E7EB
(225,231,235)
#E4EAED
(228,234,237)
#E7EDEF
(231,237,239)
#EAF0F1
(234,240,241)
#EDF3F3
(237,243,243)
#F0F6F5
(240,246,245)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBE3; }

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

This text font color is #D5DBE3.


Background Color

.myBgColor { background-color: #D5DBE3; }

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

This div background color is #D5DBE3.


Border color

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

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

This div border color is #D5DBE3.


Opacity

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

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

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

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

This text has shadow with #D5DBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBE3 on black background.


Color preview on white background

This text has color #D5DBE3 on white background.



Black color preview on #D5DBE3 background

This text has black color on #D5DBE3 background.


White color preview on #D5DBE3 background

This text has white color on #D5DBE3 background.