COLOR #DBFAE4

HEX: #DBFAE4
RGB: (219,250,228)

Color info

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

RGB color model

#DBFAE4 color RGB value is (219,250,228).

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

RGB channels and saturation

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

219
250
228

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

Portions of RGB colors in percentages

R + G + B =
219 + 250 + 228 = 697 (100%)
R 219 of 697 ~ 31.42%
G 250 of 697 ~ 35.87%
B 228 of 697 ~ 32.71%

%31.42
%35.87
%32.71

CMYK color model

#DBFAE4 color CMYK value is (12,0,9,2).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(12,0,9,2)
C12M0Y9K2 
(12%,0%,9%,2%)
(0.12/0.00/0.09/0.02)	

CMYK percentages

%12.4
%0
%8.8
%1.96

Codes

Color #DBFAE4 in popluar color models

DBFAE4
RGB219250228
HSL137°75.61%91.96%
HSB/HSV137°12.40%98.04%
CMYK12.40%0.00%8.80%
1.96%

Color #DBFAE4 in popluar number systems.

HEXDBFAE4
Decimal219250228
Binary110110111111101011100100
Octal333372344

Shades and tints

Shades of #DBFAE4

#DBFAE4
(219,250,228)
#C8E4D0
(200,228,208)
#B5CEBC
(181,206,188)
#A2B8A8
(162,184,168)
#8FA294
(143,162,148)
#7C8C80
(124,140,128)
#69766C
(105,118,108)
#566058
(86,96,88)
#434A44
(67,74,68)
#303430
(48,52,48)
#1D1E1C
(29,30,28)
#000000
(0,0,0)

Tints of #DBFAE4

#DBFAE4
(219,250,228)
#DEFAE6
(222,250,230)
#E1FAE8
(225,250,232)
#E4FAEA
(228,250,234)
#E7FAEC
(231,250,236)
#EAFAEE
(234,250,238)
#EDFAF0
(237,250,240)
#F0FAF2
(240,250,242)
#F3FAF4
(243,250,244)
#F6FAF6
(246,250,246)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFAE4; }

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

This text font color is #DBFAE4.


Background Color

.myBgColor { background-color: #DBFAE4; }

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

This div background color is #DBFAE4.


Border color

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

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

This div border color is #DBFAE4.


Opacity

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

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

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

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

This text has shadow with #DBFAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFAE4 on black background.


Color preview on white background

This text has color #DBFAE4 on white background.



Black color preview on #DBFAE4 background

This text has black color on #DBFAE4 background.


White color preview on #DBFAE4 background

This text has white color on #DBFAE4 background.