COLOR #DBF08C

HEX: #DBF08C
RGB: (219,240,140)

Color info

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

RGB color model

#DBF08C color RGB value is (219,240,140).

  • red value is 219;
  • green value is 240;
  • blue value is 140.
RGB:
(219,240,140)
(86%,94%,55%)

RGB channels and saturation

R 219 of 255 = 86%
G 240 of 255 = 94%
B 140 of 255 = 55%

219
240
140

R + G + B ~ 78%. #DBF08C is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 240 + 140 = 599 (100%)
R 219 of 599 ~ 36.56%
G 240 of 599 ~ 40.07%
B 140 of 599 ~ 23.37%

%36.56
%40.07
%23.37

CMYK color model

#DBF08C color CMYK value is (9,0,42,6).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 5.88%
CMYK:
(9,0,42,6)
C9M0Y42K6 
(9%,0%,42%,6%)
(0.09/0.00/0.42/0.06)	

CMYK percentages

%8.75
%0
%41.67
%5.88

Codes

Color #DBF08C in popluar color models

DBF08C
RGB219240140
HSL73°76.92%74.51%
HSB/HSV73°41.67%94.12%
CMYK8.75%0.00%41.67%
5.88%

Color #DBF08C in popluar number systems.

HEXDBF08C
Decimal219240140
Binary110110111111000010001100
Octal333360214

Shades and tints

Shades of #DBF08C

#DBF08C
(219,240,140)
#C8DB80
(200,219,128)
#B5C674
(181,198,116)
#A2B168
(162,177,104)
#8F9C5C
(143,156,92)
#7C8750
(124,135,80)
#697244
(105,114,68)
#565D38
(86,93,56)
#43482C
(67,72,44)
#303320
(48,51,32)
#1D1E14
(29,30,20)
#000000
(0,0,0)

Tints of #DBF08C

#DBF08C
(219,240,140)
#DEF196
(222,241,150)
#E1F2A0
(225,242,160)
#E4F3AA
(228,243,170)
#E7F4B4
(231,244,180)
#EAF5BE
(234,245,190)
#EDF6C8
(237,246,200)
#F0F7D2
(240,247,210)
#F3F8DC
(243,248,220)
#F6F9E6
(246,249,230)
#F9FAF0
(249,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF08C color. Also use rgb(219,240,140) instead hex code.

Text Font Color

.myTextColor { color: #DBF08C; }

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

This text font color is #DBF08C.


Background Color

.myBgColor { background-color: #DBF08C; }

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

This div background color is #DBF08C.


Border color

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

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

This div border color is #DBF08C.


Opacity

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

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

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

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

This text has shadow with #DBF08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF08C on black background.


Color preview on white background

This text has color #DBF08C on white background.



Black color preview on #DBF08C background

This text has black color on #DBF08C background.


White color preview on #DBF08C background

This text has white color on #DBF08C background.