COLOR #DBF4A9

HEX: #DBF4A9
RGB: (219,244,169)

Color info

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

RGB color model

#DBF4A9 color RGB value is (219,244,169).

  • red value is 219;
  • green value is 244;
  • blue value is 169.
RGB:
(219,244,169)
(86%,96%,66%)

RGB channels and saturation

R 219 of 255 = 86%
G 244 of 255 = 96%
B 169 of 255 = 66%

219
244
169

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

Portions of RGB colors in percentages

R + G + B =
219 + 244 + 169 = 632 (100%)
R 219 of 632 ~ 34.65%
G 244 of 632 ~ 38.61%
B 169 of 632 ~ 26.74%

%34.65
%38.61
%26.74

CMYK color model

#DBF4A9 color CMYK value is (10,0,31,4).

  • cyan value is 10.25%
  • magenta value is 0.00%
  • yellow value is 30.74%
  • key color value is 4.31%
CMYK:
(10,0,31,4)
C10M0Y31K4 
(10%,0%,31%,4%)
(0.10/0.00/0.31/0.04)	

CMYK percentages

%10.25
%0
%30.74
%4.31

Codes

Color #DBF4A9 in popluar color models

DBF4A9
RGB219244169
HSL80°77.32%80.98%
HSB/HSV80°30.74%95.69%
CMYK10.25%0.00%30.74%
4.31%

Color #DBF4A9 in popluar number systems.

HEXDBF4A9
Decimal219244169
Binary110110111111010010101001
Octal333364251

Shades and tints

Shades of #DBF4A9

#DBF4A9
(219,244,169)
#C8DE9A
(200,222,154)
#B5C88B
(181,200,139)
#A2B27C
(162,178,124)
#8F9C6D
(143,156,109)
#7C865E
(124,134,94)
#69704F
(105,112,79)
#565A40
(86,90,64)
#434431
(67,68,49)
#302E22
(48,46,34)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #DBF4A9

#DBF4A9
(219,244,169)
#DEF5B0
(222,245,176)
#E1F6B7
(225,246,183)
#E4F7BE
(228,247,190)
#E7F8C5
(231,248,197)
#EAF9CC
(234,249,204)
#EDFAD3
(237,250,211)
#F0FBDA
(240,251,218)
#F3FCE1
(243,252,225)
#F6FDE8
(246,253,232)
#F9FEEF
(249,254,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF4A9 color. Also use rgb(219,244,169) instead hex code.

Text Font Color

.myTextColor { color: #DBF4A9; }

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

This text font color is #DBF4A9.


Background Color

.myBgColor { background-color: #DBF4A9; }

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

This div background color is #DBF4A9.


Border color

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

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

This div border color is #DBF4A9.


Opacity

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

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

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

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

This text has shadow with #DBF4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF4A9 on black background.


Color preview on white background

This text has color #DBF4A9 on white background.



Black color preview on #DBF4A9 background

This text has black color on #DBF4A9 background.


White color preview on #DBF4A9 background

This text has white color on #DBF4A9 background.