COLOR #DBF98C

HEX: #DBF98C
RGB: (219,249,140)

Color info

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

RGB color model

#DBF98C color RGB value is (219,249,140).

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

RGB channels and saturation

R 219 of 255 = 86%
G 249 of 255 = 98%
B 140 of 255 = 55%

219
249
140

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

Portions of RGB colors in percentages

R + G + B =
219 + 249 + 140 = 608 (100%)
R 219 of 608 ~ 36.02%
G 249 of 608 ~ 40.95%
B 140 of 608 ~ 23.03%

%36.02
%40.95
%23.03

CMYK color model

#DBF98C color CMYK value is (12,0,44,2).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 43.78%
  • key color value is 2.35%
CMYK:
(12,0,44,2)
C12M0Y44K2 
(12%,0%,44%,2%)
(0.12/0.00/0.44/0.02)	

CMYK percentages

%12.05
%0
%43.78
%2.35

Codes

Color #DBF98C in popluar color models

DBF98C
RGB219249140
HSL77°90.08%76.27%
HSB/HSV77°43.78%97.65%
CMYK12.05%0.00%43.78%
2.35%

Color #DBF98C in popluar number systems.

HEXDBF98C
Decimal219249140
Binary110110111111100110001100
Octal333371214

Shades and tints

Shades of #DBF98C

#DBF98C
(219,249,140)
#C8E380
(200,227,128)
#B5CD74
(181,205,116)
#A2B768
(162,183,104)
#8FA15C
(143,161,92)
#7C8B50
(124,139,80)
#697544
(105,117,68)
#565F38
(86,95,56)
#43492C
(67,73,44)
#303320
(48,51,32)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #DBF98C

#DBF98C
(219,249,140)
#DEF996
(222,249,150)
#E1F9A0
(225,249,160)
#E4F9AA
(228,249,170)
#E7F9B4
(231,249,180)
#EAF9BE
(234,249,190)
#EDF9C8
(237,249,200)
#F0F9D2
(240,249,210)
#F3F9DC
(243,249,220)
#F6F9E6
(246,249,230)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF98C; }

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

This text font color is #DBF98C.


Background Color

.myBgColor { background-color: #DBF98C; }

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

This div background color is #DBF98C.


Border color

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

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

This div border color is #DBF98C.


Opacity

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

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

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

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

This text has shadow with #DBF98C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF98C on black background.


Color preview on white background

This text has color #DBF98C on white background.



Black color preview on #DBF98C background

This text has black color on #DBF98C background.


White color preview on #DBF98C background

This text has white color on #DBF98C background.