COLOR #DBFFE5

HEX: #DBFFE5 RGB: (219,255,229)

Color info

#DBFFE5 contains red, green and blue colors in about the same proportion. Web safe color of #DBFFE5 is #CCFFCC (or #CFC).

RGB color model

#DBFFE5 color RGB value is (219,255,229).

RGB: (219,255,229) (86%, 100%, 90%)

RGB channels and saturation

R 219 of 255 = 86%
G 255 of 255 = 100%
B 229 of 255 = 90%

219
255
229

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

Portions of RGB colors in percentages

R + G + B = 219 + 255 + 229 = 703 (100%)
R 219 of 703 ~ 31.15%
G 255 of 703 ~ 36.27%
B 229 of 703 ~ 32.57'%

%31.15
%36.27
%32.57

CMYK color model

#DBFFE5 color CMYK value is (14,0,10,0).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 0.00%

CMYK: (14,0,10,0)
C14M0Y10K0 (14%, 0%, 10%, 0%)
(0.14 / 0.00 / 0.10 / 0.00)

CMYK percentages

%14.12
%0
%10.2
%0

Codes

Color #DBFFE5 in popluar color models

DB FF E5
RGB 219 255 229
HSL 137° 100.00% 92.94%
HSB/HSV 137° 14.12% 100.00%
CMYK 14.12% 0.00% 10.20%
0.00%

Color #DBFFE5 in popluar number systems.

HEX DB FF E5
Decimal 219 255 229
Binary 11011011 11111111 11100101
Octal 333 377 345

Shades and tints

Shades of #DBFFE5

#DBFFE5
(219,255,229)
#C8E8D1
(200,232,209)
#B5D1BD
(181,209,189)
#A2BAA9
(162,186,169)
#8FA395
(143,163,149)
#7C8C81
(124,140,129)
#69756D
(105,117,109)
#565E59
(86,94,89)
#434745
(67,71,69)
#303031
(48,48,49)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #DBFFE5

#DBFFE5
(219,255,229)
#DEFFE7
(222,255,231)
#E1FFE9
(225,255,233)
#E4FFEB
(228,255,235)
#E7FFED
(231,255,237)
#EAFFEF
(234,255,239)
#EDFFF1
(237,255,241)
#F0FFF3
(240,255,243)
#F3FFF5
(243,255,245)
#F6FFF7
(246,255,247)
#F9FFF9
(249,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFFE5 color. Also use rgb(219,255,229) instead hex code.

Text Font Color

.myTextColor { color: #DBFFE5; }

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

This text font color is #DBFFE5.

Background Color

.myBgColor { background-color: #DBFFE5; }

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

This div background color is #DBFFE5.

Border color

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

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

This div border color is #DBFFE5.

Opacity

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

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

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

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

This text has shadow with #DBFFE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFFE5.

Preview

Color preview on black background

This text has color #DBFFE5 on black background.


Color preview on white background

This text has color #DBFFE5 on white background.


Black color preview on #DBFFE5 background

This text has black color on #DBFFE5 background.


White color preview on #DBFFE5 background

This text has white color on #DBFFE5 background.


Related colors

Complementary color

Complementary color for #hex is #24001A.


I love getcolorcode.com

Triadic colors

1 #E5DBFF and #FFE5DB with #DBFFE5 are triadic colors.

2 #E5FFDB and #FFDBE5 with #DBFFE5 are triadic colors.