COLOR #DBEF7F

HEX: #DBEF7F
RGB: (219,239,127)

Color info

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

RGB color model

#DBEF7F color RGB value is (219,239,127).

  • red value is 219;
  • green value is 239;
  • blue value is 127.
RGB:
(219,239,127)
(86%,94%,50%)

RGB channels and saturation

R 219 of 255 = 86%
G 239 of 255 = 94%
B 127 of 255 = 50%

219
239
127

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

Portions of RGB colors in percentages

R + G + B =
219 + 239 + 127 = 585 (100%)
R 219 of 585 ~ 37.44%
G 239 of 585 ~ 40.85%
B 127 of 585 ~ 21.71%

%37.44
%40.85
%21.71

CMYK color model

#DBEF7F color CMYK value is (8,0,47,6).

  • cyan value is 8.37%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 6.27%
CMYK:
(8,0,47,6)
C8M0Y47K6 
(8%,0%,47%,6%)
(0.08/0.00/0.47/0.06)	

CMYK percentages

%8.37
%0
%46.86
%6.27

Codes

Color #DBEF7F in popluar color models

DBEF7F
RGB219239127
HSL71°77.78%71.76%
HSB/HSV71°46.86%93.73%
CMYK8.37%0.00%46.86%
6.27%

Color #DBEF7F in popluar number systems.

HEXDBEF7F
Decimal219239127
Binary11011011111011111111111
Octal333357177

Shades and tints

Shades of #DBEF7F

#DBEF7F
(219,239,127)
#C8DA74
(200,218,116)
#B5C569
(181,197,105)
#A2B05E
(162,176,94)
#8F9B53
(143,155,83)
#7C8648
(124,134,72)
#69713D
(105,113,61)
#565C32
(86,92,50)
#434727
(67,71,39)
#30321C
(48,50,28)
#1D1D11
(29,29,17)
#000000
(0,0,0)

Tints of #DBEF7F

#DBEF7F
(219,239,127)
#DEF08A
(222,240,138)
#E1F195
(225,241,149)
#E4F2A0
(228,242,160)
#E7F3AB
(231,243,171)
#EAF4B6
(234,244,182)
#EDF5C1
(237,245,193)
#F0F6CC
(240,246,204)
#F3F7D7
(243,247,215)
#F6F8E2
(246,248,226)
#F9F9ED
(249,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBEF7F color. Also use rgb(219,239,127) instead hex code.

Text Font Color

.myTextColor { color: #DBEF7F; }

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

This text font color is #DBEF7F.


Background Color

.myBgColor { background-color: #DBEF7F; }

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

This div background color is #DBEF7F.


Border color

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

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

This div border color is #DBEF7F.


Opacity

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

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

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

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

This text has shadow with #DBEF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEF7F on black background.


Color preview on white background

This text has color #DBEF7F on white background.



Black color preview on #DBEF7F background

This text has black color on #DBEF7F background.


White color preview on #DBEF7F background

This text has white color on #DBEF7F background.