COLOR #DBFDA7

HEX: #DBFDA7
RGB: (219,253,167)

Color info

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

RGB color model

#DBFDA7 color RGB value is (219,253,167).

  • red value is 219;
  • green value is 253;
  • blue value is 167.
RGB:
(219,253,167)
(86%,99%,65%)

RGB channels and saturation

R 219 of 255 = 86%
G 253 of 255 = 99%
B 167 of 255 = 65%

219
253
167

R + G + B ~ 83%. #DBFDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 253 + 167 = 639 (100%)
R 219 of 639 ~ 34.27%
G 253 of 639 ~ 39.59%
B 167 of 639 ~ 26.13%

%34.27
%39.59
%26.13

CMYK color model

#DBFDA7 color CMYK value is (13,0,34,1).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 33.99%
  • key color value is 0.78%
CMYK:
(13,0,34,1)
C13M0Y34K1 
(13%,0%,34%,1%)
(0.13/0.00/0.34/0.01)	

CMYK percentages

%13.44
%0
%33.99
%0.78

Codes

Color #DBFDA7 in popluar color models

DBFDA7
RGB219253167
HSL84°95.56%82.35%
HSB/HSV84°33.99%99.22%
CMYK13.44%0.00%33.99%
0.78%

Color #DBFDA7 in popluar number systems.

HEXDBFDA7
Decimal219253167
Binary110110111111110110100111
Octal333375247

Shades and tints

Shades of #DBFDA7

#DBFDA7
(219,253,167)
#C8E698
(200,230,152)
#B5CF89
(181,207,137)
#A2B87A
(162,184,122)
#8FA16B
(143,161,107)
#7C8A5C
(124,138,92)
#69734D
(105,115,77)
#565C3E
(86,92,62)
#43452F
(67,69,47)
#302E20
(48,46,32)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #DBFDA7

#DBFDA7
(219,253,167)
#DEFDAF
(222,253,175)
#E1FDB7
(225,253,183)
#E4FDBF
(228,253,191)
#E7FDC7
(231,253,199)
#EAFDCF
(234,253,207)
#EDFDD7
(237,253,215)
#F0FDDF
(240,253,223)
#F3FDE7
(243,253,231)
#F6FDEF
(246,253,239)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFDA7 color. Also use rgb(219,253,167) instead hex code.

Text Font Color

.myTextColor { color: #DBFDA7; }

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

This text font color is #DBFDA7.


Background Color

.myBgColor { background-color: #DBFDA7; }

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

This div background color is #DBFDA7.


Border color

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

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

This div border color is #DBFDA7.


Opacity

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

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

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

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

This text has shadow with #DBFDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFDA7 on black background.


Color preview on white background

This text has color #DBFDA7 on white background.



Black color preview on #DBFDA7 background

This text has black color on #DBFDA7 background.


White color preview on #DBFDA7 background

This text has white color on #DBFDA7 background.