COLOR #DBF889

HEX: #DBF889
RGB: (219,248,137)

Color info

#DBF889 contains mainly red and green colors. Web safe color of #DBF889 is #CCFF99 (or #CF9).

RGB color model

#DBF889 color RGB value is (219,248,137).

  • red value is 219;
  • green value is 248;
  • blue value is 137.
RGB:
(219,248,137)
(86%,97%,54%)

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 137 of 255 = 54%

219
248
137

R + G + B ~ 79%. #DBF889 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 137 = 604 (100%)
R 219 of 604 ~ 36.26%
G 248 of 604 ~ 41.06%
B 137 of 604 ~ 22.68%

%36.26
%41.06
%22.68

CMYK color model

#DBF889 color CMYK value is (12,0,45,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 44.76%
  • key color value is 2.75%
CMYK:
(12,0,45,3)
C12M0Y45K3 
(12%,0%,45%,3%)
(0.12/0.00/0.45/0.03)	

CMYK percentages

%11.69
%0
%44.76
%2.75

Codes

Color #DBF889 in popluar color models

DBF889
RGB219248137
HSL76°88.80%75.49%
HSB/HSV76°44.76%97.25%
CMYK11.69%0.00%44.76%
2.75%

Color #DBF889 in popluar number systems.

HEXDBF889
Decimal219248137
Binary110110111111100010001001
Octal333370211

Shades and tints

Shades of #DBF889

#DBF889
(219,248,137)
#C8E27D
(200,226,125)
#B5CC71
(181,204,113)
#A2B665
(162,182,101)
#8FA059
(143,160,89)
#7C8A4D
(124,138,77)
#697441
(105,116,65)
#565E35
(86,94,53)
#434829
(67,72,41)
#30321D
(48,50,29)
#1D1C11
(29,28,17)
#000000
(0,0,0)

Tints of #DBF889

#DBF889
(219,248,137)
#DEF893
(222,248,147)
#E1F89D
(225,248,157)
#E4F8A7
(228,248,167)
#E7F8B1
(231,248,177)
#EAF8BB
(234,248,187)
#EDF8C5
(237,248,197)
#F0F8CF
(240,248,207)
#F3F8D9
(243,248,217)
#F6F8E3
(246,248,227)
#F9F8ED
(249,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF889 color. Also use rgb(219,248,137) instead hex code.

Text Font Color

.myTextColor { color: #DBF889; }

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

This text font color is #DBF889.


Background Color

.myBgColor { background-color: #DBF889; }

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

This div background color is #DBF889.


Border color

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

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

This div border color is #DBF889.


Opacity

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

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

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

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

This text has shadow with #DBF889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF889 on black background.


Color preview on white background

This text has color #DBF889 on white background.



Black color preview on #DBF889 background

This text has black color on #DBF889 background.


White color preview on #DBF889 background

This text has white color on #DBF889 background.