COLOR #DBFA8E

HEX: #DBFA8E
RGB: (219,250,142)

Color info

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

RGB color model

#DBFA8E color RGB value is (219,250,142).

  • red value is 219;
  • green value is 250;
  • blue value is 142.
RGB:
(219,250,142)
(86%,98%,56%)

RGB channels and saturation

R 219 of 255 = 86%
G 250 of 255 = 98%
B 142 of 255 = 56%

219
250
142

R + G + B ~ 80%. #DBFA8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 250 + 142 = 611 (100%)
R 219 of 611 ~ 35.84%
G 250 of 611 ~ 40.92%
B 142 of 611 ~ 23.24%

%35.84
%40.92
%23.24

CMYK color model

#DBFA8E color CMYK value is (12,0,43,2).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 43.20%
  • key color value is 1.96%
CMYK:
(12,0,43,2)
C12M0Y43K2 
(12%,0%,43%,2%)
(0.12/0.00/0.43/0.02)	

CMYK percentages

%12.4
%0
%43.2
%1.96

Codes

Color #DBFA8E in popluar color models

DBFA8E
RGB219250142
HSL77°91.53%76.86%
HSB/HSV77°43.20%98.04%
CMYK12.40%0.00%43.20%
1.96%

Color #DBFA8E in popluar number systems.

HEXDBFA8E
Decimal219250142
Binary110110111111101010001110
Octal333372216

Shades and tints

Shades of #DBFA8E

#DBFA8E
(219,250,142)
#C8E482
(200,228,130)
#B5CE76
(181,206,118)
#A2B86A
(162,184,106)
#8FA25E
(143,162,94)
#7C8C52
(124,140,82)
#697646
(105,118,70)
#56603A
(86,96,58)
#434A2E
(67,74,46)
#303422
(48,52,34)
#1D1E16
(29,30,22)
#000000
(0,0,0)

Tints of #DBFA8E

#DBFA8E
(219,250,142)
#DEFA98
(222,250,152)
#E1FAA2
(225,250,162)
#E4FAAC
(228,250,172)
#E7FAB6
(231,250,182)
#EAFAC0
(234,250,192)
#EDFACA
(237,250,202)
#F0FAD4
(240,250,212)
#F3FADE
(243,250,222)
#F6FAE8
(246,250,232)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFA8E color. Also use rgb(219,250,142) instead hex code.

Text Font Color

.myTextColor { color: #DBFA8E; }

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

This text font color is #DBFA8E.


Background Color

.myBgColor { background-color: #DBFA8E; }

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

This div background color is #DBFA8E.


Border color

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

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

This div border color is #DBFA8E.


Opacity

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

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

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

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

This text has shadow with #DBFA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFA8E on black background.


Color preview on white background

This text has color #DBFA8E on white background.



Black color preview on #DBFA8E background

This text has black color on #DBFA8E background.


White color preview on #DBFA8E background

This text has white color on #DBFA8E background.