COLOR #DBF9DF

HEX: #DBF9DF
RGB: (219,249,223)

Color info

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

RGB color model

#DBF9DF color RGB value is (219,249,223).

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

RGB channels and saturation

R 219 of 255 = 86%
G 249 of 255 = 98%
B 223 of 255 = 87%

219
249
223

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

Portions of RGB colors in percentages

R + G + B =
219 + 249 + 223 = 691 (100%)
R 219 of 691 ~ 31.69%
G 249 of 691 ~ 36.03%
B 223 of 691 ~ 32.27%

%31.69
%36.03
%32.27

CMYK color model

#DBF9DF color CMYK value is (12,0,10,2).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(12,0,10,2)
C12M0Y10K2 
(12%,0%,10%,2%)
(0.12/0.00/0.10/0.02)	

CMYK percentages

%12.05
%0
%10.44
%2.35

Codes

Color #DBF9DF in popluar color models

DBF9DF
RGB219249223
HSL128°71.43%91.76%
HSB/HSV128°12.05%97.65%
CMYK12.05%0.00%10.44%
2.35%

Color #DBF9DF in popluar number systems.

HEXDBF9DF
Decimal219249223
Binary110110111111100111011111
Octal333371337

Shades and tints

Shades of #DBF9DF

#DBF9DF
(219,249,223)
#C8E3CB
(200,227,203)
#B5CDB7
(181,205,183)
#A2B7A3
(162,183,163)
#8FA18F
(143,161,143)
#7C8B7B
(124,139,123)
#697567
(105,117,103)
#565F53
(86,95,83)
#43493F
(67,73,63)
#30332B
(48,51,43)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #DBF9DF

#DBF9DF
(219,249,223)
#DEF9E1
(222,249,225)
#E1F9E3
(225,249,227)
#E4F9E5
(228,249,229)
#E7F9E7
(231,249,231)
#EAF9E9
(234,249,233)
#EDF9EB
(237,249,235)
#F0F9ED
(240,249,237)
#F3F9EF
(243,249,239)
#F6F9F1
(246,249,241)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF9DF; }

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

This text font color is #DBF9DF.


Background Color

.myBgColor { background-color: #DBF9DF; }

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

This div background color is #DBF9DF.


Border color

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

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

This div border color is #DBF9DF.


Opacity

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

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

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

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

This text has shadow with #DBF9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF9DF on black background.


Color preview on white background

This text has color #DBF9DF on white background.



Black color preview on #DBF9DF background

This text has black color on #DBF9DF background.


White color preview on #DBF9DF background

This text has white color on #DBF9DF background.