COLOR #DBE7E0

HEX: #DBE7E0
RGB: (219,231,224)

Color info

#DBE7E0 contains red, green and blue colors in about the same proportion. Web safe color of #DBE7E0 is #CCFFCC (or #CFC).

RGB color model

#DBE7E0 color RGB value is (219,231,224).

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

RGB channels and saturation

R 219 of 255 = 86%
G 231 of 255 = 91%
B 224 of 255 = 88%

219
231
224

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

Portions of RGB colors in percentages

R + G + B =
219 + 231 + 224 = 674 (100%)
R 219 of 674 ~ 32.49%
G 231 of 674 ~ 34.27%
B 224 of 674 ~ 33.23%

%32.49
%34.27
%33.23

CMYK color model

#DBE7E0 color CMYK value is (5,0,3,9).

  • cyan value is 5.19%
  • magenta value is 0.00%
  • yellow value is 3.03%
  • key color value is 9.41%
CMYK:
(5,0,3,9)
C5M0Y3K9 
(5%,0%,3%,9%)
(0.05/0.00/0.03/0.09)	

CMYK percentages

%5.19
%0
%3.03
%9.41

Codes

Color #DBE7E0 in popluar color models

DBE7E0
RGB219231224
HSL145°20.00%88.24%
HSB/HSV145°5.19%90.59%
CMYK5.19%0.00%3.03%
9.41%

Color #DBE7E0 in popluar number systems.

HEXDBE7E0
Decimal219231224
Binary110110111110011111100000
Octal333347340

Shades and tints

Shades of #DBE7E0

#DBE7E0
(219,231,224)
#C8D2CC
(200,210,204)
#B5BDB8
(181,189,184)
#A2A8A4
(162,168,164)
#8F9390
(143,147,144)
#7C7E7C
(124,126,124)
#696968
(105,105,104)
#565454
(86,84,84)
#433F40
(67,63,64)
#302A2C
(48,42,44)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DBE7E0

#DBE7E0
(219,231,224)
#DEE9E2
(222,233,226)
#E1EBE4
(225,235,228)
#E4EDE6
(228,237,230)
#E7EFE8
(231,239,232)
#EAF1EA
(234,241,234)
#EDF3EC
(237,243,236)
#F0F5EE
(240,245,238)
#F3F7F0
(243,247,240)
#F6F9F2
(246,249,242)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE7E0; }

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

This text font color is #DBE7E0.


Background Color

.myBgColor { background-color: #DBE7E0; }

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

This div background color is #DBE7E0.


Border color

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

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

This div border color is #DBE7E0.


Opacity

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

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

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

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

This text has shadow with #DBE7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE7E0 on black background.


Color preview on white background

This text has color #DBE7E0 on white background.



Black color preview on #DBE7E0 background

This text has black color on #DBE7E0 background.


White color preview on #DBE7E0 background

This text has white color on #DBE7E0 background.