COLOR #DBF3A7

HEX: #DBF3A7
RGB: (219,243,167)

Color info

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

RGB color model

#DBF3A7 color RGB value is (219,243,167).

  • red value is 219;
  • green value is 243;
  • blue value is 167.
RGB:
(219,243,167)
(86%,95%,65%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 167 of 255 = 65%

219
243
167

R + G + B ~ 82%. #DBF3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 167 = 629 (100%)
R 219 of 629 ~ 34.82%
G 243 of 629 ~ 38.63%
B 167 of 629 ~ 26.55%

%34.82
%38.63
%26.55

CMYK color model

#DBF3A7 color CMYK value is (10,0,31,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 31.28%
  • key color value is 4.71%
CMYK:
(10,0,31,5)
C10M0Y31K5 
(10%,0%,31%,5%)
(0.10/0.00/0.31/0.05)	

CMYK percentages

%9.88
%0
%31.28
%4.71

Codes

Color #DBF3A7 in popluar color models

DBF3A7
RGB219243167
HSL79°76.00%80.39%
HSB/HSV79°31.28%95.29%
CMYK9.88%0.00%31.28%
4.71%

Color #DBF3A7 in popluar number systems.

HEXDBF3A7
Decimal219243167
Binary110110111111001110100111
Octal333363247

Shades and tints

Shades of #DBF3A7

#DBF3A7
(219,243,167)
#C8DD98
(200,221,152)
#B5C789
(181,199,137)
#A2B17A
(162,177,122)
#8F9B6B
(143,155,107)
#7C855C
(124,133,92)
#696F4D
(105,111,77)
#56593E
(86,89,62)
#43432F
(67,67,47)
#302D20
(48,45,32)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #DBF3A7

#DBF3A7
(219,243,167)
#DEF4AF
(222,244,175)
#E1F5B7
(225,245,183)
#E4F6BF
(228,246,191)
#E7F7C7
(231,247,199)
#EAF8CF
(234,248,207)
#EDF9D7
(237,249,215)
#F0FADF
(240,250,223)
#F3FBE7
(243,251,231)
#F6FCEF
(246,252,239)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF3A7 color. Also use rgb(219,243,167) instead hex code.

Text Font Color

.myTextColor { color: #DBF3A7; }

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

This text font color is #DBF3A7.


Background Color

.myBgColor { background-color: #DBF3A7; }

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

This div background color is #DBF3A7.


Border color

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

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

This div border color is #DBF3A7.


Opacity

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

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

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

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

This text has shadow with #DBF3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF3A7 on black background.


Color preview on white background

This text has color #DBF3A7 on white background.



Black color preview on #DBF3A7 background

This text has black color on #DBF3A7 background.


White color preview on #DBF3A7 background

This text has white color on #DBF3A7 background.