COLOR #D8DBE1

HEX: #D8DBE1 RGB: (216,219,225)

Color info

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

RGB color model

#D8DBE1 color RGB value is (216,219,225).

RGB: (216,219,225) (85%, 86%, 88%)

RGB channels and saturation

R 216 of 255 = 85%
G 219 of 255 = 86%
B 225 of 255 = 88%

216
219
225

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

Portions of RGB colors in percentages

R + G + B = 216 + 219 + 225 = 660 (100%)
R 216 of 660 ~ 32.73%
G 219 of 660 ~ 33.18%
B 225 of 660 ~ 34.09'%

%32.73
%33.18
%34.09

CMYK color model

#D8DBE1 color CMYK value is (4,3,0,12).

  • cyan value is 4.00%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (4,3,0,12)
C4M3Y0K12 (4%, 3%, 0%, 12%)
(0.04 / 0.03 / 0.00 / 0.12)

CMYK percentages

%4
%2.67
%0
%11.76

Codes

Color #D8DBE1 in popluar color models

D8 DB E1
RGB 216 219 225
HSL 220° 13.04% 86.47%
HSB/HSV 220° 4.00% 88.24%
CMYK 4.00% 2.67% 0.00%
11.76%

Color #D8DBE1 in popluar number systems.

HEX D8 DB E1
Decimal 216 219 225
Binary 11011000 11011011 11100001
Octal 330 333 341

Shades and tints

Shades of #D8DBE1

#D8DBE1
(216,219,225)
#C5C8CD
(197,200,205)
#B2B5B9
(178,181,185)
#9FA2A5
(159,162,165)
#8C8F91
(140,143,145)
#797C7D
(121,124,125)
#666969
(102,105,105)
#535655
(83,86,85)
#404341
(64,67,65)
#2D302D
(45,48,45)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #D8DBE1

#D8DBE1
(216,219,225)
#DBDEE3
(219,222,227)
#DEE1E5
(222,225,229)
#E1E4E7
(225,228,231)
#E4E7E9
(228,231,233)
#E7EAEB
(231,234,235)
#EAEDED
(234,237,237)
#EDF0EF
(237,240,239)
#F0F3F1
(240,243,241)
#F3F6F3
(243,246,243)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DBE1 color. Also use rgb(216,219,225) instead hex code.

Text Font Color

.myTextColor { color: #D8DBE1; }

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

This text font color is #D8DBE1.

Background Color

.myBgColor { background-color: #D8DBE1; }

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

This div background color is #D8DBE1.

Border color

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

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

This div border color is #D8DBE1.

Opacity

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

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

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

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

This text has shadow with #D8DBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8DBE1.

Preview

Color preview on black background

This text has color #D8DBE1 on black background.


Color preview on white background

This text has color #D8DBE1 on white background.


Black color preview on #D8DBE1 background

This text has black color on #D8DBE1 background.


White color preview on #D8DBE1 background

This text has white color on #D8DBE1 background.


Related colors

Complementary color

Complementary color for #hex is #27241E.


I love getcolorcode.com

Triadic colors

1 #E1D8DB and #DBE1D8 with #D8DBE1 are triadic colors.

2 #E1DBD8 and #DBD8E1 with #D8DBE1 are triadic colors.