COLOR #DBF770

HEX: #DBF770
RGB: (219,247,112)

Color info

#DBF770 contains mainly red and green colors. Web safe color of #DBF770 is #CCFF66 (or #CF6).

RGB color model

#DBF770 color RGB value is (219,247,112).

  • red value is 219;
  • green value is 247;
  • blue value is 112.
RGB:
(219,247,112)
(86%,97%,44%)

RGB channels and saturation

R 219 of 255 = 86%
G 247 of 255 = 97%
B 112 of 255 = 44%

219
247
112

R + G + B ~ 76%. #DBF770 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 247 + 112 = 578 (100%)
R 219 of 578 ~ 37.89%
G 247 of 578 ~ 42.73%
B 112 of 578 ~ 19.38%

%37.89
%42.73
%19.38

CMYK color model

#DBF770 color CMYK value is (11,0,55,3).

  • cyan value is 11.34%
  • magenta value is 0.00%
  • yellow value is 54.66%
  • key color value is 3.14%
CMYK:
(11,0,55,3)
C11M0Y55K3 
(11%,0%,55%,3%)
(0.11/0.00/0.55/0.03)	

CMYK percentages

%11.34
%0
%54.66
%3.14

Codes

Color #DBF770 in popluar color models

DBF770
RGB219247112
HSL72°89.40%70.39%
HSB/HSV72°54.66%96.86%
CMYK11.34%0.00%54.66%
3.14%

Color #DBF770 in popluar number systems.

HEXDBF770
Decimal219247112
Binary11011011111101111110000
Octal333367160

Shades and tints

Shades of #DBF770

#DBF770
(219,247,112)
#C8E166
(200,225,102)
#B5CB5C
(181,203,92)
#A2B552
(162,181,82)
#8F9F48
(143,159,72)
#7C893E
(124,137,62)
#697334
(105,115,52)
#565D2A
(86,93,42)
#434720
(67,71,32)
#303116
(48,49,22)
#1D1B0C
(29,27,12)
#000000
(0,0,0)

Tints of #DBF770

#DBF770
(219,247,112)
#DEF77D
(222,247,125)
#E1F78A
(225,247,138)
#E4F797
(228,247,151)
#E7F7A4
(231,247,164)
#EAF7B1
(234,247,177)
#EDF7BE
(237,247,190)
#F0F7CB
(240,247,203)
#F3F7D8
(243,247,216)
#F6F7E5
(246,247,229)
#F9F7F2
(249,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF770; }

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

This text font color is #DBF770.


Background Color

.myBgColor { background-color: #DBF770; }

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

This div background color is #DBF770.


Border color

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

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

This div border color is #DBF770.


Opacity

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

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

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

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

This text has shadow with #DBF770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF770 on black background.


Color preview on white background

This text has color #DBF770 on white background.



Black color preview on #DBF770 background

This text has black color on #DBF770 background.


White color preview on #DBF770 background

This text has white color on #DBF770 background.