COLOR #DBF8E6

HEX: #DBF8E6
RGB: (219,248,230)

Color info

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

RGB color model

#DBF8E6 color RGB value is (219,248,230).

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

RGB channels and saturation

R 219 of 255 = 86%
G 248 of 255 = 97%
B 230 of 255 = 90%

219
248
230

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

Portions of RGB colors in percentages

R + G + B =
219 + 248 + 230 = 697 (100%)
R 219 of 697 ~ 31.42%
G 248 of 697 ~ 35.58%
B 230 of 697 ~ 33%

%31.42
%35.58
%33

CMYK color model

#DBF8E6 color CMYK value is (12,0,7,3).

  • cyan value is 11.69%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 2.75%
CMYK:
(12,0,7,3)
C12M0Y7K3 
(12%,0%,7%,3%)
(0.12/0.00/0.07/0.03)	

CMYK percentages

%11.69
%0
%7.26
%2.75

Codes

Color #DBF8E6 in popluar color models

DBF8E6
RGB219248230
HSL143°67.44%91.57%
HSB/HSV143°11.69%97.25%
CMYK11.69%0.00%7.26%
2.75%

Color #DBF8E6 in popluar number systems.

HEXDBF8E6
Decimal219248230
Binary110110111111100011100110
Octal333370346

Shades and tints

Shades of #DBF8E6

#DBF8E6
(219,248,230)
#C8E2D2
(200,226,210)
#B5CCBE
(181,204,190)
#A2B6AA
(162,182,170)
#8FA096
(143,160,150)
#7C8A82
(124,138,130)
#69746E
(105,116,110)
#565E5A
(86,94,90)
#434846
(67,72,70)
#303232
(48,50,50)
#1D1C1E
(29,28,30)
#000000
(0,0,0)

Tints of #DBF8E6

#DBF8E6
(219,248,230)
#DEF8E8
(222,248,232)
#E1F8EA
(225,248,234)
#E4F8EC
(228,248,236)
#E7F8EE
(231,248,238)
#EAF8F0
(234,248,240)
#EDF8F2
(237,248,242)
#F0F8F4
(240,248,244)
#F3F8F6
(243,248,246)
#F6F8F8
(246,248,248)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF8E6; }

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

This text font color is #DBF8E6.


Background Color

.myBgColor { background-color: #DBF8E6; }

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

This div background color is #DBF8E6.


Border color

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

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

This div border color is #DBF8E6.


Opacity

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

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

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

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

This text has shadow with #DBF8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF8E6 on black background.


Color preview on white background

This text has color #DBF8E6 on white background.



Black color preview on #DBF8E6 background

This text has black color on #DBF8E6 background.


White color preview on #DBF8E6 background

This text has white color on #DBF8E6 background.