COLOR #DBF8DF

HEX: #DBF8DF RGB: (219,248,223)

Color info

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

RGB color model

#DBF8DF color RGB value is (219,248,223).

RGB: (219,248,223) (86%, 97%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 223 of 255 = 87%

219
248
223

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

Portions of RGB colors in percentages

R + G + B = 219 + 248 + 223 = 690 (100%)
R 219 of 690 ~ 31.74%
G 248 of 690 ~ 35.94%
B 223 of 690 ~ 32.32'%

%31.74
%35.94
%32.32

CMYK color model

#DBF8DF color CMYK value is (12,0,10,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 2.75%
CMYK: (12,0,10,3) C12M0Y10K3 (12%,0%,10%,3%) (0.12/0.00/0.10/0.03) 

CMYK percentages

%11.69
%0
%10.08
%2.75

Codes

Color #DBF8DF in popluar color models

DB F8 DF
RGB 219 248 223
HSL 128° 67.44% 91.57%
HSB/HSV 128° 11.69% 97.25%
CMYK 11.69% 0.00% 10.08%
2.75%

Color #DBF8DF in popluar number systems.

HEX DB F8 DF
Decimal 219 248 223
Binary 11011011 11111000 11011111
Octal 333 370 337

Shades and tints

Shades of #DBF8DF

#DBF8DF
(219,248,223)
#C8E2CB
(200,226,203)
#B5CCB7
(181,204,183)
#A2B6A3
(162,182,163)
#8FA08F
(143,160,143)
#7C8A7B
(124,138,123)
#697467
(105,116,103)
#565E53
(86,94,83)
#43483F
(67,72,63)
#30322B
(48,50,43)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #DBF8DF

#DBF8DF
(219,248,223)
#DEF8E1
(222,248,225)
#E1F8E3
(225,248,227)
#E4F8E5
(228,248,229)
#E7F8E7
(231,248,231)
#EAF8E9
(234,248,233)
#EDF8EB
(237,248,235)
#F0F8ED
(240,248,237)
#F3F8EF
(243,248,239)
#F6F8F1
(246,248,241)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8DF; }

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

This text font color is #DBF8DF.

Background Color

.myBgColor { background-color: #DBF8DF; }

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

This div background color is #DBF8DF.

Border color

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

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

This div border color is #DBF8DF.

Opacity

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

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

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

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

This text has shadow with #DBF8DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF8DF.

Preview

Color preview on black background

This text has color #DBF8DF on black background.


Color preview on white background

This text has color #DBF8DF on white background.


Black color preview on #DBF8DF background

This text has black color on #DBF8DF background.


White color preview on #DBF8DF background

This text has white color on #DBF8DF background.


Related colors

Complementary color

Complementary color for #hex is #240720.


I love getcolorcode.com

Triadic colors

1 #DFDBF8 and #F8DFDB with #DBF8DF are triadic colors.

2 #DFF8DB and #F8DBDF with #DBF8DF are triadic colors.