COLOR #DBF6D4

HEX: #DBF6D4 RGB: (219,246,212)

Color info

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

RGB color model

#DBF6D4 color RGB value is (219,246,212).

RGB: (219,246,212) (86%, 96%, 83%)

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 212 of 255 = 83%

219
246
212

R + G + B ~ 88%. #DBF6D4 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 246 + 212 = 677 (100%)
R 219 of 677 ~ 32.35%
G 246 of 677 ~ 36.34%
B 212 of 677 ~ 31.31'%

%32.35
%36.34
%31.31

CMYK color model

#DBF6D4 color CMYK value is (11,0,14,4).

  • cyan value is 10.98%
  • magenta value is 0.00%
  • yellow value is 13.82%
  • key color value is 3.53%

CMYK: (11,0,14,4)
C11M0Y14K4 (11%, 0%, 14%, 4%)
(0.11 / 0.00 / 0.14 / 0.04)

CMYK percentages

%10.98
%0
%13.82
%3.53

Codes

Color #DBF6D4 in popluar color models

DB F6 D4
RGB 219 246 212
HSL 108° 65.38% 89.80%
HSB/HSV 108° 13.82% 96.47%
CMYK 10.98% 0.00% 13.82%
3.53%

Color #DBF6D4 in popluar number systems.

HEX DB F6 D4
Decimal 219 246 212
Binary 11011011 11110110 11010100
Octal 333 366 324

Shades and tints

Shades of #DBF6D4

#DBF6D4
(219,246,212)
#C8E0C1
(200,224,193)
#B5CAAE
(181,202,174)
#A2B49B
(162,180,155)
#8F9E88
(143,158,136)
#7C8875
(124,136,117)
#697262
(105,114,98)
#565C4F
(86,92,79)
#43463C
(67,70,60)
#303029
(48,48,41)
#1D1A16
(29,26,22)
#000000
(0,0,0)

Tints of #DBF6D4

#DBF6D4
(219,246,212)
#DEF6D7
(222,246,215)
#E1F6DA
(225,246,218)
#E4F6DD
(228,246,221)
#E7F6E0
(231,246,224)
#EAF6E3
(234,246,227)
#EDF6E6
(237,246,230)
#F0F6E9
(240,246,233)
#F3F6EC
(243,246,236)
#F6F6EF
(246,246,239)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF6D4 color. Also use rgb(219,246,212) instead hex code.

Text Font Color

.myTextColor { color: #DBF6D4; }

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

This text font color is #DBF6D4.

Background Color

.myBgColor { background-color: #DBF6D4; }

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

This div background color is #DBF6D4.

Border color

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

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

This div border color is #DBF6D4.

Opacity

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

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

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

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

This text has shadow with #DBF6D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF6D4.

Preview

Color preview on black background

This text has color #DBF6D4 on black background.


Color preview on white background

This text has color #DBF6D4 on white background.


Black color preview on #DBF6D4 background

This text has black color on #DBF6D4 background.


White color preview on #DBF6D4 background

This text has white color on #DBF6D4 background.


Related colors

Complementary color

Complementary color for #hex is #24092B.


I love getcolorcode.com

Triadic colors

1 #D4DBF6 and #F6D4DB with #DBF6D4 are triadic colors.

2 #D4F6DB and #F6DBD4 with #DBF6D4 are triadic colors.