COLOR #DBFBA8

HEX: #DBFBA8
RGB: (219,251,168)

Color info

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

RGB color model

#DBFBA8 color RGB value is (219,251,168).

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

RGB channels and saturation

R 219 of 255 = 86%
G 251 of 255 = 98%
B 168 of 255 = 66%

219
251
168

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

Portions of RGB colors in percentages

R + G + B =
219 + 251 + 168 = 638 (100%)
R 219 of 638 ~ 34.33%
G 251 of 638 ~ 39.34%
B 168 of 638 ~ 26.33%

%34.33
%39.34
%26.33

CMYK color model

#DBFBA8 color CMYK value is (13,0,33,2).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 33.07%
  • key color value is 1.57%
CMYK:
(13,0,33,2)
C13M0Y33K2 
(13%,0%,33%,2%)
(0.13/0.00/0.33/0.02)	

CMYK percentages

%12.75
%0
%33.07
%1.57

Codes

Color #DBFBA8 in popluar color models

DBFBA8
RGB219251168
HSL83°91.21%82.16%
HSB/HSV83°33.07%98.43%
CMYK12.75%0.00%33.07%
1.57%

Color #DBFBA8 in popluar number systems.

HEXDBFBA8
Decimal219251168
Binary110110111111101110101000
Octal333373250

Shades and tints

Shades of #DBFBA8

#DBFBA8
(219,251,168)
#C8E599
(200,229,153)
#B5CF8A
(181,207,138)
#A2B97B
(162,185,123)
#8FA36C
(143,163,108)
#7C8D5D
(124,141,93)
#69774E
(105,119,78)
#56613F
(86,97,63)
#434B30
(67,75,48)
#303521
(48,53,33)
#1D1F12
(29,31,18)
#000000
(0,0,0)

Tints of #DBFBA8

#DBFBA8
(219,251,168)
#DEFBAF
(222,251,175)
#E1FBB6
(225,251,182)
#E4FBBD
(228,251,189)
#E7FBC4
(231,251,196)
#EAFBCB
(234,251,203)
#EDFBD2
(237,251,210)
#F0FBD9
(240,251,217)
#F3FBE0
(243,251,224)
#F6FBE7
(246,251,231)
#F9FBEE
(249,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFBA8; }

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

This text font color is #DBFBA8.


Background Color

.myBgColor { background-color: #DBFBA8; }

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

This div background color is #DBFBA8.


Border color

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

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

This div border color is #DBFBA8.


Opacity

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

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

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

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

This text has shadow with #DBFBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFBA8 on black background.


Color preview on white background

This text has color #DBFBA8 on white background.



Black color preview on #DBFBA8 background

This text has black color on #DBFBA8 background.


White color preview on #DBFBA8 background

This text has white color on #DBFBA8 background.