COLOR #DBF1DC

HEX: #DBF1DC RGB: (219,241,220)

Color info

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

RGB color model

#DBF1DC color RGB value is (219,241,220).

RGB: (219,241,220) (86%, 95%, 86%)

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 220 of 255 = 86%

219
241
220

R + G + B ~ 89%. #DBF1DC is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 241 + 220 = 680 (100%)
R 219 of 680 ~ 32.21%
G 241 of 680 ~ 35.44%
B 220 of 680 ~ 32.35'%

%32.21
%35.44
%32.35

CMYK color model

#DBF1DC color CMYK value is (9,0,9,5).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 8.71%
  • key color value is 5.49%
CMYK: (9,0,9,5) C9M0Y9K5 (9%,0%,9%,5%) (0.09/0.00/0.09/0.05) 

CMYK percentages

%9.13
%0
%8.71
%5.49

Codes

Color #DBF1DC in popluar color models

DB F1 DC
RGB 219 241 220
HSL 123° 44.00% 90.20%
HSB/HSV 123° 9.13% 94.51%
CMYK 9.13% 0.00% 8.71%
5.49%

Color #DBF1DC in popluar number systems.

HEX DB F1 DC
Decimal 219 241 220
Binary 11011011 11110001 11011100
Octal 333 361 334

Shades and tints

Shades of #DBF1DC

#DBF1DC
(219,241,220)
#C8DCC8
(200,220,200)
#B5C7B4
(181,199,180)
#A2B2A0
(162,178,160)
#8F9D8C
(143,157,140)
#7C8878
(124,136,120)
#697364
(105,115,100)
#565E50
(86,94,80)
#43493C
(67,73,60)
#303428
(48,52,40)
#1D1F14
(29,31,20)
#000000
(0,0,0)

Tints of #DBF1DC

#DBF1DC
(219,241,220)
#DEF2DF
(222,242,223)
#E1F3E2
(225,243,226)
#E4F4E5
(228,244,229)
#E7F5E8
(231,245,232)
#EAF6EB
(234,246,235)
#EDF7EE
(237,247,238)
#F0F8F1
(240,248,241)
#F3F9F4
(243,249,244)
#F6FAF7
(246,250,247)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF1DC color. Also use rgb(219,241,220) instead hex code.

Text Font Color

.myTextColor { color: #DBF1DC; }

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

This text font color is #DBF1DC.

Background Color

.myBgColor { background-color: #DBF1DC; }

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

This div background color is #DBF1DC.

Border color

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

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

This div border color is #DBF1DC.

Opacity

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

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

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

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

This text has shadow with #DBF1DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF1DC.

Preview

Color preview on black background

This text has color #DBF1DC on black background.


Color preview on white background

This text has color #DBF1DC on white background.


Black color preview on #DBF1DC background

This text has black color on #DBF1DC background.


White color preview on #DBF1DC background

This text has white color on #DBF1DC background.


Related colors

Complementary color

Complementary color for #hex is #240E23.


I love getcolorcode.com

Triadic colors

1 #DCDBF1 and #F1DCDB with #DBF1DC are triadic colors.

2 #DCF1DB and #F1DBDC with #DBF1DC are triadic colors.