COLOR #DBF1AB

HEX: #DBF1AB
RGB: (219,241,171)

Color info

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

RGB color model

#DBF1AB color RGB value is (219,241,171).

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

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 171 of 255 = 67%

219
241
171

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

Portions of RGB colors in percentages

R + G + B =
219 + 241 + 171 = 631 (100%)
R 219 of 631 ~ 34.71%
G 241 of 631 ~ 38.19%
B 171 of 631 ~ 27.1%

%34.71
%38.19
%27.1

CMYK color model

#DBF1AB color CMYK value is (9,0,29,5).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 29.05%
  • key color value is 5.49%
CMYK:
(9,0,29,5)
C9M0Y29K5 
(9%,0%,29%,5%)
(0.09/0.00/0.29/0.05)	

CMYK percentages

%9.13
%0
%29.05
%5.49

Codes

Color #DBF1AB in popluar color models

DBF1AB
RGB219241171
HSL79°71.43%80.78%
HSB/HSV79°29.05%94.51%
CMYK9.13%0.00%29.05%
5.49%

Color #DBF1AB in popluar number systems.

HEXDBF1AB
Decimal219241171
Binary110110111111000110101011
Octal333361253

Shades and tints

Shades of #DBF1AB

#DBF1AB
(219,241,171)
#C8DC9C
(200,220,156)
#B5C78D
(181,199,141)
#A2B27E
(162,178,126)
#8F9D6F
(143,157,111)
#7C8860
(124,136,96)
#697351
(105,115,81)
#565E42
(86,94,66)
#434933
(67,73,51)
#303424
(48,52,36)
#1D1F15
(29,31,21)
#000000
(0,0,0)

Tints of #DBF1AB

#DBF1AB
(219,241,171)
#DEF2B2
(222,242,178)
#E1F3B9
(225,243,185)
#E4F4C0
(228,244,192)
#E7F5C7
(231,245,199)
#EAF6CE
(234,246,206)
#EDF7D5
(237,247,213)
#F0F8DC
(240,248,220)
#F3F9E3
(243,249,227)
#F6FAEA
(246,250,234)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF1AB; }

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

This text font color is #DBF1AB.


Background Color

.myBgColor { background-color: #DBF1AB; }

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

This div background color is #DBF1AB.


Border color

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

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

This div border color is #DBF1AB.


Opacity

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

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

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

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

This text has shadow with #DBF1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF1AB on black background.


Color preview on white background

This text has color #DBF1AB on white background.



Black color preview on #DBF1AB background

This text has black color on #DBF1AB background.


White color preview on #DBF1AB background

This text has white color on #DBF1AB background.