COLOR #DBF87E

HEX: #DBF87E
RGB: (219,248,126)

Color info

#DBF87E contains mainly red and green colors. Web safe color of #DBF87E is #CCFF66 (or #CF6).

RGB color model

#DBF87E color RGB value is (219,248,126).

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

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 126 of 255 = 49%

219
248
126

R + G + B ~ 77%. #DBF87E is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 126 = 593 (100%)
R 219 of 593 ~ 36.93%
G 248 of 593 ~ 41.82%
B 126 of 593 ~ 21.25%

%36.93
%41.82
%21.25

CMYK color model

#DBF87E color CMYK value is (12,0,49,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 49.19%
  • key color value is 2.75%
CMYK:
(12,0,49,3)
C12M0Y49K3 
(12%,0%,49%,3%)
(0.12/0.00/0.49/0.03)	

CMYK percentages

%11.69
%0
%49.19
%2.75

Codes

Color #DBF87E in popluar color models

DBF87E
RGB219248126
HSL74°89.71%73.33%
HSB/HSV74°49.19%97.25%
CMYK11.69%0.00%49.19%
2.75%

Color #DBF87E in popluar number systems.

HEXDBF87E
Decimal219248126
Binary11011011111110001111110
Octal333370176

Shades and tints

Shades of #DBF87E

#DBF87E
(219,248,126)
#C8E273
(200,226,115)
#B5CC68
(181,204,104)
#A2B65D
(162,182,93)
#8FA052
(143,160,82)
#7C8A47
(124,138,71)
#69743C
(105,116,60)
#565E31
(86,94,49)
#434826
(67,72,38)
#30321B
(48,50,27)
#1D1C10
(29,28,16)
#000000
(0,0,0)

Tints of #DBF87E

#DBF87E
(219,248,126)
#DEF889
(222,248,137)
#E1F894
(225,248,148)
#E4F89F
(228,248,159)
#E7F8AA
(231,248,170)
#EAF8B5
(234,248,181)
#EDF8C0
(237,248,192)
#F0F8CB
(240,248,203)
#F3F8D6
(243,248,214)
#F6F8E1
(246,248,225)
#F9F8EC
(249,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF87E; }

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

This text font color is #DBF87E.


Background Color

.myBgColor { background-color: #DBF87E; }

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

This div background color is #DBF87E.


Border color

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

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

This div border color is #DBF87E.


Opacity

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

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

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

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

This text has shadow with #DBF87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF87E on black background.


Color preview on white background

This text has color #DBF87E on white background.



Black color preview on #DBF87E background

This text has black color on #DBF87E background.


White color preview on #DBF87E background

This text has white color on #DBF87E background.