COLOR #DBEEEA

HEX: #DBEEEA RGB: (219,238,234)

Color info

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

RGB color model

#DBEEEA color RGB value is (219,238,234).

RGB: (219,238,234) (86%, 93%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 234 of 255 = 92%

219
238
234

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

Portions of RGB colors in percentages

R + G + B = 219 + 238 + 234 = 691 (100%)
R 219 of 691 ~ 31.69%
G 238 of 691 ~ 34.44%
B 234 of 691 ~ 33.86'%

%31.69
%34.44
%33.86

CMYK color model

#DBEEEA color CMYK value is (8,0,2,7).

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

CMYK: (8,0,2,7)
C8M0Y2K7 (8%, 0%, 2%, 7%)
(0.08 / 0.00 / 0.02 / 0.07)

CMYK percentages

%7.98
%0
%1.68
%6.67

Codes

Color #DBEEEA in popluar color models

DB EE EA
RGB 219 238 234
HSL 167° 35.85% 89.61%
HSB/HSV 167° 7.98% 93.33%
CMYK 7.98% 0.00% 1.68%
6.67%

Color #DBEEEA in popluar number systems.

HEX DB EE EA
Decimal 219 238 234
Binary 11011011 11101110 11101010
Octal 333 356 352

Shades and tints

Shades of #DBEEEA

#DBEEEA
(219,238,234)
#C8D9D5
(200,217,213)
#B5C4C0
(181,196,192)
#A2AFAB
(162,175,171)
#8F9A96
(143,154,150)
#7C8581
(124,133,129)
#69706C
(105,112,108)
#565B57
(86,91,87)
#434642
(67,70,66)
#30312D
(48,49,45)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #DBEEEA

#DBEEEA
(219,238,234)
#DEEFEB
(222,239,235)
#E1F0EC
(225,240,236)
#E4F1ED
(228,241,237)
#E7F2EE
(231,242,238)
#EAF3EF
(234,243,239)
#EDF4F0
(237,244,240)
#F0F5F1
(240,245,241)
#F3F6F2
(243,246,242)
#F6F7F3
(246,247,243)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEEEA; }

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

This text font color is #DBEEEA.

Background Color

.myBgColor { background-color: #DBEEEA; }

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

This div background color is #DBEEEA.

Border color

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

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

This div border color is #DBEEEA.

Opacity

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

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

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

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

This text has shadow with #DBEEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEEEA.

Preview

Color preview on black background

This text has color #DBEEEA on black background.


Color preview on white background

This text has color #DBEEEA on white background.


Black color preview on #DBEEEA background

This text has black color on #DBEEEA background.


White color preview on #DBEEEA background

This text has white color on #DBEEEA background.


Related colors

Complementary color

Complementary color for #hex is #241115.


I love getcolorcode.com

Triadic colors

1 #EADBEE and #EEEADB with #DBEEEA are triadic colors.

2 #EAEEDB and #EEDBEA with #DBEEEA are triadic colors.