COLOR #DBFDF5

HEX: #DBFDF5 RGB: (219,253,245)

Color info

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

RGB color model

#DBFDF5 color RGB value is (219,253,245).

RGB: (219,253,245) (86%, 99%, 96%)

RGB channels and saturation

R 219 of 255 = 86%
G 253 of 255 = 99%
B 245 of 255 = 96%

219
253
245

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

Portions of RGB colors in percentages

R + G + B = 219 + 253 + 245 = 717 (100%)
R 219 of 717 ~ 30.54%
G 253 of 717 ~ 35.29%
B 245 of 717 ~ 34.17'%

%30.54
%35.29
%34.17

CMYK color model

#DBFDF5 color CMYK value is (13,0,3,1).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 0.78%

CMYK: (13,0,3,1)
C13M0Y3K1 (13%, 0%, 3%, 1%)
(0.13 / 0.00 / 0.03 / 0.01)

CMYK percentages

%13.44
%0
%3.16
%0.78

Codes

Color #DBFDF5 in popluar color models

DB FD F5
RGB 219 253 245
HSL 166° 89.47% 92.55%
HSB/HSV 166° 13.44% 99.22%
CMYK 13.44% 0.00% 3.16%
0.78%

Color #DBFDF5 in popluar number systems.

HEX DB FD F5
Decimal 219 253 245
Binary 11011011 11111101 11110101
Octal 333 375 365

Shades and tints

Shades of #DBFDF5

#DBFDF5
(219,253,245)
#C8E6DF
(200,230,223)
#B5CFC9
(181,207,201)
#A2B8B3
(162,184,179)
#8FA19D
(143,161,157)
#7C8A87
(124,138,135)
#697371
(105,115,113)
#565C5B
(86,92,91)
#434545
(67,69,69)
#302E2F
(48,46,47)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #DBFDF5

#DBFDF5
(219,253,245)
#DEFDF5
(222,253,245)
#E1FDF5
(225,253,245)
#E4FDF5
(228,253,245)
#E7FDF5
(231,253,245)
#EAFDF5
(234,253,245)
#EDFDF5
(237,253,245)
#F0FDF5
(240,253,245)
#F3FDF5
(243,253,245)
#F6FDF5
(246,253,245)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFDF5 color. Also use rgb(219,253,245) instead hex code.

Text Font Color

.myTextColor { color: #DBFDF5; }

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

This text font color is #DBFDF5.

Background Color

.myBgColor { background-color: #DBFDF5; }

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

This div background color is #DBFDF5.

Border color

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

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

This div border color is #DBFDF5.

Opacity

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

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

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

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

This text has shadow with #DBFDF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFDF5.

Preview

Color preview on black background

This text has color #DBFDF5 on black background.


Color preview on white background

This text has color #DBFDF5 on white background.


Black color preview on #DBFDF5 background

This text has black color on #DBFDF5 background.


White color preview on #DBFDF5 background

This text has white color on #DBFDF5 background.


Related colors

Complementary color

Complementary color for #hex is #24020A.


I love getcolorcode.com

Triadic colors

1 #F5DBFD and #FDF5DB with #DBFDF5 are triadic colors.

2 #F5FDDB and #FDDBF5 with #DBFDF5 are triadic colors.