COLOR #DBF2BC

HEX: #DBF2BC
RGB: (219,242,188)

Color info

#DBF2BC contains red, green and blue colors in about the same proportion. Web safe color of #DBF2BC is #CCFFCC (or #CFC).

RGB color model

#DBF2BC color RGB value is (219,242,188).

  • red value is 219;
  • green value is 242;
  • blue value is 188.
RGB:
(219,242,188)
(86%,95%,74%)

RGB channels and saturation

R 219 of 255 = 86%
G 242 of 255 = 95%
B 188 of 255 = 74%

219
242
188

R + G + B ~ 85%. #DBF2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 242 + 188 = 649 (100%)
R 219 of 649 ~ 33.74%
G 242 of 649 ~ 37.29%
B 188 of 649 ~ 28.97%

%33.74
%37.29
%28.97

CMYK color model

#DBF2BC color CMYK value is (10,0,22,5).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 22.31%
  • key color value is 5.10%
CMYK:
(10,0,22,5)
C10M0Y22K5 
(10%,0%,22%,5%)
(0.10/0.00/0.22/0.05)	

CMYK percentages

%9.5
%0
%22.31
%5.1

Codes

Color #DBF2BC in popluar color models

DBF2BC
RGB219242188
HSL86°67.50%84.31%
HSB/HSV86°22.31%94.90%
CMYK9.50%0.00%22.31%
5.10%

Color #DBF2BC in popluar number systems.

HEXDBF2BC
Decimal219242188
Binary110110111111001010111100
Octal333362274

Shades and tints

Shades of #DBF2BC

#DBF2BC
(219,242,188)
#C8DCAB
(200,220,171)
#B5C69A
(181,198,154)
#A2B089
(162,176,137)
#8F9A78
(143,154,120)
#7C8467
(124,132,103)
#696E56
(105,110,86)
#565845
(86,88,69)
#434234
(67,66,52)
#302C23
(48,44,35)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #DBF2BC

#DBF2BC
(219,242,188)
#DEF3C2
(222,243,194)
#E1F4C8
(225,244,200)
#E4F5CE
(228,245,206)
#E7F6D4
(231,246,212)
#EAF7DA
(234,247,218)
#EDF8E0
(237,248,224)
#F0F9E6
(240,249,230)
#F3FAEC
(243,250,236)
#F6FBF2
(246,251,242)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF2BC color. Also use rgb(219,242,188) instead hex code.

Text Font Color

.myTextColor { color: #DBF2BC; }

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

This text font color is #DBF2BC.


Background Color

.myBgColor { background-color: #DBF2BC; }

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

This div background color is #DBF2BC.


Border color

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

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

This div border color is #DBF2BC.


Opacity

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

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

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

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

This text has shadow with #DBF2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF2BC on black background.


Color preview on white background

This text has color #DBF2BC on white background.



Black color preview on #DBF2BC background

This text has black color on #DBF2BC background.


White color preview on #DBF2BC background

This text has white color on #DBF2BC background.