COLOR #DBF85D

HEX: #DBF85D
RGB: (219,248,93)

Color info

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

RGB color model

#DBF85D color RGB value is (219,248,93).

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

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 93 of 255 = 36%

219
248
93

R + G + B ~ 73%. #DBF85D is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 93 = 560 (100%)
R 219 of 560 ~ 39.11%
G 248 of 560 ~ 44.29%
B 93 of 560 ~ 16.61%

%39.11
%44.29
%16.61

CMYK color model

#DBF85D color CMYK value is (12,0,63,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 2.75%
CMYK:
(12,0,63,3)
C12M0Y63K3 
(12%,0%,63%,3%)
(0.12/0.00/0.63/0.03)	

CMYK percentages

%11.69
%0
%62.5
%2.75

Codes

Color #DBF85D in popluar color models

DBF85D
RGB21924893
HSL71°91.72%66.86%
HSB/HSV71°62.50%97.25%
CMYK11.69%0.00%62.50%
2.75%

Color #DBF85D in popluar number systems.

HEXDBF85D
Decimal21924893
Binary11011011111110001011101
Octal333370135

Shades and tints

Shades of #DBF85D

#DBF85D
(219,248,93)
#C8E255
(200,226,85)
#B5CC4D
(181,204,77)
#A2B645
(162,182,69)
#8FA03D
(143,160,61)
#7C8A35
(124,138,53)
#69742D
(105,116,45)
#565E25
(86,94,37)
#43481D
(67,72,29)
#303215
(48,50,21)
#1D1C0D
(29,28,13)
#000000
(0,0,0)

Tints of #DBF85D

#DBF85D
(219,248,93)
#DEF86B
(222,248,107)
#E1F879
(225,248,121)
#E4F887
(228,248,135)
#E7F895
(231,248,149)
#EAF8A3
(234,248,163)
#EDF8B1
(237,248,177)
#F0F8BF
(240,248,191)
#F3F8CD
(243,248,205)
#F6F8DB
(246,248,219)
#F9F8E9
(249,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF85D; }

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

This text font color is #DBF85D.


Background Color

.myBgColor { background-color: #DBF85D; }

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

This div background color is #DBF85D.


Border color

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

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

This div border color is #DBF85D.


Opacity

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

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

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

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

This text has shadow with #DBF85D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF85D on black background.


Color preview on white background

This text has color #DBF85D on white background.



Black color preview on #DBF85D background

This text has black color on #DBF85D background.


White color preview on #DBF85D background

This text has white color on #DBF85D background.