COLOR #DBE2DE

HEX: #DBE2DE
RGB: (219,226,222)

Color info

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

RGB color model

#DBE2DE color RGB value is (219,226,222).

  • red value is 219;
  • green value is 226;
  • blue value is 222.
RGB:
(219,226,222)
(86%,89%,87%)

RGB channels and saturation

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

219
226
222

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 222 = 667 (100%)
R 219 of 667 ~ 32.83%
G 226 of 667 ~ 33.88%
B 222 of 667 ~ 33.28%

%32.83
%33.88
%33.28

CMYK color model

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

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(3,0,2,11)
C3M0Y2K11 
(3%,0%,2%,11%)
(0.03/0.00/0.02/0.11)	

CMYK percentages

%3.1
%0
%1.77
%11.37

Codes

Color #DBE2DE in popluar color models

DBE2DE
RGB219226222
HSL146°10.77%87.25%
HSB/HSV146°3.10%88.63%
CMYK3.10%0.00%1.77%
11.37%

Color #DBE2DE in popluar number systems.

HEXDBE2DE
Decimal219226222
Binary110110111110001011011110
Octal333342336

Shades and tints

Shades of #DBE2DE

#DBE2DE
(219,226,222)
#C8CECA
(200,206,202)
#B5BAB6
(181,186,182)
#A2A6A2
(162,166,162)
#8F928E
(143,146,142)
#7C7E7A
(124,126,122)
#696A66
(105,106,102)
#565652
(86,86,82)
#43423E
(67,66,62)
#302E2A
(48,46,42)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #DBE2DE

#DBE2DE
(219,226,222)
#DEE4E1
(222,228,225)
#E1E6E4
(225,230,228)
#E4E8E7
(228,232,231)
#E7EAEA
(231,234,234)
#EAECED
(234,236,237)
#EDEEF0
(237,238,240)
#F0F0F3
(240,240,243)
#F3F2F6
(243,242,246)
#F6F4F9
(246,244,249)
#F9F6FC
(249,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2DE; }

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

This text font color is #DBE2DE.


Background Color

.myBgColor { background-color: #DBE2DE; }

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

This div background color is #DBE2DE.


Border color

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

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

This div border color is #DBE2DE.


Opacity

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

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

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

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

This text has shadow with #DBE2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2DE on black background.


Color preview on white background

This text has color #DBE2DE on white background.



Black color preview on #DBE2DE background

This text has black color on #DBE2DE background.


White color preview on #DBE2DE background

This text has white color on #DBE2DE background.