COLOR #DBE5DA

HEX: #DBE5DA RGB: (219,229,218)

Color info

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

RGB color model

#DBE5DA color RGB value is (219,229,218).

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

RGB channels and saturation

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

219
229
218

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

Portions of RGB colors in percentages

R + G + B = 219 + 229 + 218 = 666 (100%)
R 219 of 666 ~ 32.88%
G 229 of 666 ~ 34.38%
B 218 of 666 ~ 32.73'%

%32.88
%34.38
%32.73

CMYK color model

#DBE5DA color CMYK value is (4,0,5,10).

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

CMYK: (4,0,5,10)
C4M0Y5K10 (4%, 0%, 5%, 10%)
(0.04 / 0.00 / 0.05 / 0.10)

CMYK percentages

%4.37
%0
%4.8
%10.2

Codes

Color #DBE5DA in popluar color models

DB E5 DA
RGB 219 229 218
HSL 115° 17.46% 87.65%
HSB/HSV 115° 4.80% 89.80%
CMYK 4.37% 0.00% 4.80%
10.20%

Color #DBE5DA in popluar number systems.

HEX DB E5 DA
Decimal 219 229 218
Binary 11011011 11100101 11011010
Octal 333 345 332

Shades and tints

Shades of #DBE5DA

#DBE5DA
(219,229,218)
#C8D1C7
(200,209,199)
#B5BDB4
(181,189,180)
#A2A9A1
(162,169,161)
#8F958E
(143,149,142)
#7C817B
(124,129,123)
#696D68
(105,109,104)
#565955
(86,89,85)
#434542
(67,69,66)
#30312F
(48,49,47)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #DBE5DA

#DBE5DA
(219,229,218)
#DEE7DD
(222,231,221)
#E1E9E0
(225,233,224)
#E4EBE3
(228,235,227)
#E7EDE6
(231,237,230)
#EAEFE9
(234,239,233)
#EDF1EC
(237,241,236)
#F0F3EF
(240,243,239)
#F3F5F2
(243,245,242)
#F6F7F5
(246,247,245)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5DA; }

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

This text font color is #DBE5DA.

Background Color

.myBgColor { background-color: #DBE5DA; }

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

This div background color is #DBE5DA.

Border color

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

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

This div border color is #DBE5DA.

Opacity

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

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

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

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

This text has shadow with #DBE5DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE5DA.

Preview

Color preview on black background

This text has color #DBE5DA on black background.


Color preview on white background

This text has color #DBE5DA on white background.


Black color preview on #DBE5DA background

This text has black color on #DBE5DA background.


White color preview on #DBE5DA background

This text has white color on #DBE5DA background.


Related colors

Complementary color

Complementary color for #hex is #241A25.


I love getcolorcode.com

Triadic colors

1 #DADBE5 and #E5DADB with #DBE5DA are triadic colors.

2 #DAE5DB and #E5DBDA with #DBE5DA are triadic colors.