COLOR #DBF9E4

HEX: #DBF9E4
RGB: (219,249,228)

Color info

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

RGB color model

#DBF9E4 color RGB value is (219,249,228).

  • red value is 219;
  • green value is 249;
  • blue value is 228.
RGB:
(219,249,228)
(86%,98%,89%)

RGB channels and saturation

R 219 of 255 = 86%
G 249 of 255 = 98%
B 228 of 255 = 89%

219
249
228

R + G + B ~ 91%. #DBF9E4 is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 249 + 228 = 696 (100%)
R 219 of 696 ~ 31.47%
G 249 of 696 ~ 35.78%
B 228 of 696 ~ 32.76%

%31.47
%35.78
%32.76

CMYK color model

#DBF9E4 color CMYK value is (12,0,8,2).

  • cyan value is 12.05%
  • magenta value is 0.00%
  • yellow value is 8.43%
  • key color value is 2.35%
CMYK:
(12,0,8,2)
C12M0Y8K2 
(12%,0%,8%,2%)
(0.12/0.00/0.08/0.02)	

CMYK percentages

%12.05
%0
%8.43
%2.35

Codes

Color #DBF9E4 in popluar color models

DBF9E4
RGB219249228
HSL138°71.43%91.76%
HSB/HSV138°12.05%97.65%
CMYK12.05%0.00%8.43%
2.35%

Color #DBF9E4 in popluar number systems.

HEXDBF9E4
Decimal219249228
Binary110110111111100111100100
Octal333371344

Shades and tints

Shades of #DBF9E4

#DBF9E4
(219,249,228)
#C8E3D0
(200,227,208)
#B5CDBC
(181,205,188)
#A2B7A8
(162,183,168)
#8FA194
(143,161,148)
#7C8B80
(124,139,128)
#69756C
(105,117,108)
#565F58
(86,95,88)
#434944
(67,73,68)
#303330
(48,51,48)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #DBF9E4

#DBF9E4
(219,249,228)
#DEF9E6
(222,249,230)
#E1F9E8
(225,249,232)
#E4F9EA
(228,249,234)
#E7F9EC
(231,249,236)
#EAF9EE
(234,249,238)
#EDF9F0
(237,249,240)
#F0F9F2
(240,249,242)
#F3F9F4
(243,249,244)
#F6F9F6
(246,249,246)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF9E4 color. Also use rgb(219,249,228) instead hex code.

Text Font Color

.myTextColor { color: #DBF9E4; }

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

This text font color is #DBF9E4.


Background Color

.myBgColor { background-color: #DBF9E4; }

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

This div background color is #DBF9E4.


Border color

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

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

This div border color is #DBF9E4.


Opacity

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

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

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

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

This text has shadow with #DBF9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF9E4 on black background.


Color preview on white background

This text has color #DBF9E4 on white background.



Black color preview on #DBF9E4 background

This text has black color on #DBF9E4 background.


White color preview on #DBF9E4 background

This text has white color on #DBF9E4 background.