COLOR #DBF0EC

HEX: #DBF0EC RGB: (219,240,236)

Color info

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

RGB color model

#DBF0EC color RGB value is (219,240,236).

RGB: (219,240,236) (86%, 94%, 93%)

RGB channels and saturation

R 219 of 255 = 86%
G 240 of 255 = 94%
B 236 of 255 = 93%

219
240
236

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

Portions of RGB colors in percentages

R + G + B = 219 + 240 + 236 = 695 (100%)
R 219 of 695 ~ 31.51%
G 240 of 695 ~ 34.53%
B 236 of 695 ~ 33.96'%

%31.51
%34.53
%33.96

CMYK color model

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

  • cyan value is 8.75%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • 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
%1.67
%5.88

Codes

Color #DBF0EC in popluar color models

DB F0 EC
RGB 219 240 236
HSL 169° 41.18% 90.00%
HSB/HSV 169° 8.75% 94.12%
CMYK 8.75% 0.00% 1.67%
5.88%

Color #DBF0EC in popluar number systems.

HEX DB F0 EC
Decimal 219 240 236
Binary 11011011 11110000 11101100
Octal 333 360 354

Shades and tints

Shades of #DBF0EC

#DBF0EC
(219,240,236)
#C8DBD7
(200,219,215)
#B5C6C2
(181,198,194)
#A2B1AD
(162,177,173)
#8F9C98
(143,156,152)
#7C8783
(124,135,131)
#69726E
(105,114,110)
#565D59
(86,93,89)
#434844
(67,72,68)
#30332F
(48,51,47)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #DBF0EC

#DBF0EC
(219,240,236)
#DEF1ED
(222,241,237)
#E1F2EE
(225,242,238)
#E4F3EF
(228,243,239)
#E7F4F0
(231,244,240)
#EAF5F1
(234,245,241)
#EDF6F2
(237,246,242)
#F0F7F3
(240,247,243)
#F3F8F4
(243,248,244)
#F6F9F5
(246,249,245)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF0EC; }

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

This text font color is #DBF0EC.

Background Color

.myBgColor { background-color: #DBF0EC; }

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

This div background color is #DBF0EC.

Border color

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

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

This div border color is #DBF0EC.

Opacity

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

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

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

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

This text has shadow with #DBF0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF0EC.

Preview

Color preview on black background

This text has color #DBF0EC on black background.


Color preview on white background

This text has color #DBF0EC on white background.


Black color preview on #DBF0EC background

This text has black color on #DBF0EC background.


White color preview on #DBF0EC background

This text has white color on #DBF0EC background.


Related colors

Complementary color

Complementary color for #hex is #240F13.


I love getcolorcode.com

Triadic colors

1 #ECDBF0 and #F0ECDB with #DBF0EC are triadic colors.

2 #ECF0DB and #F0DBEC with #DBF0EC are triadic colors.