COLOR #DBFF90

HEX: #DBFF90
RGB: (219,255,144)

Color info

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

RGB color model

#DBFF90 color RGB value is (219,255,144).

  • red value is 219;
  • green value is 255;
  • blue value is 144.
RGB:
(219,255,144)
(86%,100%,56%)

RGB channels and saturation

R 219 of 255 = 86%
G 255 of 255 = 100%
B 144 of 255 = 56%

219
255
144

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

Portions of RGB colors in percentages

R + G + B =
219 + 255 + 144 = 618 (100%)
R 219 of 618 ~ 35.44%
G 255 of 618 ~ 41.26%
B 144 of 618 ~ 23.3%

%35.44
%41.26
%23.3

CMYK color model

#DBFF90 color CMYK value is (14,0,44,0).

  • cyan value is 14.12%
  • magenta value is 0.00%
  • yellow value is 43.53%
  • key color value is 0.00%
CMYK:
(14,0,44,0)
C14M0Y44K0 
(14%,0%,44%,0%)
(0.14/0.00/0.44/0.00)	

CMYK percentages

%14.12
%0
%43.53
%0

Codes

Color #DBFF90 in popluar color models

DBFF90
RGB219255144
HSL79°100.00%78.24%
HSB/HSV79°43.53%100.00%
CMYK14.12%0.00%43.53%
0.00%

Color #DBFF90 in popluar number systems.

HEXDBFF90
Decimal219255144
Binary110110111111111110010000
Octal333377220

Shades and tints

Shades of #DBFF90

#DBFF90
(219,255,144)
#C8E883
(200,232,131)
#B5D176
(181,209,118)
#A2BA69
(162,186,105)
#8FA35C
(143,163,92)
#7C8C4F
(124,140,79)
#697542
(105,117,66)
#565E35
(86,94,53)
#434728
(67,71,40)
#30301B
(48,48,27)
#1D190E
(29,25,14)
#000000
(0,0,0)

Tints of #DBFF90

#DBFF90
(219,255,144)
#DEFF9A
(222,255,154)
#E1FFA4
(225,255,164)
#E4FFAE
(228,255,174)
#E7FFB8
(231,255,184)
#EAFFC2
(234,255,194)
#EDFFCC
(237,255,204)
#F0FFD6
(240,255,214)
#F3FFE0
(243,255,224)
#F6FFEA
(246,255,234)
#F9FFF4
(249,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFF90 color. Also use rgb(219,255,144) instead hex code.

Text Font Color

.myTextColor { color: #DBFF90; }

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

This text font color is #DBFF90.


Background Color

.myBgColor { background-color: #DBFF90; }

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

This div background color is #DBFF90.


Border color

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

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

This div border color is #DBFF90.


Opacity

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

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

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

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

This text has shadow with #DBFF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFF90 on black background.


Color preview on white background

This text has color #DBFF90 on white background.



Black color preview on #DBFF90 background

This text has black color on #DBFF90 background.


White color preview on #DBFF90 background

This text has white color on #DBFF90 background.