COLOR #DBF1E0

HEX: #DBF1E0
RGB: (219,241,224)

Color info

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

RGB color model

#DBF1E0 color RGB value is (219,241,224).

  • red value is 219;
  • green value is 241;
  • blue value is 224.
RGB:
(219,241,224)
(86%,95%,88%)

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 224 of 255 = 88%

219
241
224

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

Portions of RGB colors in percentages

R + G + B =
219 + 241 + 224 = 684 (100%)
R 219 of 684 ~ 32.02%
G 241 of 684 ~ 35.23%
B 224 of 684 ~ 32.75%

%32.02
%35.23
%32.75

CMYK color model

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

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 7.05%
  • key color value is 5.49%
CMYK:
(9,0,7,5)
C9M0Y7K5 
(9%,0%,7%,5%)
(0.09/0.00/0.07/0.05)	

CMYK percentages

%9.13
%0
%7.05
%5.49

Codes

Color #DBF1E0 in popluar color models

DBF1E0
RGB219241224
HSL134°44.00%90.20%
HSB/HSV134°9.13%94.51%
CMYK9.13%0.00%7.05%
5.49%

Color #DBF1E0 in popluar number systems.

HEXDBF1E0
Decimal219241224
Binary110110111111000111100000
Octal333361340

Shades and tints

Shades of #DBF1E0

#DBF1E0
(219,241,224)
#C8DCCC
(200,220,204)
#B5C7B8
(181,199,184)
#A2B2A4
(162,178,164)
#8F9D90
(143,157,144)
#7C887C
(124,136,124)
#697368
(105,115,104)
#565E54
(86,94,84)
#434940
(67,73,64)
#30342C
(48,52,44)
#1D1F18
(29,31,24)
#000000
(0,0,0)

Tints of #DBF1E0

#DBF1E0
(219,241,224)
#DEF2E2
(222,242,226)
#E1F3E4
(225,243,228)
#E4F4E6
(228,244,230)
#E7F5E8
(231,245,232)
#EAF6EA
(234,246,234)
#EDF7EC
(237,247,236)
#F0F8EE
(240,248,238)
#F3F9F0
(243,249,240)
#F6FAF2
(246,250,242)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF1E0; }

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

This text font color is #DBF1E0.


Background Color

.myBgColor { background-color: #DBF1E0; }

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

This div background color is #DBF1E0.


Border color

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

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

This div border color is #DBF1E0.


Opacity

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

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

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

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

This text has shadow with #DBF1E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF1E0 on black background.


Color preview on white background

This text has color #DBF1E0 on white background.



Black color preview on #DBF1E0 background

This text has black color on #DBF1E0 background.


White color preview on #DBF1E0 background

This text has white color on #DBF1E0 background.