COLOR #DBF9BB

HEX: #DBF9BB
RGB: (219,249,187)

Color info

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

RGB color model

#DBF9BB color RGB value is (219,249,187).

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

RGB channels and saturation

R 219 of 255 = 86%
G 249 of 255 = 98%
B 187 of 255 = 73%

219
249
187

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

Portions of RGB colors in percentages

R + G + B =
219 + 249 + 187 = 655 (100%)
R 219 of 655 ~ 33.44%
G 249 of 655 ~ 38.02%
B 187 of 655 ~ 28.55%

%33.44
%38.02
%28.55

CMYK color model

#DBF9BB color CMYK value is (12,0,25,2).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 24.90%
  • key color value is 2.35%
CMYK:
(12,0,25,2)
C12M0Y25K2 
(12%,0%,25%,2%)
(0.12/0.00/0.25/0.02)	

CMYK percentages

%12.05
%0
%24.9
%2.35

Codes

Color #DBF9BB in popluar color models

DBF9BB
RGB219249187
HSL89°83.78%85.49%
HSB/HSV89°24.90%97.65%
CMYK12.05%0.00%24.90%
2.35%

Color #DBF9BB in popluar number systems.

HEXDBF9BB
Decimal219249187
Binary110110111111100110111011
Octal333371273

Shades and tints

Shades of #DBF9BB

#DBF9BB
(219,249,187)
#C8E3AA
(200,227,170)
#B5CD99
(181,205,153)
#A2B788
(162,183,136)
#8FA177
(143,161,119)
#7C8B66
(124,139,102)
#697555
(105,117,85)
#565F44
(86,95,68)
#434933
(67,73,51)
#303322
(48,51,34)
#1D1D11
(29,29,17)
#000000
(0,0,0)

Tints of #DBF9BB

#DBF9BB
(219,249,187)
#DEF9C1
(222,249,193)
#E1F9C7
(225,249,199)
#E4F9CD
(228,249,205)
#E7F9D3
(231,249,211)
#EAF9D9
(234,249,217)
#EDF9DF
(237,249,223)
#F0F9E5
(240,249,229)
#F3F9EB
(243,249,235)
#F6F9F1
(246,249,241)
#F9F9F7
(249,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF9BB; }

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

This text font color is #DBF9BB.


Background Color

.myBgColor { background-color: #DBF9BB; }

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

This div background color is #DBF9BB.


Border color

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

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

This div border color is #DBF9BB.


Opacity

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

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

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

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

This text has shadow with #DBF9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF9BB on black background.


Color preview on white background

This text has color #DBF9BB on white background.



Black color preview on #DBF9BB background

This text has black color on #DBF9BB background.


White color preview on #DBF9BB background

This text has white color on #DBF9BB background.