COLOR #DBF887

HEX: #DBF887
RGB: (219,248,135)

Color info

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

RGB color model

#DBF887 color RGB value is (219,248,135).

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

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 135 of 255 = 53%

219
248
135

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

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 135 = 602 (100%)
R 219 of 602 ~ 36.38%
G 248 of 602 ~ 41.2%
B 135 of 602 ~ 22.43%

%36.38
%41.2
%22.43

CMYK color model

#DBF887 color CMYK value is (12,0,46,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 45.56%
  • key color value is 2.75%
CMYK:
(12,0,46,3)
C12M0Y46K3 
(12%,0%,46%,3%)
(0.12/0.00/0.46/0.03)	

CMYK percentages

%11.69
%0
%45.56
%2.75

Codes

Color #DBF887 in popluar color models

DBF887
RGB219248135
HSL75°88.98%75.10%
HSB/HSV75°45.56%97.25%
CMYK11.69%0.00%45.56%
2.75%

Color #DBF887 in popluar number systems.

HEXDBF887
Decimal219248135
Binary110110111111100010000111
Octal333370207

Shades and tints

Shades of #DBF887

#DBF887
(219,248,135)
#C8E27B
(200,226,123)
#B5CC6F
(181,204,111)
#A2B663
(162,182,99)
#8FA057
(143,160,87)
#7C8A4B
(124,138,75)
#69743F
(105,116,63)
#565E33
(86,94,51)
#434827
(67,72,39)
#30321B
(48,50,27)
#1D1C0F
(29,28,15)
#000000
(0,0,0)

Tints of #DBF887

#DBF887
(219,248,135)
#DEF891
(222,248,145)
#E1F89B
(225,248,155)
#E4F8A5
(228,248,165)
#E7F8AF
(231,248,175)
#EAF8B9
(234,248,185)
#EDF8C3
(237,248,195)
#F0F8CD
(240,248,205)
#F3F8D7
(243,248,215)
#F6F8E1
(246,248,225)
#F9F8EB
(249,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF887; }

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

This text font color is #DBF887.


Background Color

.myBgColor { background-color: #DBF887; }

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

This div background color is #DBF887.


Border color

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

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

This div border color is #DBF887.


Opacity

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

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

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

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

This text has shadow with #DBF887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF887 on black background.


Color preview on white background

This text has color #DBF887 on white background.



Black color preview on #DBF887 background

This text has black color on #DBF887 background.


White color preview on #DBF887 background

This text has white color on #DBF887 background.