COLOR #DBFEE7

HEX: #DBFEE7
RGB: (219,254,231)

Color info

#DBFEE7 contains red, green and blue colors in about the same proportion. Web safe color of #DBFEE7 is #CCFFFF (or #CFF).

RGB color model

#DBFEE7 color RGB value is (219,254,231).

  • red value is 219;
  • green value is 254;
  • blue value is 231.
RGB:
(219,254,231)
(86%,100%,91%)

RGB channels and saturation

R 219 of 255 = 86%
G 254 of 255 = 100%
B 231 of 255 = 91%

219
254
231

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

Portions of RGB colors in percentages

R + G + B =
219 + 254 + 231 = 704 (100%)
R 219 of 704 ~ 31.11%
G 254 of 704 ~ 36.08%
B 231 of 704 ~ 32.81%

%31.11
%36.08
%32.81

CMYK color model

#DBFEE7 color CMYK value is (14,0,9,0).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 9.06%
  • key color value is 0.39%
CMYK:
(14,0,9,0)
C14M0Y9K0 
(14%,0%,9%,0%)
(0.14/0.00/0.09/0.00)	

CMYK percentages

%13.78
%0
%9.06
%0.39

Codes

Color #DBFEE7 in popluar color models

DBFEE7
RGB219254231
HSL141°94.59%92.75%
HSB/HSV141°13.78%99.61%
CMYK13.78%0.00%9.06%
0.39%

Color #DBFEE7 in popluar number systems.

HEXDBFEE7
Decimal219254231
Binary110110111111111011100111
Octal333376347

Shades and tints

Shades of #DBFEE7

#DBFEE7
(219,254,231)
#C8E7D2
(200,231,210)
#B5D0BD
(181,208,189)
#A2B9A8
(162,185,168)
#8FA293
(143,162,147)
#7C8B7E
(124,139,126)
#697469
(105,116,105)
#565D54
(86,93,84)
#43463F
(67,70,63)
#302F2A
(48,47,42)
#1D1815
(29,24,21)
#000000
(0,0,0)

Tints of #DBFEE7

#DBFEE7
(219,254,231)
#DEFEE9
(222,254,233)
#E1FEEB
(225,254,235)
#E4FEED
(228,254,237)
#E7FEEF
(231,254,239)
#EAFEF1
(234,254,241)
#EDFEF3
(237,254,243)
#F0FEF5
(240,254,245)
#F3FEF7
(243,254,247)
#F6FEF9
(246,254,249)
#F9FEFB
(249,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBFEE7; }

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

This text font color is #DBFEE7.


Background Color

.myBgColor { background-color: #DBFEE7; }

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

This div background color is #DBFEE7.


Border color

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

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

This div border color is #DBFEE7.


Opacity

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

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

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

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

This text has shadow with #DBFEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFEE7 on black background.


Color preview on white background

This text has color #DBFEE7 on white background.



Black color preview on #DBFEE7 background

This text has black color on #DBFEE7 background.


White color preview on #DBFEE7 background

This text has white color on #DBFEE7 background.