COLOR #DBEEE8

HEX: #DBEEE8
RGB: (219,238,232)

Color info

#DBEEE8 contains red, green and blue colors in about the same proportion. Web safe color of #DBEEE8 is #CCFFFF (or #CFF).

RGB color model

#DBEEE8 color RGB value is (219,238,232).

  • red value is 219;
  • green value is 238;
  • blue value is 232.
RGB:
(219,238,232)
(86%,93%,91%)

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 232 of 255 = 91%

219
238
232

R + G + B ~ 90%. #DBEEE8 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 238 + 232 = 689 (100%)
R 219 of 689 ~ 31.79%
G 238 of 689 ~ 34.54%
B 232 of 689 ~ 33.67%

%31.79
%34.54
%33.67

CMYK color model

#DBEEE8 color CMYK value is (8,0,3,7).

  • cyan value is 7.98%
  • magenta value is 0.00%
  • yellow value is 2.52%
  • key color value is 6.67%
CMYK:
(8,0,3,7)
C8M0Y3K7 
(8%,0%,3%,7%)
(0.08/0.00/0.03/0.07)	

CMYK percentages

%7.98
%0
%2.52
%6.67

Codes

Color #DBEEE8 in popluar color models

DBEEE8
RGB219238232
HSL161°35.85%89.61%
HSB/HSV161°7.98%93.33%
CMYK7.98%0.00%2.52%
6.67%

Color #DBEEE8 in popluar number systems.

HEXDBEEE8
Decimal219238232
Binary110110111110111011101000
Octal333356350

Shades and tints

Shades of #DBEEE8

#DBEEE8
(219,238,232)
#C8D9D3
(200,217,211)
#B5C4BE
(181,196,190)
#A2AFA9
(162,175,169)
#8F9A94
(143,154,148)
#7C857F
(124,133,127)
#69706A
(105,112,106)
#565B55
(86,91,85)
#434640
(67,70,64)
#30312B
(48,49,43)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #DBEEE8

#DBEEE8
(219,238,232)
#DEEFEA
(222,239,234)
#E1F0EC
(225,240,236)
#E4F1EE
(228,241,238)
#E7F2F0
(231,242,240)
#EAF3F2
(234,243,242)
#EDF4F4
(237,244,244)
#F0F5F6
(240,245,246)
#F3F6F8
(243,246,248)
#F6F7FA
(246,247,250)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEEE8; }

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

This text font color is #DBEEE8.


Background Color

.myBgColor { background-color: #DBEEE8; }

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

This div background color is #DBEEE8.


Border color

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

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

This div border color is #DBEEE8.


Opacity

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

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

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

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

This text has shadow with #DBEEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEEE8 on black background.


Color preview on white background

This text has color #DBEEE8 on white background.



Black color preview on #DBEEE8 background

This text has black color on #DBEEE8 background.


White color preview on #DBEEE8 background

This text has white color on #DBEEE8 background.