COLOR #DBF3ED

HEX: #DBF3ED
RGB: (219,243,237)

Color info

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

RGB color model

#DBF3ED color RGB value is (219,243,237).

  • red value is 219;
  • green value is 243;
  • blue value is 237.
RGB:
(219,243,237)
(86%,95%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 243 of 255 = 95%
B 237 of 255 = 93%

219
243
237

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

Portions of RGB colors in percentages

R + G + B =
219 + 243 + 237 = 699 (100%)
R 219 of 699 ~ 31.33%
G 243 of 699 ~ 34.76%
B 237 of 699 ~ 33.91%

%31.33
%34.76
%33.91

CMYK color model

#DBF3ED color CMYK value is (10,0,2,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(10,0,2,5)
C10M0Y2K5 
(10%,0%,2%,5%)
(0.10/0.00/0.02/0.05)	

CMYK percentages

%9.88
%0
%2.47
%4.71

Codes

Color #DBF3ED in popluar color models

DBF3ED
RGB219243237
HSL165°50.00%90.59%
HSB/HSV165°9.88%95.29%
CMYK9.88%0.00%2.47%
4.71%

Color #DBF3ED in popluar number systems.

HEXDBF3ED
Decimal219243237
Binary110110111111001111101101
Octal333363355

Shades and tints

Shades of #DBF3ED

#DBF3ED
(219,243,237)
#C8DDD8
(200,221,216)
#B5C7C3
(181,199,195)
#A2B1AE
(162,177,174)
#8F9B99
(143,155,153)
#7C8584
(124,133,132)
#696F6F
(105,111,111)
#56595A
(86,89,90)
#434345
(67,67,69)
#302D30
(48,45,48)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #DBF3ED

#DBF3ED
(219,243,237)
#DEF4EE
(222,244,238)
#E1F5EF
(225,245,239)
#E4F6F0
(228,246,240)
#E7F7F1
(231,247,241)
#EAF8F2
(234,248,242)
#EDF9F3
(237,249,243)
#F0FAF4
(240,250,244)
#F3FBF5
(243,251,245)
#F6FCF6
(246,252,246)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF3ED color. Also use rgb(219,243,237) instead hex code.

Text Font Color

.myTextColor { color: #DBF3ED; }

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

This text font color is #DBF3ED.


Background Color

.myBgColor { background-color: #DBF3ED; }

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

This div background color is #DBF3ED.


Border color

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

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

This div border color is #DBF3ED.


Opacity

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

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

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

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

This text has shadow with #DBF3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF3ED on black background.


Color preview on white background

This text has color #DBF3ED on white background.



Black color preview on #DBF3ED background

This text has black color on #DBF3ED background.


White color preview on #DBF3ED background

This text has white color on #DBF3ED background.