COLOR #DBFEF9

HEX: #DBFEF9 RGB: (219,254,249)

Color info

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

RGB color model

#DBFEF9 color RGB value is (219,254,249).

RGB: (219,254,249) (86%, 100%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 254 of 255 = 100%
B 249 of 255 = 98%

219
254
249

R + G + B ~ 95%. #DBFEF9 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 254 + 249 = 722 (100%)
R 219 of 722 ~ 30.33%
G 254 of 722 ~ 35.18%
B 249 of 722 ~ 34.49'%

%30.33
%35.18
%34.49

CMYK color model

#DBFEF9 color CMYK value is (14,0,2,0).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 0.39%

CMYK: (14,0,2,0)
C14M0Y2K0 (14%, 0%, 2%, 0%)
(0.14 / 0.00 / 0.02 / 0.00)

CMYK percentages

%13.78
%0
%1.97
%0.39

Codes

Color #DBFEF9 in popluar color models

DB FE F9
RGB 219 254 249
HSL 171° 94.59% 92.75%
HSB/HSV 171° 13.78% 99.61%
CMYK 13.78% 0.00% 1.97%
0.39%

Color #DBFEF9 in popluar number systems.

HEX DB FE F9
Decimal 219 254 249
Binary 11011011 11111110 11111001
Octal 333 376 371

Shades and tints

Shades of #DBFEF9

#DBFEF9
(219,254,249)
#C8E7E3
(200,231,227)
#B5D0CD
(181,208,205)
#A2B9B7
(162,185,183)
#8FA2A1
(143,162,161)
#7C8B8B
(124,139,139)
#697475
(105,116,117)
#565D5F
(86,93,95)
#434649
(67,70,73)
#302F33
(48,47,51)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #DBFEF9

#DBFEF9
(219,254,249)
#DEFEF9
(222,254,249)
#E1FEF9
(225,254,249)
#E4FEF9
(228,254,249)
#E7FEF9
(231,254,249)
#EAFEF9
(234,254,249)
#EDFEF9
(237,254,249)
#F0FEF9
(240,254,249)
#F3FEF9
(243,254,249)
#F6FEF9
(246,254,249)
#F9FEF9
(249,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFEF9 color. Also use rgb(219,254,249) instead hex code.

Text Font Color

.myTextColor { color: #DBFEF9; }

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

This text font color is #DBFEF9.

Background Color

.myBgColor { background-color: #DBFEF9; }

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

This div background color is #DBFEF9.

Border color

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

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

This div border color is #DBFEF9.

Opacity

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

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

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

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

This text has shadow with #DBFEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFEF9.

Preview

Color preview on black background

This text has color #DBFEF9 on black background.


Color preview on white background

This text has color #DBFEF9 on white background.


Black color preview on #DBFEF9 background

This text has black color on #DBFEF9 background.


White color preview on #DBFEF9 background

This text has white color on #DBFEF9 background.


Related colors

Complementary color

Complementary color for #hex is #240106.


I love getcolorcode.com

Triadic colors

1 #F9DBFE and #FEF9DB with #DBFEF9 are triadic colors.

2 #F9FEDB and #FEDBF9 with #DBFEF9 are triadic colors.