COLOR #DBF799

HEX: #DBF799 RGB: (219,247,153)

Color info

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

RGB color model

#DBF799 color RGB value is (219,247,153).

RGB: (219,247,153) (86%, 97%, 60%)

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 153 of 255 = 60%

219
247
153

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

Portions of RGB colors in percentages

R + G + B = 219 + 247 + 153 = 619 (100%)
R 219 of 619 ~ 35.38%
G 247 of 619 ~ 39.9%
B 153 of 619 ~ 24.72'%

%35.38
%39.9
%24.72

CMYK color model

#DBF799 color CMYK value is (11,0,38,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 38.06%
  • key color value is 3.14%
CMYK: (11,0,38,3) C11M0Y38K3 (11%,0%,38%,3%) (0.11/0.00/0.38/0.03) 

CMYK percentages

%11.34
%0
%38.06
%3.14

Codes

Color #DBF799 in popluar color models

DB F7 99
RGB 219 247 153
HSL 78° 85.45% 78.43%
HSB/HSV 78° 38.06% 96.86%
CMYK 11.34% 0.00% 38.06%
3.14%

Color #DBF799 in popluar number systems.

HEX DB F7 99
Decimal 219 247 153
Binary 11011011 11110111 10011001
Octal 333 367 231

Shades and tints

Shades of #DBF799

#DBF799
(219,247,153)
#C8E18C
(200,225,140)
#B5CB7F
(181,203,127)
#A2B572
(162,181,114)
#8F9F65
(143,159,101)
#7C8958
(124,137,88)
#69734B
(105,115,75)
#565D3E
(86,93,62)
#434731
(67,71,49)
#303124
(48,49,36)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #DBF799

#DBF799
(219,247,153)
#DEF7A2
(222,247,162)
#E1F7AB
(225,247,171)
#E4F7B4
(228,247,180)
#E7F7BD
(231,247,189)
#EAF7C6
(234,247,198)
#EDF7CF
(237,247,207)
#F0F7D8
(240,247,216)
#F3F7E1
(243,247,225)
#F6F7EA
(246,247,234)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF799 color. Also use rgb(219,247,153) instead hex code.

Text Font Color

.myTextColor { color: #DBF799; }

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

This text font color is #DBF799.

Background Color

.myBgColor { background-color: #DBF799; }

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

This div background color is #DBF799.

Border color

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

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

This div border color is #DBF799.

Opacity

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

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

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

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

This text has shadow with #DBF799 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF799.

Preview

Color preview on black background

This text has color #DBF799 on black background.


Color preview on white background

This text has color #DBF799 on white background.


Black color preview on #DBF799 background

This text has black color on #DBF799 background.


White color preview on #DBF799 background

This text has white color on #DBF799 background.


Related colors

Complementary color

Complementary color for #hex is #240866.


I love getcolorcode.com

Triadic colors

1 #99DBF7 and #F799DB with #DBF799 are triadic colors.

2 #99F7DB and #F7DB99 with #DBF799 are triadic colors.