COLOR #DBE5D8

HEX: #DBE5D8 RGB: (219,229,216)

Color info

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

RGB color model

#DBE5D8 color RGB value is (219,229,216).

RGB: (219,229,216) (86%, 90%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 216 of 255 = 85%

219
229
216

R + G + B ~ 87%. #DBE5D8 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 229 + 216 = 664 (100%)
R 219 of 664 ~ 32.98%
G 229 of 664 ~ 34.49%
B 216 of 664 ~ 32.53'%

%32.98
%34.49
%32.53

CMYK color model

#DBE5D8 color CMYK value is (4,0,6,10).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 10.20%

CMYK: (4,0,6,10)
C4M0Y6K10 (4%, 0%, 6%, 10%)
(0.04 / 0.00 / 0.06 / 0.10)

CMYK percentages

%4.37
%0
%5.68
%10.2

Codes

Color #DBE5D8 in popluar color models

DB E5 D8
RGB 219 229 216
HSL 106° 20.00% 87.25%
HSB/HSV 106° 5.68% 89.80%
CMYK 4.37% 0.00% 5.68%
10.20%

Color #DBE5D8 in popluar number systems.

HEX DB E5 D8
Decimal 219 229 216
Binary 11011011 11100101 11011000
Octal 333 345 330

Shades and tints

Shades of #DBE5D8

#DBE5D8
(219,229,216)
#C8D1C5
(200,209,197)
#B5BDB2
(181,189,178)
#A2A99F
(162,169,159)
#8F958C
(143,149,140)
#7C8179
(124,129,121)
#696D66
(105,109,102)
#565953
(86,89,83)
#434540
(67,69,64)
#30312D
(48,49,45)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #DBE5D8

#DBE5D8
(219,229,216)
#DEE7DB
(222,231,219)
#E1E9DE
(225,233,222)
#E4EBE1
(228,235,225)
#E7EDE4
(231,237,228)
#EAEFE7
(234,239,231)
#EDF1EA
(237,241,234)
#F0F3ED
(240,243,237)
#F3F5F0
(243,245,240)
#F6F7F3
(246,247,243)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5D8; }

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

This text font color is #DBE5D8.

Background Color

.myBgColor { background-color: #DBE5D8; }

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

This div background color is #DBE5D8.

Border color

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

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

This div border color is #DBE5D8.

Opacity

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

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

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

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

This text has shadow with #DBE5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE5D8.

Preview

Color preview on black background

This text has color #DBE5D8 on black background.


Color preview on white background

This text has color #DBE5D8 on white background.


Black color preview on #DBE5D8 background

This text has black color on #DBE5D8 background.


White color preview on #DBE5D8 background

This text has white color on #DBE5D8 background.


Related colors

Complementary color

Complementary color for #hex is #241A27.


I love getcolorcode.com

Triadic colors

1 #D8DBE5 and #E5D8DB with #DBE5D8 are triadic colors.

2 #D8E5DB and #E5DBD8 with #DBE5D8 are triadic colors.