COLOR #DBEEE0

HEX: #DBEEE0 RGB: (219,238,224)

Color info

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

RGB color model

#DBEEE0 color RGB value is (219,238,224).

RGB: (219,238,224) (86%, 93%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 224 of 255 = 88%

219
238
224

R + G + B ~ 89%. #DBEEE0 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 238 + 224 = 681 (100%)
R 219 of 681 ~ 32.16%
G 238 of 681 ~ 34.95%
B 224 of 681 ~ 32.89'%

%32.16
%34.95
%32.89

CMYK color model

#DBEEE0 color CMYK value is (8,0,6,7).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 6.67%

CMYK: (8,0,6,7)
C8M0Y6K7 (8%, 0%, 6%, 7%)
(0.08 / 0.00 / 0.06 / 0.07)

CMYK percentages

%7.98
%0
%5.88
%6.67

Codes

Color #DBEEE0 in popluar color models

DB EE E0
RGB 219 238 224
HSL 136° 35.85% 89.61%
HSB/HSV 136° 7.98% 93.33%
CMYK 7.98% 0.00% 5.88%
6.67%

Color #DBEEE0 in popluar number systems.

HEX DB EE E0
Decimal 219 238 224
Binary 11011011 11101110 11100000
Octal 333 356 340

Shades and tints

Shades of #DBEEE0

#DBEEE0
(219,238,224)
#C8D9CC
(200,217,204)
#B5C4B8
(181,196,184)
#A2AFA4
(162,175,164)
#8F9A90
(143,154,144)
#7C857C
(124,133,124)
#697068
(105,112,104)
#565B54
(86,91,84)
#434640
(67,70,64)
#30312C
(48,49,44)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #DBEEE0

#DBEEE0
(219,238,224)
#DEEFE2
(222,239,226)
#E1F0E4
(225,240,228)
#E4F1E6
(228,241,230)
#E7F2E8
(231,242,232)
#EAF3EA
(234,243,234)
#EDF4EC
(237,244,236)
#F0F5EE
(240,245,238)
#F3F6F0
(243,246,240)
#F6F7F2
(246,247,242)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEEE0; }

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

This text font color is #DBEEE0.

Background Color

.myBgColor { background-color: #DBEEE0; }

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

This div background color is #DBEEE0.

Border color

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

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

This div border color is #DBEEE0.

Opacity

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

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

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

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

This text has shadow with #DBEEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEEE0.

Preview

Color preview on black background

This text has color #DBEEE0 on black background.


Color preview on white background

This text has color #DBEEE0 on white background.


Black color preview on #DBEEE0 background

This text has black color on #DBEEE0 background.


White color preview on #DBEEE0 background

This text has white color on #DBEEE0 background.


Related colors

Complementary color

Complementary color for #hex is #24111F.


I love getcolorcode.com

Triadic colors

1 #E0DBEE and #EEE0DB with #DBEEE0 are triadic colors.

2 #E0EEDB and #EEDBE0 with #DBEEE0 are triadic colors.