COLOR #DBFAE1

HEX: #DBFAE1 RGB: (219,250,225)

Color info

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

RGB color model

#DBFAE1 color RGB value is (219,250,225).

RGB: (219,250,225) (86%, 98%, 88%)

RGB channels and saturation

R 219 of 255 = 86%
G 250 of 255 = 98%
B 225 of 255 = 88%

219
250
225

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

Portions of RGB colors in percentages

R + G + B = 219 + 250 + 225 = 694 (100%)
R 219 of 694 ~ 31.56%
G 250 of 694 ~ 36.02%
B 225 of 694 ~ 32.42'%

%31.56
%36.02
%32.42

CMYK color model

#DBFAE1 color CMYK value is (12,0,10,2).

  • cyan value is 12.40%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 1.96%
CMYK: (12,0,10,2) C12M0Y10K2 (12%,0%,10%,2%) (0.12/0.00/0.10/0.02) 

CMYK percentages

%12.4
%0
%10
%1.96

Codes

Color #DBFAE1 in popluar color models

DB FA E1
RGB 219 250 225
HSL 132° 75.61% 91.96%
HSB/HSV 132° 12.40% 98.04%
CMYK 12.40% 0.00% 10.00%
1.96%

Color #DBFAE1 in popluar number systems.

HEX DB FA E1
Decimal 219 250 225
Binary 11011011 11111010 11100001
Octal 333 372 341

Shades and tints

Shades of #DBFAE1

#DBFAE1
(219,250,225)
#C8E4CD
(200,228,205)
#B5CEB9
(181,206,185)
#A2B8A5
(162,184,165)
#8FA291
(143,162,145)
#7C8C7D
(124,140,125)
#697669
(105,118,105)
#566055
(86,96,85)
#434A41
(67,74,65)
#30342D
(48,52,45)
#1D1E19
(29,30,25)
#000000
(0,0,0)

Tints of #DBFAE1

#DBFAE1
(219,250,225)
#DEFAE3
(222,250,227)
#E1FAE5
(225,250,229)
#E4FAE7
(228,250,231)
#E7FAE9
(231,250,233)
#EAFAEB
(234,250,235)
#EDFAED
(237,250,237)
#F0FAEF
(240,250,239)
#F3FAF1
(243,250,241)
#F6FAF3
(246,250,243)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFAE1; }

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

This text font color is #DBFAE1.

Background Color

.myBgColor { background-color: #DBFAE1; }

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

This div background color is #DBFAE1.

Border color

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

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

This div border color is #DBFAE1.

Opacity

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

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

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

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

This text has shadow with #DBFAE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFAE1.

Preview

Color preview on black background

This text has color #DBFAE1 on black background.


Color preview on white background

This text has color #DBFAE1 on white background.


Black color preview on #DBFAE1 background

This text has black color on #DBFAE1 background.


White color preview on #DBFAE1 background

This text has white color on #DBFAE1 background.


Related colors

Complementary color

Complementary color for #hex is #24051E.


I love getcolorcode.com

Triadic colors

1 #E1DBFA and #FAE1DB with #DBFAE1 are triadic colors.

2 #E1FADB and #FADBE1 with #DBFAE1 are triadic colors.