COLOR #DBE6E0

HEX: #DBE6E0
RGB: (219,230,224)

Color info

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

RGB color model

#DBE6E0 color RGB value is (219,230,224).

  • red value is 219;
  • green value is 230;
  • blue value is 224.
RGB:
(219,230,224)
(86%,90%,88%)

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 224 of 255 = 88%

219
230
224

R + G + B ~ 88%. #DBE6E0 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 230 + 224 = 673 (100%)
R 219 of 673 ~ 32.54%
G 230 of 673 ~ 34.18%
B 224 of 673 ~ 33.28%

%32.54
%34.18
%33.28

CMYK color model

#DBE6E0 color CMYK value is (5,0,3,10).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 9.80%
CMYK:
(5,0,3,10)
C5M0Y3K10 
(5%,0%,3%,10%)
(0.05/0.00/0.03/0.10)	

CMYK percentages

%4.78
%0
%2.61
%9.8

Codes

Color #DBE6E0 in popluar color models

DBE6E0
RGB219230224
HSL147°18.03%88.04%
HSB/HSV147°4.78%90.20%
CMYK4.78%0.00%2.61%
9.80%

Color #DBE6E0 in popluar number systems.

HEXDBE6E0
Decimal219230224
Binary110110111110011011100000
Octal333346340

Shades and tints

Shades of #DBE6E0

#DBE6E0
(219,230,224)
#C8D2CC
(200,210,204)
#B5BEB8
(181,190,184)
#A2AAA4
(162,170,164)
#8F9690
(143,150,144)
#7C827C
(124,130,124)
#696E68
(105,110,104)
#565A54
(86,90,84)
#434640
(67,70,64)
#30322C
(48,50,44)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #DBE6E0

#DBE6E0
(219,230,224)
#DEE8E2
(222,232,226)
#E1EAE4
(225,234,228)
#E4ECE6
(228,236,230)
#E7EEE8
(231,238,232)
#EAF0EA
(234,240,234)
#EDF2EC
(237,242,236)
#F0F4EE
(240,244,238)
#F3F6F0
(243,246,240)
#F6F8F2
(246,248,242)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE6E0; }

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

This text font color is #DBE6E0.


Background Color

.myBgColor { background-color: #DBE6E0; }

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

This div background color is #DBE6E0.


Border color

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

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

This div border color is #DBE6E0.


Opacity

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

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

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

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

This text has shadow with #DBE6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE6E0 on black background.


Color preview on white background

This text has color #DBE6E0 on white background.



Black color preview on #DBE6E0 background

This text has black color on #DBE6E0 background.


White color preview on #DBE6E0 background

This text has white color on #DBE6E0 background.