COLOR #DBFBE9

HEX: #DBFBE9 RGB: (219,251,233)

Color info

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

RGB color model

#DBFBE9 color RGB value is (219,251,233).

RGB: (219,251,233) (86%, 98%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 251 of 255 = 98%
B 233 of 255 = 91%

219
251
233

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

Portions of RGB colors in percentages

R + G + B = 219 + 251 + 233 = 703 (100%)
R 219 of 703 ~ 31.15%
G 251 of 703 ~ 35.7%
B 233 of 703 ~ 33.14'%

%31.15
%35.7
%33.14

CMYK color model

#DBFBE9 color CMYK value is (13,0,7,2).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 7.17%
  • key color value is 1.57%

CMYK: (13,0,7,2)
C13M0Y7K2 (13%, 0%, 7%, 2%)
(0.13 / 0.00 / 0.07 / 0.02)

CMYK percentages

%12.75
%0
%7.17
%1.57

Codes

Color #DBFBE9 in popluar color models

DB FB E9
RGB 219 251 233
HSL 146° 80.00% 92.16%
HSB/HSV 146° 12.75% 98.43%
CMYK 12.75% 0.00% 7.17%
1.57%

Color #DBFBE9 in popluar number systems.

HEX DB FB E9
Decimal 219 251 233
Binary 11011011 11111011 11101001
Octal 333 373 351

Shades and tints

Shades of #DBFBE9

#DBFBE9
(219,251,233)
#C8E5D4
(200,229,212)
#B5CFBF
(181,207,191)
#A2B9AA
(162,185,170)
#8FA395
(143,163,149)
#7C8D80
(124,141,128)
#69776B
(105,119,107)
#566156
(86,97,86)
#434B41
(67,75,65)
#30352C
(48,53,44)
#1D1F17
(29,31,23)
#000000
(0,0,0)

Tints of #DBFBE9

#DBFBE9
(219,251,233)
#DEFBEB
(222,251,235)
#E1FBED
(225,251,237)
#E4FBEF
(228,251,239)
#E7FBF1
(231,251,241)
#EAFBF3
(234,251,243)
#EDFBF5
(237,251,245)
#F0FBF7
(240,251,247)
#F3FBF9
(243,251,249)
#F6FBFB
(246,251,251)
#F9FBFD
(249,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFBE9 color. Also use rgb(219,251,233) instead hex code.

Text Font Color

.myTextColor { color: #DBFBE9; }

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

This text font color is #DBFBE9.

Background Color

.myBgColor { background-color: #DBFBE9; }

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

This div background color is #DBFBE9.

Border color

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

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

This div border color is #DBFBE9.

Opacity

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

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

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

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

This text has shadow with #DBFBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFBE9.

Preview

Color preview on black background

This text has color #DBFBE9 on black background.


Color preview on white background

This text has color #DBFBE9 on white background.


Black color preview on #DBFBE9 background

This text has black color on #DBFBE9 background.


White color preview on #DBFBE9 background

This text has white color on #DBFBE9 background.


Related colors

Complementary color

Complementary color for #hex is #240416.


I love getcolorcode.com

Triadic colors

1 #E9DBFB and #FBE9DB with #DBFBE9 are triadic colors.

2 #E9FBDB and #FBDBE9 with #DBFBE9 are triadic colors.