COLOR #DBEEF4

HEX: #DBEEF4 RGB: (219,238,244)

Color info

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

RGB color model

#DBEEF4 color RGB value is (219,238,244).

RGB: (219,238,244) (86%, 93%, 96%)

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 244 of 255 = 96%

219
238
244

R + G + B ~ 92%. #DBEEF4 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 238 + 244 = 701 (100%)
R 219 of 701 ~ 31.24%
G 238 of 701 ~ 33.95%
B 244 of 701 ~ 34.81'%

%31.24
%33.95
%34.81

CMYK color model

#DBEEF4 color CMYK value is (10,2,0,4).

  • cyan value is 10.25%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (10,2,0,4)
C10M2Y0K4 (10%, 2%, 0%, 4%)
(0.10 / 0.02 / 0.00 / 0.04)

CMYK percentages

%10.25
%2.46
%0
%4.31

Codes

Color #DBEEF4 in popluar color models

DB EE F4
RGB 219 238 244
HSL 194° 53.19% 90.78%
HSB/HSV 194° 10.25% 95.69%
CMYK 10.25% 2.46% 0.00%
4.31%

Color #DBEEF4 in popluar number systems.

HEX DB EE F4
Decimal 219 238 244
Binary 11011011 11101110 11110100
Octal 333 356 364

Shades and tints

Shades of #DBEEF4

#DBEEF4
(219,238,244)
#C8D9DE
(200,217,222)
#B5C4C8
(181,196,200)
#A2AFB2
(162,175,178)
#8F9A9C
(143,154,156)
#7C8586
(124,133,134)
#697070
(105,112,112)
#565B5A
(86,91,90)
#434644
(67,70,68)
#30312E
(48,49,46)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #DBEEF4

#DBEEF4
(219,238,244)
#DEEFF5
(222,239,245)
#E1F0F6
(225,240,246)
#E4F1F7
(228,241,247)
#E7F2F8
(231,242,248)
#EAF3F9
(234,243,249)
#EDF4FA
(237,244,250)
#F0F5FB
(240,245,251)
#F3F6FC
(243,246,252)
#F6F7FD
(246,247,253)
#F9F8FE
(249,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEEF4; }

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

This text font color is #DBEEF4.

Background Color

.myBgColor { background-color: #DBEEF4; }

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

This div background color is #DBEEF4.

Border color

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

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

This div border color is #DBEEF4.

Opacity

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

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

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

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

This text has shadow with #DBEEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEEF4.

Preview

Color preview on black background

This text has color #DBEEF4 on black background.


Color preview on white background

This text has color #DBEEF4 on white background.


Black color preview on #DBEEF4 background

This text has black color on #DBEEF4 background.


White color preview on #DBEEF4 background

This text has white color on #DBEEF4 background.


Related colors

Complementary color

Complementary color for #hex is #24110B.


I love getcolorcode.com

Triadic colors

1 #F4DBEE and #EEF4DB with #DBEEF4 are triadic colors.

2 #F4EEDB and #EEDBF4 with #DBEEF4 are triadic colors.