COLOR #DBF2E0

HEX: #DBF2E0
RGB: (219,242,224)

Color info

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

RGB color model

#DBF2E0 color RGB value is (219,242,224).

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

RGB channels and saturation

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

219
242
224

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

Portions of RGB colors in percentages

R + G + B =
219 + 242 + 224 = 685 (100%)
R 219 of 685 ~ 31.97%
G 242 of 685 ~ 35.33%
B 224 of 685 ~ 32.7%

%31.97
%35.33
%32.7

CMYK color model

#DBF2E0 color CMYK value is (10,0,7,5).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 7.44%
  • key color value is 5.10%
CMYK:
(10,0,7,5)
C10M0Y7K5 
(10%,0%,7%,5%)
(0.10/0.00/0.07/0.05)	

CMYK percentages

%9.5
%0
%7.44
%5.1

Codes

Color #DBF2E0 in popluar color models

DBF2E0
RGB219242224
HSL133°46.94%90.39%
HSB/HSV133°9.50%94.90%
CMYK9.50%0.00%7.44%
5.10%

Color #DBF2E0 in popluar number systems.

HEXDBF2E0
Decimal219242224
Binary110110111111001011100000
Octal333362340

Shades and tints

Shades of #DBF2E0

#DBF2E0
(219,242,224)
#C8DCCC
(200,220,204)
#B5C6B8
(181,198,184)
#A2B0A4
(162,176,164)
#8F9A90
(143,154,144)
#7C847C
(124,132,124)
#696E68
(105,110,104)
#565854
(86,88,84)
#434240
(67,66,64)
#302C2C
(48,44,44)
#1D1618
(29,22,24)
#000000
(0,0,0)

Tints of #DBF2E0

#DBF2E0
(219,242,224)
#DEF3E2
(222,243,226)
#E1F4E4
(225,244,228)
#E4F5E6
(228,245,230)
#E7F6E8
(231,246,232)
#EAF7EA
(234,247,234)
#EDF8EC
(237,248,236)
#F0F9EE
(240,249,238)
#F3FAF0
(243,250,240)
#F6FBF2
(246,251,242)
#F9FCF4
(249,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF2E0; }

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

This text font color is #DBF2E0.


Background Color

.myBgColor { background-color: #DBF2E0; }

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

This div background color is #DBF2E0.


Border color

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

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

This div border color is #DBF2E0.


Opacity

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

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

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

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

This text has shadow with #DBF2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF2E0 on black background.


Color preview on white background

This text has color #DBF2E0 on white background.



Black color preview on #DBF2E0 background

This text has black color on #DBF2E0 background.


White color preview on #DBF2E0 background

This text has white color on #DBF2E0 background.