COLOR #DBEFF6

HEX: #DBEFF6 RGB: (219,239,246)

Color info

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

RGB color model

#DBEFF6 color RGB value is (219,239,246).

RGB: (219,239,246) (86%, 94%, 96%)

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 246 of 255 = 96%

219
239
246

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

Portions of RGB colors in percentages

R + G + B = 219 + 239 + 246 = 704 (100%)
R 219 of 704 ~ 31.11%
G 239 of 704 ~ 33.95%
B 246 of 704 ~ 34.94'%

%31.11
%33.95
%34.94

CMYK color model

#DBEFF6 color CMYK value is (11,3,0,4).

  • cyan value is 10.98%
  • magenta value is 2.85%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (11,3,0,4)
C11M3Y0K4 (11%, 3%, 0%, 4%)
(0.11 / 0.03 / 0.00 / 0.04)

CMYK percentages

%10.98
%2.85
%0
%3.53

Codes

Color #DBEFF6 in popluar color models

DB EF F6
RGB 219 239 246
HSL 196° 60.00% 91.18%
HSB/HSV 196° 10.98% 96.47%
CMYK 10.98% 2.85% 0.00%
3.53%

Color #DBEFF6 in popluar number systems.

HEX DB EF F6
Decimal 219 239 246
Binary 11011011 11101111 11110110
Octal 333 357 366

Shades and tints

Shades of #DBEFF6

#DBEFF6
(219,239,246)
#C8DAE0
(200,218,224)
#B5C5CA
(181,197,202)
#A2B0B4
(162,176,180)
#8F9B9E
(143,155,158)
#7C8688
(124,134,136)
#697172
(105,113,114)
#565C5C
(86,92,92)
#434746
(67,71,70)
#303230
(48,50,48)
#1D1D1A
(29,29,26)
#000000
(0,0,0)

Tints of #DBEFF6

#DBEFF6
(219,239,246)
#DEF0F6
(222,240,246)
#E1F1F6
(225,241,246)
#E4F2F6
(228,242,246)
#E7F3F6
(231,243,246)
#EAF4F6
(234,244,246)
#EDF5F6
(237,245,246)
#F0F6F6
(240,246,246)
#F3F7F6
(243,247,246)
#F6F8F6
(246,248,246)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEFF6 color. Also use rgb(219,239,246) instead hex code.

Text Font Color

.myTextColor { color: #DBEFF6; }

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

This text font color is #DBEFF6.

Background Color

.myBgColor { background-color: #DBEFF6; }

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

This div background color is #DBEFF6.

Border color

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

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

This div border color is #DBEFF6.

Opacity

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

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

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

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

This text has shadow with #DBEFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBEFF6.

Preview

Color preview on black background

This text has color #DBEFF6 on black background.


Color preview on white background

This text has color #DBEFF6 on white background.


Black color preview on #DBEFF6 background

This text has black color on #DBEFF6 background.


White color preview on #DBEFF6 background

This text has white color on #DBEFF6 background.


Related colors

Complementary color

Complementary color for #hex is #241009.


I love getcolorcode.com

Triadic colors

1 #F6DBEF and #EFF6DB with #DBEFF6 are triadic colors.

2 #F6EFDB and #EFDBF6 with #DBEFF6 are triadic colors.