COLOR #DBF1A0

HEX: #DBF1A0
RGB: (219,241,160)

Color info

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

RGB color model

#DBF1A0 color RGB value is (219,241,160).

  • red value is 219;
  • green value is 241;
  • blue value is 160.
RGB:
(219,241,160)
(86%,95%,63%)

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 160 of 255 = 63%

219
241
160

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

Portions of RGB colors in percentages

R + G + B =
219 + 241 + 160 = 620 (100%)
R 219 of 620 ~ 35.32%
G 241 of 620 ~ 38.87%
B 160 of 620 ~ 25.81%

%35.32
%38.87
%25.81

CMYK color model

#DBF1A0 color CMYK value is (9,0,34,5).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 33.61%
  • key color value is 5.49%
CMYK:
(9,0,34,5)
C9M0Y34K5 
(9%,0%,34%,5%)
(0.09/0.00/0.34/0.05)	

CMYK percentages

%9.13
%0
%33.61
%5.49

Codes

Color #DBF1A0 in popluar color models

DBF1A0
RGB219241160
HSL76°74.31%78.63%
HSB/HSV76°33.61%94.51%
CMYK9.13%0.00%33.61%
5.49%

Color #DBF1A0 in popluar number systems.

HEXDBF1A0
Decimal219241160
Binary110110111111000110100000
Octal333361240

Shades and tints

Shades of #DBF1A0

#DBF1A0
(219,241,160)
#C8DC92
(200,220,146)
#B5C784
(181,199,132)
#A2B276
(162,178,118)
#8F9D68
(143,157,104)
#7C885A
(124,136,90)
#69734C
(105,115,76)
#565E3E
(86,94,62)
#434930
(67,73,48)
#303422
(48,52,34)
#1D1F14
(29,31,20)
#000000
(0,0,0)

Tints of #DBF1A0

#DBF1A0
(219,241,160)
#DEF2A8
(222,242,168)
#E1F3B0
(225,243,176)
#E4F4B8
(228,244,184)
#E7F5C0
(231,245,192)
#EAF6C8
(234,246,200)
#EDF7D0
(237,247,208)
#F0F8D8
(240,248,216)
#F3F9E0
(243,249,224)
#F6FAE8
(246,250,232)
#F9FBF0
(249,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF1A0 color. Also use rgb(219,241,160) instead hex code.

Text Font Color

.myTextColor { color: #DBF1A0; }

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

This text font color is #DBF1A0.


Background Color

.myBgColor { background-color: #DBF1A0; }

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

This div background color is #DBF1A0.


Border color

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

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

This div border color is #DBF1A0.


Opacity

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

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

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

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

This text has shadow with #DBF1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF1A0 on black background.


Color preview on white background

This text has color #DBF1A0 on white background.



Black color preview on #DBF1A0 background

This text has black color on #DBF1A0 background.


White color preview on #DBF1A0 background

This text has white color on #DBF1A0 background.