COLOR #DBFBAD

HEX: #DBFBAD
RGB: (219,251,173)

Color info

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

RGB color model

#DBFBAD color RGB value is (219,251,173).

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

RGB channels and saturation

R 219 of 255 = 86%
G 251 of 255 = 98%
B 173 of 255 = 68%

219
251
173

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

Portions of RGB colors in percentages

R + G + B =
219 + 251 + 173 = 643 (100%)
R 219 of 643 ~ 34.06%
G 251 of 643 ~ 39.04%
B 173 of 643 ~ 26.91%

%34.06
%39.04
%26.91

CMYK color model

#DBFBAD color CMYK value is (13,0,31,2).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 1.57%
CMYK:
(13,0,31,2)
C13M0Y31K2 
(13%,0%,31%,2%)
(0.13/0.00/0.31/0.02)	

CMYK percentages

%12.75
%0
%31.08
%1.57

Codes

Color #DBFBAD in popluar color models

DBFBAD
RGB219251173
HSL85°90.70%83.14%
HSB/HSV85°31.08%98.43%
CMYK12.75%0.00%31.08%
1.57%

Color #DBFBAD in popluar number systems.

HEXDBFBAD
Decimal219251173
Binary110110111111101110101101
Octal333373255

Shades and tints

Shades of #DBFBAD

#DBFBAD
(219,251,173)
#C8E59E
(200,229,158)
#B5CF8F
(181,207,143)
#A2B980
(162,185,128)
#8FA371
(143,163,113)
#7C8D62
(124,141,98)
#697753
(105,119,83)
#566144
(86,97,68)
#434B35
(67,75,53)
#303526
(48,53,38)
#1D1F17
(29,31,23)
#000000
(0,0,0)

Tints of #DBFBAD

#DBFBAD
(219,251,173)
#DEFBB4
(222,251,180)
#E1FBBB
(225,251,187)
#E4FBC2
(228,251,194)
#E7FBC9
(231,251,201)
#EAFBD0
(234,251,208)
#EDFBD7
(237,251,215)
#F0FBDE
(240,251,222)
#F3FBE5
(243,251,229)
#F6FBEC
(246,251,236)
#F9FBF3
(249,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFBAD; }

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

This text font color is #DBFBAD.


Background Color

.myBgColor { background-color: #DBFBAD; }

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

This div background color is #DBFBAD.


Border color

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

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

This div border color is #DBFBAD.


Opacity

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

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

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

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

This text has shadow with #DBFBAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFBAD on black background.


Color preview on white background

This text has color #DBFBAD on white background.



Black color preview on #DBFBAD background

This text has black color on #DBFBAD background.


White color preview on #DBFBAD background

This text has white color on #DBFBAD background.