COLOR #DBF0EA

HEX: #DBF0EA
RGB: (219,240,234)

Color info

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

RGB color model

#DBF0EA color RGB value is (219,240,234).

  • red value is 219;
  • green value is 240;
  • blue value is 234.
RGB:
(219,240,234)
(86%,94%,92%)

RGB channels and saturation

R 219 of 255 = 86%
G 240 of 255 = 94%
B 234 of 255 = 92%

219
240
234

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

Portions of RGB colors in percentages

R + G + B =
219 + 240 + 234 = 693 (100%)
R 219 of 693 ~ 31.6%
G 240 of 693 ~ 34.63%
B 234 of 693 ~ 33.77%

%31.6
%34.63
%33.77

CMYK color model

#DBF0EA color CMYK value is (9,0,3,6).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(9,0,3,6)
C9M0Y3K6 
(9%,0%,3%,6%)
(0.09/0.00/0.03/0.06)	

CMYK percentages

%8.75
%0
%2.5
%5.88

Codes

Color #DBF0EA in popluar color models

DBF0EA
RGB219240234
HSL163°41.18%90.00%
HSB/HSV163°8.75%94.12%
CMYK8.75%0.00%2.50%
5.88%

Color #DBF0EA in popluar number systems.

HEXDBF0EA
Decimal219240234
Binary110110111111000011101010
Octal333360352

Shades and tints

Shades of #DBF0EA

#DBF0EA
(219,240,234)
#C8DBD5
(200,219,213)
#B5C6C0
(181,198,192)
#A2B1AB
(162,177,171)
#8F9C96
(143,156,150)
#7C8781
(124,135,129)
#69726C
(105,114,108)
#565D57
(86,93,87)
#434842
(67,72,66)
#30332D
(48,51,45)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #DBF0EA

#DBF0EA
(219,240,234)
#DEF1EB
(222,241,235)
#E1F2EC
(225,242,236)
#E4F3ED
(228,243,237)
#E7F4EE
(231,244,238)
#EAF5EF
(234,245,239)
#EDF6F0
(237,246,240)
#F0F7F1
(240,247,241)
#F3F8F2
(243,248,242)
#F6F9F3
(246,249,243)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF0EA color. Also use rgb(219,240,234) instead hex code.

Text Font Color

.myTextColor { color: #DBF0EA; }

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

This text font color is #DBF0EA.


Background Color

.myBgColor { background-color: #DBF0EA; }

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

This div background color is #DBF0EA.


Border color

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

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

This div border color is #DBF0EA.


Opacity

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

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

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

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

This text has shadow with #DBF0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF0EA on black background.


Color preview on white background

This text has color #DBF0EA on white background.



Black color preview on #DBF0EA background

This text has black color on #DBF0EA background.


White color preview on #DBF0EA background

This text has white color on #DBF0EA background.