COLOR #DBFDE3

HEX: #DBFDE3 RGB: (219,253,227)

Color info

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

RGB color model

#DBFDE3 color RGB value is (219,253,227).

RGB: (219,253,227) (86%, 99%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 253 of 255 = 99%
B 227 of 255 = 89%

219
253
227

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

Portions of RGB colors in percentages

R + G + B = 219 + 253 + 227 = 699 (100%)
R 219 of 699 ~ 31.33%
G 253 of 699 ~ 36.19%
B 227 of 699 ~ 32.47'%

%31.33
%36.19
%32.47

CMYK color model

#DBFDE3 color CMYK value is (13,0,10,1).

  • cyan value is 13.44%
  • magenta value is 0.00%
  • yellow value is 10.28%
  • key color value is 0.78%

CMYK: (13,0,10,1)
C13M0Y10K1 (13%, 0%, 10%, 1%)
(0.13 / 0.00 / 0.10 / 0.01)

CMYK percentages

%13.44
%0
%10.28
%0.78

Codes

Color #DBFDE3 in popluar color models

DB FD E3
RGB 219 253 227
HSL 134° 89.47% 92.55%
HSB/HSV 134° 13.44% 99.22%
CMYK 13.44% 0.00% 10.28%
0.78%

Color #DBFDE3 in popluar number systems.

HEX DB FD E3
Decimal 219 253 227
Binary 11011011 11111101 11100011
Octal 333 375 343

Shades and tints

Shades of #DBFDE3

#DBFDE3
(219,253,227)
#C8E6CF
(200,230,207)
#B5CFBB
(181,207,187)
#A2B8A7
(162,184,167)
#8FA193
(143,161,147)
#7C8A7F
(124,138,127)
#69736B
(105,115,107)
#565C57
(86,92,87)
#434543
(67,69,67)
#302E2F
(48,46,47)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #DBFDE3

#DBFDE3
(219,253,227)
#DEFDE5
(222,253,229)
#E1FDE7
(225,253,231)
#E4FDE9
(228,253,233)
#E7FDEB
(231,253,235)
#EAFDED
(234,253,237)
#EDFDEF
(237,253,239)
#F0FDF1
(240,253,241)
#F3FDF3
(243,253,243)
#F6FDF5
(246,253,245)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFDE3; }

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

This text font color is #DBFDE3.

Background Color

.myBgColor { background-color: #DBFDE3; }

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

This div background color is #DBFDE3.

Border color

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

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

This div border color is #DBFDE3.

Opacity

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

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

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

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

This text has shadow with #DBFDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBFDE3.

Preview

Color preview on black background

This text has color #DBFDE3 on black background.


Color preview on white background

This text has color #DBFDE3 on white background.


Black color preview on #DBFDE3 background

This text has black color on #DBFDE3 background.


White color preview on #DBFDE3 background

This text has white color on #DBFDE3 background.


Related colors

Complementary color

Complementary color for #hex is #24021C.


I love getcolorcode.com

Triadic colors

1 #E3DBFD and #FDE3DB with #DBFDE3 are triadic colors.

2 #E3FDDB and #FDDBE3 with #DBFDE3 are triadic colors.