COLOR #DBFAD9

HEX: #DBFAD9
RGB: (219,250,217)

Color info

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

RGB color model

#DBFAD9 color RGB value is (219,250,217).

  • red value is 219;
  • green value is 250;
  • blue value is 217.
RGB:
(219,250,217)
(86%,98%,85%)

RGB channels and saturation

R 219 of 255 = 86%
G 250 of 255 = 98%
B 217 of 255 = 85%

219
250
217

R + G + B ~ 90%. #DBFAD9 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 250 + 217 = 686 (100%)
R 219 of 686 ~ 31.92%
G 250 of 686 ~ 36.44%
B 217 of 686 ~ 31.63%

%31.92
%36.44
%31.63

CMYK color model

#DBFAD9 color CMYK value is (12,0,13,2).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 13.20%
  • key color value is 1.96%
CMYK:
(12,0,13,2)
C12M0Y13K2 
(12%,0%,13%,2%)
(0.12/0.00/0.13/0.02)	

CMYK percentages

%12.4
%0
%13.2
%1.96

Codes

Color #DBFAD9 in popluar color models

DBFAD9
RGB219250217
HSL116°76.74%91.57%
HSB/HSV116°13.20%98.04%
CMYK12.40%0.00%13.20%
1.96%

Color #DBFAD9 in popluar number systems.

HEXDBFAD9
Decimal219250217
Binary110110111111101011011001
Octal333372331

Shades and tints

Shades of #DBFAD9

#DBFAD9
(219,250,217)
#C8E4C6
(200,228,198)
#B5CEB3
(181,206,179)
#A2B8A0
(162,184,160)
#8FA28D
(143,162,141)
#7C8C7A
(124,140,122)
#697667
(105,118,103)
#566054
(86,96,84)
#434A41
(67,74,65)
#30342E
(48,52,46)
#1D1E1B
(29,30,27)
#000000
(0,0,0)

Tints of #DBFAD9

#DBFAD9
(219,250,217)
#DEFADC
(222,250,220)
#E1FADF
(225,250,223)
#E4FAE2
(228,250,226)
#E7FAE5
(231,250,229)
#EAFAE8
(234,250,232)
#EDFAEB
(237,250,235)
#F0FAEE
(240,250,238)
#F3FAF1
(243,250,241)
#F6FAF4
(246,250,244)
#F9FAF7
(249,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFAD9 color. Also use rgb(219,250,217) instead hex code.

Text Font Color

.myTextColor { color: #DBFAD9; }

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

This text font color is #DBFAD9.


Background Color

.myBgColor { background-color: #DBFAD9; }

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

This div background color is #DBFAD9.


Border color

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

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

This div border color is #DBFAD9.


Opacity

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

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

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

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

This text has shadow with #DBFAD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFAD9 on black background.


Color preview on white background

This text has color #DBFAD9 on white background.



Black color preview on #DBFAD9 background

This text has black color on #DBFAD9 background.


White color preview on #DBFAD9 background

This text has white color on #DBFAD9 background.