COLOR #DBFEE3

HEX: #DBFEE3 RGB: (219,254,227)

Color info

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

RGB color model

#DBFEE3 color RGB value is (219,254,227).

RGB: (219,254,227) (86%, 100%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 254 of 255 = 100%
B 227 of 255 = 89%

219
254
227

R + G + B ~ 92%. #DBFEE3 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 254 + 227 = 700 (100%)
R 219 of 700 ~ 31.29%
G 254 of 700 ~ 36.29%
B 227 of 700 ~ 32.43'%

%31.29
%36.29
%32.43

CMYK color model

#DBFEE3 color CMYK value is (14,0,11,0).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 0.39%

CMYK: (14,0,11,0)
C14M0Y11K0 (14%, 0%, 11%, 0%)
(0.14 / 0.00 / 0.11 / 0.00)

CMYK percentages

%13.78
%0
%10.63
%0.39

Codes

Color #DBFEE3 in popluar color models

DB FE E3
RGB 219 254 227
HSL 134° 94.59% 92.75%
HSB/HSV 134° 13.78% 99.61%
CMYK 13.78% 0.00% 10.63%
0.39%

Color #DBFEE3 in popluar number systems.

HEX DB FE E3
Decimal 219 254 227
Binary 11011011 11111110 11100011
Octal 333 376 343

Shades and tints

Shades of #DBFEE3

#DBFEE3
(219,254,227)
#C8E7CF
(200,231,207)
#B5D0BB
(181,208,187)
#A2B9A7
(162,185,167)
#8FA293
(143,162,147)
#7C8B7F
(124,139,127)
#69746B
(105,116,107)
#565D57
(86,93,87)
#434643
(67,70,67)
#302F2F
(48,47,47)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #DBFEE3

#DBFEE3
(219,254,227)
#DEFEE5
(222,254,229)
#E1FEE7
(225,254,231)
#E4FEE9
(228,254,233)
#E7FEEB
(231,254,235)
#EAFEED
(234,254,237)
#EDFEEF
(237,254,239)
#F0FEF1
(240,254,241)
#F3FEF3
(243,254,243)
#F6FEF5
(246,254,245)
#F9FEF7
(249,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFEE3 color. Also use rgb(219,254,227) instead hex code.

Text Font Color

.myTextColor { color: #DBFEE3; }

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

This text font color is #DBFEE3.

Background Color

.myBgColor { background-color: #DBFEE3; }

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

This div background color is #DBFEE3.

Border color

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

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

This div border color is #DBFEE3.

Opacity

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

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

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

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

This text has shadow with #DBFEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFEE3.

Preview

Color preview on black background

This text has color #DBFEE3 on black background.


Color preview on white background

This text has color #DBFEE3 on white background.


Black color preview on #DBFEE3 background

This text has black color on #DBFEE3 background.


White color preview on #DBFEE3 background

This text has white color on #DBFEE3 background.


Related colors

Complementary color

Complementary color for #hex is #24011C.


I love getcolorcode.com

Triadic colors

1 #E3DBFE and #FEE3DB with #DBFEE3 are triadic colors.

2 #E3FEDB and #FEDBE3 with #DBFEE3 are triadic colors.