COLOR #DBF8E4

HEX: #DBF8E4 RGB: (219,248,228)

Color info

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

RGB color model

#DBF8E4 color RGB value is (219,248,228).

RGB: (219,248,228) (86%, 97%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 228 of 255 = 89%

219
248
228

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

Portions of RGB colors in percentages

R + G + B = 219 + 248 + 228 = 695 (100%)
R 219 of 695 ~ 31.51%
G 248 of 695 ~ 35.68%
B 228 of 695 ~ 32.81'%

%31.51
%35.68
%32.81

CMYK color model

#DBF8E4 color CMYK value is (12,0,8,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 8.06%
  • key color value is 2.75%
CMYK: (12,0,8,3) C12M0Y8K3 (12%,0%,8%,3%) (0.12/0.00/0.08/0.03) 

CMYK percentages

%11.69
%0
%8.06
%2.75

Codes

Color #DBF8E4 in popluar color models

DB F8 E4
RGB 219 248 228
HSL 139° 67.44% 91.57%
HSB/HSV 139° 11.69% 97.25%
CMYK 11.69% 0.00% 8.06%
2.75%

Color #DBF8E4 in popluar number systems.

HEX DB F8 E4
Decimal 219 248 228
Binary 11011011 11111000 11100100
Octal 333 370 344

Shades and tints

Shades of #DBF8E4

#DBF8E4
(219,248,228)
#C8E2D0
(200,226,208)
#B5CCBC
(181,204,188)
#A2B6A8
(162,182,168)
#8FA094
(143,160,148)
#7C8A80
(124,138,128)
#69746C
(105,116,108)
#565E58
(86,94,88)
#434844
(67,72,68)
#303230
(48,50,48)
#1D1C1C
(29,28,28)
#000000
(0,0,0)

Tints of #DBF8E4

#DBF8E4
(219,248,228)
#DEF8E6
(222,248,230)
#E1F8E8
(225,248,232)
#E4F8EA
(228,248,234)
#E7F8EC
(231,248,236)
#EAF8EE
(234,248,238)
#EDF8F0
(237,248,240)
#F0F8F2
(240,248,242)
#F3F8F4
(243,248,244)
#F6F8F6
(246,248,246)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8E4; }

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

This text font color is #DBF8E4.

Background Color

.myBgColor { background-color: #DBF8E4; }

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

This div background color is #DBF8E4.

Border color

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

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

This div border color is #DBF8E4.

Opacity

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

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

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

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

This text has shadow with #DBF8E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF8E4.

Preview

Color preview on black background

This text has color #DBF8E4 on black background.


Color preview on white background

This text has color #DBF8E4 on white background.


Black color preview on #DBF8E4 background

This text has black color on #DBF8E4 background.


White color preview on #DBF8E4 background

This text has white color on #DBF8E4 background.


Related colors

Complementary color

Complementary color for #hex is #24071B.


I love getcolorcode.com

Triadic colors

1 #E4DBF8 and #F8E4DB with #DBF8E4 are triadic colors.

2 #E4F8DB and #F8DBE4 with #DBF8E4 are triadic colors.