COLOR #DBFBE6

HEX: #DBFBE6
RGB: (219,251,230)

Color info

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

RGB color model

#DBFBE6 color RGB value is (219,251,230).

  • red value is 219;
  • green value is 251;
  • blue value is 230.
RGB:
(219,251,230)
(86%,98%,90%)

RGB channels and saturation

R 219 of 255 = 86%
G 251 of 255 = 98%
B 230 of 255 = 90%

219
251
230

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

Portions of RGB colors in percentages

R + G + B =
219 + 251 + 230 = 700 (100%)
R 219 of 700 ~ 31.29%
G 251 of 700 ~ 35.86%
B 230 of 700 ~ 32.86%

%31.29
%35.86
%32.86

CMYK color model

#DBFBE6 color CMYK value is (13,0,8,2).

  • cyan value is 12.75%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 1.57%
CMYK:
(13,0,8,2)
C13M0Y8K2 
(13%,0%,8%,2%)
(0.13/0.00/0.08/0.02)	

CMYK percentages

%12.75
%0
%8.37
%1.57

Codes

Color #DBFBE6 in popluar color models

DBFBE6
RGB219251230
HSL141°80.00%92.16%
HSB/HSV141°12.75%98.43%
CMYK12.75%0.00%8.37%
1.57%

Color #DBFBE6 in popluar number systems.

HEXDBFBE6
Decimal219251230
Binary110110111111101111100110
Octal333373346

Shades and tints

Shades of #DBFBE6

#DBFBE6
(219,251,230)
#C8E5D2
(200,229,210)
#B5CFBE
(181,207,190)
#A2B9AA
(162,185,170)
#8FA396
(143,163,150)
#7C8D82
(124,141,130)
#69776E
(105,119,110)
#56615A
(86,97,90)
#434B46
(67,75,70)
#303532
(48,53,50)
#1D1F1E
(29,31,30)
#000000
(0,0,0)

Tints of #DBFBE6

#DBFBE6
(219,251,230)
#DEFBE8
(222,251,232)
#E1FBEA
(225,251,234)
#E4FBEC
(228,251,236)
#E7FBEE
(231,251,238)
#EAFBF0
(234,251,240)
#EDFBF2
(237,251,242)
#F0FBF4
(240,251,244)
#F3FBF6
(243,251,246)
#F6FBF8
(246,251,248)
#F9FBFA
(249,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBFBE6 color. Also use rgb(219,251,230) instead hex code.

Text Font Color

.myTextColor { color: #DBFBE6; }

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

This text font color is #DBFBE6.


Background Color

.myBgColor { background-color: #DBFBE6; }

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

This div background color is #DBFBE6.


Border color

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

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

This div border color is #DBFBE6.


Opacity

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

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

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

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

This text has shadow with #DBFBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBFBE6 on black background.


Color preview on white background

This text has color #DBFBE6 on white background.



Black color preview on #DBFBE6 background

This text has black color on #DBFBE6 background.


White color preview on #DBFBE6 background

This text has white color on #DBFBE6 background.