COLOR #DBF9FA

HEX: #DBF9FA RGB: (219,249,250)

Color info

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

RGB color model

#DBF9FA color RGB value is (219,249,250).

RGB: (219,249,250) (86%, 98%, 98%)

RGB channels and saturation

R 219 of 255 = 86%
G 249 of 255 = 98%
B 250 of 255 = 98%

219
249
250

R + G + B ~ 94%. #DBF9FA is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 249 + 250 = 718 (100%)
R 219 of 718 ~ 30.5%
G 249 of 718 ~ 34.68%
B 250 of 718 ~ 34.82'%

%30.5
%34.68
%34.82

CMYK color model

#DBF9FA color CMYK value is (12,0,0,2).

  • cyan value is 12.40%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (12,0,0,2)
C12M0Y0K2 (12%, 0%, 0%, 2%)
(0.12 / 0.00 / 0.00 / 0.02)

CMYK percentages

%12.4
%0.4
%0
%1.96

Codes

Color #DBF9FA in popluar color models

DB F9 FA
RGB 219 249 250
HSL 182° 75.61% 91.96%
HSB/HSV 182° 12.40% 98.04%
CMYK 12.40% 0.40% 0.00%
1.96%

Color #DBF9FA in popluar number systems.

HEX DB F9 FA
Decimal 219 249 250
Binary 11011011 11111001 11111010
Octal 333 371 372

Shades and tints

Shades of #DBF9FA

#DBF9FA
(219,249,250)
#C8E3E4
(200,227,228)
#B5CDCE
(181,205,206)
#A2B7B8
(162,183,184)
#8FA1A2
(143,161,162)
#7C8B8C
(124,139,140)
#697576
(105,117,118)
#565F60
(86,95,96)
#43494A
(67,73,74)
#303334
(48,51,52)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #DBF9FA

#DBF9FA
(219,249,250)
#DEF9FA
(222,249,250)
#E1F9FA
(225,249,250)
#E4F9FA
(228,249,250)
#E7F9FA
(231,249,250)
#EAF9FA
(234,249,250)
#EDF9FA
(237,249,250)
#F0F9FA
(240,249,250)
#F3F9FA
(243,249,250)
#F6F9FA
(246,249,250)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF9FA; }

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

This text font color is #DBF9FA.

Background Color

.myBgColor { background-color: #DBF9FA; }

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

This div background color is #DBF9FA.

Border color

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

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

This div border color is #DBF9FA.

Opacity

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

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

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

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

This text has shadow with #DBF9FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF9FA.

Preview

Color preview on black background

This text has color #DBF9FA on black background.


Color preview on white background

This text has color #DBF9FA on white background.


Black color preview on #DBF9FA background

This text has black color on #DBF9FA background.


White color preview on #DBF9FA background

This text has white color on #DBF9FA background.


Related colors

Complementary color

Complementary color for #hex is #240605.


I love getcolorcode.com

Triadic colors

1 #FADBF9 and #F9FADB with #DBF9FA are triadic colors.

2 #FAF9DB and #F9DBFA with #DBF9FA are triadic colors.