COLOR #DBF3D6

HEX: #DBF3D6 RGB: (219,243,214)

Color info

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

RGB color model

#DBF3D6 color RGB value is (219,243,214).

RGB: (219,243,214) (86%, 95%, 84%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 214 of 255 = 84%

219
243
214

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

Portions of RGB colors in percentages

R + G + B = 219 + 243 + 214 = 676 (100%)
R 219 of 676 ~ 32.4%
G 243 of 676 ~ 35.95%
B 214 of 676 ~ 31.66'%

%32.4
%35.95
%31.66

CMYK color model

#DBF3D6 color CMYK value is (10,0,12,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 11.93%
  • key color value is 4.71%

CMYK: (10,0,12,5)
C10M0Y12K5 (10%, 0%, 12%, 5%)
(0.10 / 0.00 / 0.12 / 0.05)

CMYK percentages

%9.88
%0
%11.93
%4.71

Codes

Color #DBF3D6 in popluar color models

DB F3 D6
RGB 219 243 214
HSL 110° 54.72% 89.61%
HSB/HSV 110° 11.93% 95.29%
CMYK 9.88% 0.00% 11.93%
4.71%

Color #DBF3D6 in popluar number systems.

HEX DB F3 D6
Decimal 219 243 214
Binary 11011011 11110011 11010110
Octal 333 363 326

Shades and tints

Shades of #DBF3D6

#DBF3D6
(219,243,214)
#C8DDC3
(200,221,195)
#B5C7B0
(181,199,176)
#A2B19D
(162,177,157)
#8F9B8A
(143,155,138)
#7C8577
(124,133,119)
#696F64
(105,111,100)
#565951
(86,89,81)
#43433E
(67,67,62)
#302D2B
(48,45,43)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #DBF3D6

#DBF3D6
(219,243,214)
#DEF4D9
(222,244,217)
#E1F5DC
(225,245,220)
#E4F6DF
(228,246,223)
#E7F7E2
(231,247,226)
#EAF8E5
(234,248,229)
#EDF9E8
(237,249,232)
#F0FAEB
(240,250,235)
#F3FBEE
(243,251,238)
#F6FCF1
(246,252,241)
#F9FDF4
(249,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF3D6 color. Also use rgb(219,243,214) instead hex code.

Text Font Color

.myTextColor { color: #DBF3D6; }

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

This text font color is #DBF3D6.

Background Color

.myBgColor { background-color: #DBF3D6; }

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

This div background color is #DBF3D6.

Border color

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

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

This div border color is #DBF3D6.

Opacity

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

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

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

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

This text has shadow with #DBF3D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF3D6.

Preview

Color preview on black background

This text has color #DBF3D6 on black background.


Color preview on white background

This text has color #DBF3D6 on white background.


Black color preview on #DBF3D6 background

This text has black color on #DBF3D6 background.


White color preview on #DBF3D6 background

This text has white color on #DBF3D6 background.


Related colors

Complementary color

Complementary color for #hex is #240C29.


I love getcolorcode.com

Triadic colors

1 #D6DBF3 and #F3D6DB with #DBF3D6 are triadic colors.

2 #D6F3DB and #F3DBD6 with #DBF3D6 are triadic colors.