COLOR #DBF0EB

HEX: #DBF0EB
RGB: (219,240,235)

Color info

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

RGB color model

#DBF0EB color RGB value is (219,240,235).

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

RGB channels and saturation

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

219
240
235

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

Portions of RGB colors in percentages

R + G + B =
219 + 240 + 235 = 694 (100%)
R 219 of 694 ~ 31.56%
G 240 of 694 ~ 34.58%
B 235 of 694 ~ 33.86%

%31.56
%34.58
%33.86

CMYK color model

#DBF0EB color CMYK value is (9,0,2,6).

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK:
(9,0,2,6)
C9M0Y2K6 
(9%,0%,2%,6%)
(0.09/0.00/0.02/0.06)	

CMYK percentages

%8.75
%0
%2.08
%5.88

Codes

Color #DBF0EB in popluar color models

DBF0EB
RGB219240235
HSL166°41.18%90.00%
HSB/HSV166°8.75%94.12%
CMYK8.75%0.00%2.08%
5.88%

Color #DBF0EB in popluar number systems.

HEXDBF0EB
Decimal219240235
Binary110110111111000011101011
Octal333360353

Shades and tints

Shades of #DBF0EB

#DBF0EB
(219,240,235)
#C8DBD6
(200,219,214)
#B5C6C1
(181,198,193)
#A2B1AC
(162,177,172)
#8F9C97
(143,156,151)
#7C8782
(124,135,130)
#69726D
(105,114,109)
#565D58
(86,93,88)
#434843
(67,72,67)
#30332E
(48,51,46)
#1D1E19
(29,30,25)
#000000
(0,0,0)

Tints of #DBF0EB

#DBF0EB
(219,240,235)
#DEF1EC
(222,241,236)
#E1F2ED
(225,242,237)
#E4F3EE
(228,243,238)
#E7F4EF
(231,244,239)
#EAF5F0
(234,245,240)
#EDF6F1
(237,246,241)
#F0F7F2
(240,247,242)
#F3F8F3
(243,248,243)
#F6F9F4
(246,249,244)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF0EB; }

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

This text font color is #DBF0EB.


Background Color

.myBgColor { background-color: #DBF0EB; }

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

This div background color is #DBF0EB.


Border color

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

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

This div border color is #DBF0EB.


Opacity

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

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

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

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

This text has shadow with #DBF0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF0EB on black background.


Color preview on white background

This text has color #DBF0EB on white background.



Black color preview on #DBF0EB background

This text has black color on #DBF0EB background.


White color preview on #DBF0EB background

This text has white color on #DBF0EB background.