COLOR #DBFBAB

HEX: #DBFBAB
RGB: (219,251,171)

Color info

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

RGB color model

#DBFBAB color RGB value is (219,251,171).

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

RGB channels and saturation

R 219 of 255 = 86%
G 251 of 255 = 98%
B 171 of 255 = 67%

219
251
171

R + G + B ~ 84%. #DBFBAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 251 + 171 = 641 (100%)
R 219 of 641 ~ 34.17%
G 251 of 641 ~ 39.16%
B 171 of 641 ~ 26.68%

%34.17
%39.16
%26.68

CMYK color model

#DBFBAB color CMYK value is (13,0,32,2).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 31.87%
  • key color value is 1.57%
CMYK:
(13,0,32,2)
C13M0Y32K2 
(13%,0%,32%,2%)
(0.13/0.00/0.32/0.02)	

CMYK percentages

%12.75
%0
%31.87
%1.57

Codes

Color #DBFBAB in popluar color models

DBFBAB
RGB219251171
HSL84°90.91%82.75%
HSB/HSV84°31.87%98.43%
CMYK12.75%0.00%31.87%
1.57%

Color #DBFBAB in popluar number systems.

HEXDBFBAB
Decimal219251171
Binary110110111111101110101011
Octal333373253

Shades and tints

Shades of #DBFBAB

#DBFBAB
(219,251,171)
#C8E59C
(200,229,156)
#B5CF8D
(181,207,141)
#A2B97E
(162,185,126)
#8FA36F
(143,163,111)
#7C8D60
(124,141,96)
#697751
(105,119,81)
#566142
(86,97,66)
#434B33
(67,75,51)
#303524
(48,53,36)
#1D1F15
(29,31,21)
#000000
(0,0,0)

Tints of #DBFBAB

#DBFBAB
(219,251,171)
#DEFBB2
(222,251,178)
#E1FBB9
(225,251,185)
#E4FBC0
(228,251,192)
#E7FBC7
(231,251,199)
#EAFBCE
(234,251,206)
#EDFBD5
(237,251,213)
#F0FBDC
(240,251,220)
#F3FBE3
(243,251,227)
#F6FBEA
(246,251,234)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFBAB; }

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

This text font color is #DBFBAB.


Background Color

.myBgColor { background-color: #DBFBAB; }

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

This div background color is #DBFBAB.


Border color

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

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

This div border color is #DBFBAB.


Opacity

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

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

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

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

This text has shadow with #DBFBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFBAB on black background.


Color preview on white background

This text has color #DBFBAB on white background.



Black color preview on #DBFBAB background

This text has black color on #DBFBAB background.


White color preview on #DBFBAB background

This text has white color on #DBFBAB background.