COLOR #DBF5B2

HEX: #DBF5B2
RGB: (219,245,178)

Color info

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

RGB color model

#DBF5B2 color RGB value is (219,245,178).

  • red value is 219;
  • green value is 245;
  • blue value is 178.
RGB:
(219,245,178)
(86%,96%,70%)

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 178 of 255 = 70%

219
245
178

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

Portions of RGB colors in percentages

R + G + B =
219 + 245 + 178 = 642 (100%)
R 219 of 642 ~ 34.11%
G 245 of 642 ~ 38.16%
B 178 of 642 ~ 27.73%

%34.11
%38.16
%27.73

CMYK color model

#DBF5B2 color CMYK value is (11,0,27,4).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 27.35%
  • key color value is 3.92%
CMYK:
(11,0,27,4)
C11M0Y27K4 
(11%,0%,27%,4%)
(0.11/0.00/0.27/0.04)	

CMYK percentages

%10.61
%0
%27.35
%3.92

Codes

Color #DBF5B2 in popluar color models

DBF5B2
RGB219245178
HSL83°77.01%82.94%
HSB/HSV83°27.35%96.08%
CMYK10.61%0.00%27.35%
3.92%

Color #DBF5B2 in popluar number systems.

HEXDBF5B2
Decimal219245178
Binary110110111111010110110010
Octal333365262

Shades and tints

Shades of #DBF5B2

#DBF5B2
(219,245,178)
#C8DFA2
(200,223,162)
#B5C992
(181,201,146)
#A2B382
(162,179,130)
#8F9D72
(143,157,114)
#7C8762
(124,135,98)
#697152
(105,113,82)
#565B42
(86,91,66)
#434532
(67,69,50)
#302F22
(48,47,34)
#1D1912
(29,25,18)
#000000
(0,0,0)

Tints of #DBF5B2

#DBF5B2
(219,245,178)
#DEF5B9
(222,245,185)
#E1F5C0
(225,245,192)
#E4F5C7
(228,245,199)
#E7F5CE
(231,245,206)
#EAF5D5
(234,245,213)
#EDF5DC
(237,245,220)
#F0F5E3
(240,245,227)
#F3F5EA
(243,245,234)
#F6F5F1
(246,245,241)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF5B2 color. Also use rgb(219,245,178) instead hex code.

Text Font Color

.myTextColor { color: #DBF5B2; }

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

This text font color is #DBF5B2.


Background Color

.myBgColor { background-color: #DBF5B2; }

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

This div background color is #DBF5B2.


Border color

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

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

This div border color is #DBF5B2.


Opacity

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

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

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

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

This text has shadow with #DBF5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF5B2 on black background.


Color preview on white background

This text has color #DBF5B2 on white background.



Black color preview on #DBF5B2 background

This text has black color on #DBF5B2 background.


White color preview on #DBF5B2 background

This text has white color on #DBF5B2 background.