COLOR #DBFDBB

HEX: #DBFDBB
RGB: (219,253,187)

Color info

#DBFDBB contains mainly red and green colors. Web safe color of #DBFDBB is #CCFFCC (or #CFC).

RGB color model

#DBFDBB color RGB value is (219,253,187).

  • red value is 219;
  • green value is 253;
  • blue value is 187.
RGB:
(219,253,187)
(86%,99%,73%)

RGB channels and saturation

R 219 of 255 = 86%
G 253 of 255 = 99%
B 187 of 255 = 73%

219
253
187

R + G + B ~ 86%. #DBFDBB is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 253 + 187 = 659 (100%)
R 219 of 659 ~ 33.23%
G 253 of 659 ~ 38.39%
B 187 of 659 ~ 28.38%

%33.23
%38.39
%28.38

CMYK color model

#DBFDBB color CMYK value is (13,0,26,1).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 0.78%
CMYK:
(13,0,26,1)
C13M0Y26K1 
(13%,0%,26%,1%)
(0.13/0.00/0.26/0.01)	

CMYK percentages

%13.44
%0
%26.09
%0.78

Codes

Color #DBFDBB in popluar color models

DBFDBB
RGB219253187
HSL91°94.29%86.27%
HSB/HSV91°26.09%99.22%
CMYK13.44%0.00%26.09%
0.78%

Color #DBFDBB in popluar number systems.

HEXDBFDBB
Decimal219253187
Binary110110111111110110111011
Octal333375273

Shades and tints

Shades of #DBFDBB

#DBFDBB
(219,253,187)
#C8E6AA
(200,230,170)
#B5CF99
(181,207,153)
#A2B888
(162,184,136)
#8FA177
(143,161,119)
#7C8A66
(124,138,102)
#697355
(105,115,85)
#565C44
(86,92,68)
#434533
(67,69,51)
#302E22
(48,46,34)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #DBFDBB

#DBFDBB
(219,253,187)
#DEFDC1
(222,253,193)
#E1FDC7
(225,253,199)
#E4FDCD
(228,253,205)
#E7FDD3
(231,253,211)
#EAFDD9
(234,253,217)
#EDFDDF
(237,253,223)
#F0FDE5
(240,253,229)
#F3FDEB
(243,253,235)
#F6FDF1
(246,253,241)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFDBB color. Also use rgb(219,253,187) instead hex code.

Text Font Color

.myTextColor { color: #DBFDBB; }

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

This text font color is #DBFDBB.


Background Color

.myBgColor { background-color: #DBFDBB; }

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

This div background color is #DBFDBB.


Border color

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

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

This div border color is #DBFDBB.


Opacity

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

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

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

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

This text has shadow with #DBFDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFDBB on black background.


Color preview on white background

This text has color #DBFDBB on white background.



Black color preview on #DBFDBB background

This text has black color on #DBFDBB background.


White color preview on #DBFDBB background

This text has white color on #DBFDBB background.