COLOR #DBF4DC

HEX: #DBF4DC RGB: (219,244,220)

Color info

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

RGB color model

#DBF4DC color RGB value is (219,244,220).

RGB: (219,244,220) (86%, 96%, 86%)

RGB channels and saturation

R 219 of 255 = 86%
G 244 of 255 = 96%
B 220 of 255 = 86%

219
244
220

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

Portions of RGB colors in percentages

R + G + B = 219 + 244 + 220 = 683 (100%)
R 219 of 683 ~ 32.06%
G 244 of 683 ~ 35.72%
B 220 of 683 ~ 32.21'%

%32.06
%35.72
%32.21

CMYK color model

#DBF4DC color CMYK value is (10,0,10,4).

  • cyan value is 10.25%
  • magenta value is 0.00%
  • yellow value is 9.84%
  • key color value is 4.31%
CMYK: (10,0,10,4) C10M0Y10K4 (10%,0%,10%,4%) (0.10/0.00/0.10/0.04) 

CMYK percentages

%10.25
%0
%9.84
%4.31

Codes

Color #DBF4DC in popluar color models

DB F4 DC
RGB 219 244 220
HSL 122° 53.19% 90.78%
HSB/HSV 122° 10.25% 95.69%
CMYK 10.25% 0.00% 9.84%
4.31%

Color #DBF4DC in popluar number systems.

HEX DB F4 DC
Decimal 219 244 220
Binary 11011011 11110100 11011100
Octal 333 364 334

Shades and tints

Shades of #DBF4DC

#DBF4DC
(219,244,220)
#C8DEC8
(200,222,200)
#B5C8B4
(181,200,180)
#A2B2A0
(162,178,160)
#8F9C8C
(143,156,140)
#7C8678
(124,134,120)
#697064
(105,112,100)
#565A50
(86,90,80)
#43443C
(67,68,60)
#302E28
(48,46,40)
#1D1814
(29,24,20)
#000000
(0,0,0)

Tints of #DBF4DC

#DBF4DC
(219,244,220)
#DEF5DF
(222,245,223)
#E1F6E2
(225,246,226)
#E4F7E5
(228,247,229)
#E7F8E8
(231,248,232)
#EAF9EB
(234,249,235)
#EDFAEE
(237,250,238)
#F0FBF1
(240,251,241)
#F3FCF4
(243,252,244)
#F6FDF7
(246,253,247)
#F9FEFA
(249,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF4DC; }

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

This text font color is #DBF4DC.

Background Color

.myBgColor { background-color: #DBF4DC; }

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

This div background color is #DBF4DC.

Border color

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

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

This div border color is #DBF4DC.

Opacity

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

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

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

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

This text has shadow with #DBF4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF4DC.

Preview

Color preview on black background

This text has color #DBF4DC on black background.


Color preview on white background

This text has color #DBF4DC on white background.


Black color preview on #DBF4DC background

This text has black color on #DBF4DC background.


White color preview on #DBF4DC background

This text has white color on #DBF4DC background.


Related colors

Complementary color

Complementary color for #hex is #240B23.


I love getcolorcode.com

Triadic colors

1 #DCDBF4 and #F4DCDB with #DBF4DC are triadic colors.

2 #DCF4DB and #F4DBDC with #DBF4DC are triadic colors.