COLOR #DBFED9

HEX: #DBFED9 RGB: (219,254,217)

Color info

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

RGB color model

#DBFED9 color RGB value is (219,254,217).

RGB: (219,254,217) (86%, 100%, 85%)

RGB channels and saturation

R 219 of 255 = 86%
G 254 of 255 = 100%
B 217 of 255 = 85%

219
254
217

R + G + B ~ 90%. #DBFED9 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 254 + 217 = 690 (100%)
R 219 of 690 ~ 31.74%
G 254 of 690 ~ 36.81%
B 217 of 690 ~ 31.45'%

%31.74
%36.81
%31.45

CMYK color model

#DBFED9 color CMYK value is (14,0,15,0).

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

CMYK: (14,0,15,0)
C14M0Y15K0 (14%, 0%, 15%, 0%)
(0.14 / 0.00 / 0.15 / 0.00)

CMYK percentages

%13.78
%0
%14.57
%0.39

Codes

Color #DBFED9 in popluar color models

DB FE D9
RGB 219 254 217
HSL 117° 94.87% 92.35%
HSB/HSV 117° 14.57% 99.61%
CMYK 13.78% 0.00% 14.57%
0.39%

Color #DBFED9 in popluar number systems.

HEX DB FE D9
Decimal 219 254 217
Binary 11011011 11111110 11011001
Octal 333 376 331

Shades and tints

Shades of #DBFED9

#DBFED9
(219,254,217)
#C8E7C6
(200,231,198)
#B5D0B3
(181,208,179)
#A2B9A0
(162,185,160)
#8FA28D
(143,162,141)
#7C8B7A
(124,139,122)
#697467
(105,116,103)
#565D54
(86,93,84)
#434641
(67,70,65)
#302F2E
(48,47,46)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #DBFED9

#DBFED9
(219,254,217)
#DEFEDC
(222,254,220)
#E1FEDF
(225,254,223)
#E4FEE2
(228,254,226)
#E7FEE5
(231,254,229)
#EAFEE8
(234,254,232)
#EDFEEB
(237,254,235)
#F0FEEE
(240,254,238)
#F3FEF1
(243,254,241)
#F6FEF4
(246,254,244)
#F9FEF7
(249,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFED9; }

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

This text font color is #DBFED9.

Background Color

.myBgColor { background-color: #DBFED9; }

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

This div background color is #DBFED9.

Border color

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

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

This div border color is #DBFED9.

Opacity

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

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

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

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

This text has shadow with #DBFED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFED9.

Preview

Color preview on black background

This text has color #DBFED9 on black background.


Color preview on white background

This text has color #DBFED9 on white background.


Black color preview on #DBFED9 background

This text has black color on #DBFED9 background.


White color preview on #DBFED9 background

This text has white color on #DBFED9 background.


Related colors

Complementary color

Complementary color for #hex is #240126.


I love getcolorcode.com

Triadic colors

1 #D9DBFE and #FED9DB with #DBFED9 are triadic colors.

2 #D9FEDB and #FEDBD9 with #DBFED9 are triadic colors.