COLOR #DBE2DB

HEX: #DBE2DB RGB: (219,226,219)

Color info

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

RGB color model

#DBE2DB color RGB value is (219,226,219).

RGB: (219,226,219) (86%, 89%, 86%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 219 of 255 = 86%

219
226
219

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

Portions of RGB colors in percentages

R + G + B = 219 + 226 + 219 = 664 (100%)
R 219 of 664 ~ 32.98%
G 226 of 664 ~ 34.04%
B 219 of 664 ~ 32.98'%

%32.98
%34.04
%32.98

CMYK color model

#DBE2DB color CMYK value is (3,0,3,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 3.10%
  • key color value is 11.37%

CMYK: (3,0,3,11)
C3M0Y3K11 (3%, 0%, 3%, 11%)
(0.03 / 0.00 / 0.03 / 0.11)

CMYK percentages

%3.1
%0
%3.1
%11.37

Codes

Color #DBE2DB in popluar color models

DB E2 DB
RGB 219 226 219
HSL 120° 10.77% 87.25%
HSB/HSV 120° 3.10% 88.63%
CMYK 3.10% 0.00% 3.10%
11.37%

Color #DBE2DB in popluar number systems.

HEX DB E2 DB
Decimal 219 226 219
Binary 11011011 11100010 11011011
Octal 333 342 333

Shades and tints

Shades of #DBE2DB

#DBE2DB
(219,226,219)
#C8CEC8
(200,206,200)
#B5BAB5
(181,186,181)
#A2A6A2
(162,166,162)
#8F928F
(143,146,143)
#7C7E7C
(124,126,124)
#696A69
(105,106,105)
#565656
(86,86,86)
#434243
(67,66,67)
#302E30
(48,46,48)
#1D1A1D
(29,26,29)
#000000
(0,0,0)

Tints of #DBE2DB

#DBE2DB
(219,226,219)
#DEE4DE
(222,228,222)
#E1E6E1
(225,230,225)
#E4E8E4
(228,232,228)
#E7EAE7
(231,234,231)
#EAECEA
(234,236,234)
#EDEEED
(237,238,237)
#F0F0F0
(240,240,240)
#F3F2F3
(243,242,243)
#F6F4F6
(246,244,246)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2DB; }

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

This text font color is #DBE2DB.

Background Color

.myBgColor { background-color: #DBE2DB; }

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

This div background color is #DBE2DB.

Border color

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

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

This div border color is #DBE2DB.

Opacity

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

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

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

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

This text has shadow with #DBE2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE2DB.

Preview

Color preview on black background

This text has color #DBE2DB on black background.


Color preview on white background

This text has color #DBE2DB on white background.


Black color preview on #DBE2DB background

This text has black color on #DBE2DB background.


White color preview on #DBE2DB background

This text has white color on #DBE2DB background.


Related colors

Complementary color

Complementary color for #hex is #241D24.


I love getcolorcode.com

Triadic colors

1 #DBDBE2 and #E2DBDB with #DBE2DB are triadic colors.

2 #DBE2DB and #E2DBDB with #DBE2DB are triadic colors.