COLOR #DBEEF3

HEX: #DBEEF3 RGB: (219,238,243)

Color info

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

RGB color model

#DBEEF3 color RGB value is (219,238,243).

RGB: (219,238,243) (86%, 93%, 95%)

RGB channels and saturation

R 219 of 255 = 86%
G 238 of 255 = 93%
B 243 of 255 = 95%

219
238
243

R + G + B ~ 91%. #DBEEF3 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 238 + 243 = 700 (100%)
R 219 of 700 ~ 31.29%
G 238 of 700 ~ 34%
B 243 of 700 ~ 34.71'%

%31.29
%34
%34.71

CMYK color model

#DBEEF3 color CMYK value is (10,2,0,5).

  • cyan value is 9.88%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (10,2,0,5)
C10M2Y0K5 (10%, 2%, 0%, 5%)
(0.10 / 0.02 / 0.00 / 0.05)

CMYK percentages

%9.88
%2.06
%0
%4.71

Codes

Color #DBEEF3 in popluar color models

DB EE F3
RGB 219 238 243
HSL 193° 50.00% 90.59%
HSB/HSV 193° 9.88% 95.29%
CMYK 9.88% 2.06% 0.00%
4.71%

Color #DBEEF3 in popluar number systems.

HEX DB EE F3
Decimal 219 238 243
Binary 11011011 11101110 11110011
Octal 333 356 363

Shades and tints

Shades of #DBEEF3

#DBEEF3
(219,238,243)
#C8D9DD
(200,217,221)
#B5C4C7
(181,196,199)
#A2AFB1
(162,175,177)
#8F9A9B
(143,154,155)
#7C8585
(124,133,133)
#69706F
(105,112,111)
#565B59
(86,91,89)
#434643
(67,70,67)
#30312D
(48,49,45)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #DBEEF3

#DBEEF3
(219,238,243)
#DEEFF4
(222,239,244)
#E1F0F5
(225,240,245)
#E4F1F6
(228,241,246)
#E7F2F7
(231,242,247)
#EAF3F8
(234,243,248)
#EDF4F9
(237,244,249)
#F0F5FA
(240,245,250)
#F3F6FB
(243,246,251)
#F6F7FC
(246,247,252)
#F9F8FD
(249,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEEF3; }

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

This text font color is #DBEEF3.

Background Color

.myBgColor { background-color: #DBEEF3; }

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

This div background color is #DBEEF3.

Border color

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

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

This div border color is #DBEEF3.

Opacity

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

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

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

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

This text has shadow with #DBEEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEEF3.

Preview

Color preview on black background

This text has color #DBEEF3 on black background.


Color preview on white background

This text has color #DBEEF3 on white background.


Black color preview on #DBEEF3 background

This text has black color on #DBEEF3 background.


White color preview on #DBEEF3 background

This text has white color on #DBEEF3 background.


Related colors

Complementary color

Complementary color for #hex is #24110C.


I love getcolorcode.com

Triadic colors

1 #F3DBEE and #EEF3DB with #DBEEF3 are triadic colors.

2 #F3EEDB and #EEDBF3 with #DBEEF3 are triadic colors.