COLOR #DBF59B

HEX: #DBF59B
RGB: (219,245,155)

Color info

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

RGB color model

#DBF59B color RGB value is (219,245,155).

  • red value is 219;
  • green value is 245;
  • blue value is 155.
RGB:
(219,245,155)
(86%,96%,61%)

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 155 of 255 = 61%

219
245
155

R + G + B ~ 81%. #DBF59B is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 245 + 155 = 619 (100%)
R 219 of 619 ~ 35.38%
G 245 of 619 ~ 39.58%
B 155 of 619 ~ 25.04%

%35.38
%39.58
%25.04

CMYK color model

#DBF59B color CMYK value is (11,0,37,4).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 36.73%
  • key color value is 3.92%
CMYK:
(11,0,37,4)
C11M0Y37K4 
(11%,0%,37%,4%)
(0.11/0.00/0.37/0.04)	

CMYK percentages

%10.61
%0
%36.73
%3.92

Codes

Color #DBF59B in popluar color models

DBF59B
RGB219245155
HSL77°81.82%78.43%
HSB/HSV77°36.73%96.08%
CMYK10.61%0.00%36.73%
3.92%

Color #DBF59B in popluar number systems.

HEXDBF59B
Decimal219245155
Binary110110111111010110011011
Octal333365233

Shades and tints

Shades of #DBF59B

#DBF59B
(219,245,155)
#C8DF8D
(200,223,141)
#B5C97F
(181,201,127)
#A2B371
(162,179,113)
#8F9D63
(143,157,99)
#7C8755
(124,135,85)
#697147
(105,113,71)
#565B39
(86,91,57)
#43452B
(67,69,43)
#302F1D
(48,47,29)
#1D190F
(29,25,15)
#000000
(0,0,0)

Tints of #DBF59B

#DBF59B
(219,245,155)
#DEF5A4
(222,245,164)
#E1F5AD
(225,245,173)
#E4F5B6
(228,245,182)
#E7F5BF
(231,245,191)
#EAF5C8
(234,245,200)
#EDF5D1
(237,245,209)
#F0F5DA
(240,245,218)
#F3F5E3
(243,245,227)
#F6F5EC
(246,245,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF59B color. Also use rgb(219,245,155) instead hex code.

Text Font Color

.myTextColor { color: #DBF59B; }

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

This text font color is #DBF59B.


Background Color

.myBgColor { background-color: #DBF59B; }

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

This div background color is #DBF59B.


Border color

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

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

This div border color is #DBF59B.


Opacity

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

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

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

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

This text has shadow with #DBF59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF59B on black background.


Color preview on white background

This text has color #DBF59B on white background.



Black color preview on #DBF59B background

This text has black color on #DBF59B background.


White color preview on #DBF59B background

This text has white color on #DBF59B background.