COLOR #DBF6E1

HEX: #DBF6E1 RGB: (219,246,225)

Color info

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

RGB color model

#DBF6E1 color RGB value is (219,246,225).

RGB: (219,246,225) (86%, 96%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 246 of 255 = 96%
B 225 of 255 = 88%

219
246
225

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

Portions of RGB colors in percentages

R + G + B = 219 + 246 + 225 = 690 (100%)
R 219 of 690 ~ 31.74%
G 246 of 690 ~ 35.65%
B 225 of 690 ~ 32.61'%

%31.74
%35.65
%32.61

CMYK color model

#DBF6E1 color CMYK value is (11,0,9,4).

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

CMYK: (11,0,9,4)
C11M0Y9K4 (11%, 0%, 9%, 4%)
(0.11 / 0.00 / 0.09 / 0.04)

CMYK percentages

%10.98
%0
%8.54
%3.53

Codes

Color #DBF6E1 in popluar color models

DB F6 E1
RGB 219 246 225
HSL 133° 60.00% 91.18%
HSB/HSV 133° 10.98% 96.47%
CMYK 10.98% 0.00% 8.54%
3.53%

Color #DBF6E1 in popluar number systems.

HEX DB F6 E1
Decimal 219 246 225
Binary 11011011 11110110 11100001
Octal 333 366 341

Shades and tints

Shades of #DBF6E1

#DBF6E1
(219,246,225)
#C8E0CD
(200,224,205)
#B5CAB9
(181,202,185)
#A2B4A5
(162,180,165)
#8F9E91
(143,158,145)
#7C887D
(124,136,125)
#697269
(105,114,105)
#565C55
(86,92,85)
#434641
(67,70,65)
#30302D
(48,48,45)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #DBF6E1

#DBF6E1
(219,246,225)
#DEF6E3
(222,246,227)
#E1F6E5
(225,246,229)
#E4F6E7
(228,246,231)
#E7F6E9
(231,246,233)
#EAF6EB
(234,246,235)
#EDF6ED
(237,246,237)
#F0F6EF
(240,246,239)
#F3F6F1
(243,246,241)
#F6F6F3
(246,246,243)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF6E1; }

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

This text font color is #DBF6E1.

Background Color

.myBgColor { background-color: #DBF6E1; }

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

This div background color is #DBF6E1.

Border color

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

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

This div border color is #DBF6E1.

Opacity

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

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

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

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

This text has shadow with #DBF6E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF6E1.

Preview

Color preview on black background

This text has color #DBF6E1 on black background.


Color preview on white background

This text has color #DBF6E1 on white background.


Black color preview on #DBF6E1 background

This text has black color on #DBF6E1 background.


White color preview on #DBF6E1 background

This text has white color on #DBF6E1 background.


Related colors

Complementary color

Complementary color for #hex is #24091E.


I love getcolorcode.com

Triadic colors

1 #E1DBF6 and #F6E1DB with #DBF6E1 are triadic colors.

2 #E1F6DB and #F6DBE1 with #DBF6E1 are triadic colors.