COLOR #DBF393

HEX: #DBF393
RGB: (219,243,147)

Color info

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

RGB color model

#DBF393 color RGB value is (219,243,147).

  • red value is 219;
  • green value is 243;
  • blue value is 147.
RGB:
(219,243,147)
(86%,95%,58%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 147 of 255 = 58%

219
243
147

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

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 147 = 609 (100%)
R 219 of 609 ~ 35.96%
G 243 of 609 ~ 39.9%
B 147 of 609 ~ 24.14%

%35.96
%39.9
%24.14

CMYK color model

#DBF393 color CMYK value is (10,0,40,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 39.51%
  • key color value is 4.71%
CMYK:
(10,0,40,5)
C10M0Y40K5 
(10%,0%,40%,5%)
(0.10/0.00/0.40/0.05)	

CMYK percentages

%9.88
%0
%39.51
%4.71

Codes

Color #DBF393 in popluar color models

DBF393
RGB219243147
HSL75°80.00%76.47%
HSB/HSV75°39.51%95.29%
CMYK9.88%0.00%39.51%
4.71%

Color #DBF393 in popluar number systems.

HEXDBF393
Decimal219243147
Binary110110111111001110010011
Octal333363223

Shades and tints

Shades of #DBF393

#DBF393
(219,243,147)
#C8DD86
(200,221,134)
#B5C779
(181,199,121)
#A2B16C
(162,177,108)
#8F9B5F
(143,155,95)
#7C8552
(124,133,82)
#696F45
(105,111,69)
#565938
(86,89,56)
#43432B
(67,67,43)
#302D1E
(48,45,30)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #DBF393

#DBF393
(219,243,147)
#DEF49C
(222,244,156)
#E1F5A5
(225,245,165)
#E4F6AE
(228,246,174)
#E7F7B7
(231,247,183)
#EAF8C0
(234,248,192)
#EDF9C9
(237,249,201)
#F0FAD2
(240,250,210)
#F3FBDB
(243,251,219)
#F6FCE4
(246,252,228)
#F9FDED
(249,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF393 color. Also use rgb(219,243,147) instead hex code.

Text Font Color

.myTextColor { color: #DBF393; }

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

This text font color is #DBF393.


Background Color

.myBgColor { background-color: #DBF393; }

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

This div background color is #DBF393.


Border color

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

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

This div border color is #DBF393.


Opacity

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

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

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

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

This text has shadow with #DBF393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF393 on black background.


Color preview on white background

This text has color #DBF393 on white background.



Black color preview on #DBF393 background

This text has black color on #DBF393 background.


White color preview on #DBF393 background

This text has white color on #DBF393 background.