COLOR #DBF3EC

HEX: #DBF3EC RGB: (219,243,236)

Color info

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

RGB color model

#DBF3EC color RGB value is (219,243,236).

RGB: (219,243,236) (86%, 95%, 93%)

RGB channels and saturation

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

219
243
236

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

Portions of RGB colors in percentages

R + G + B = 219 + 243 + 236 = 698 (100%)
R 219 of 698 ~ 31.38%
G 243 of 698 ~ 34.81%
B 236 of 698 ~ 33.81'%

%31.38
%34.81
%33.81

CMYK color model

#DBF3EC color CMYK value is (10,0,3,5).

  • cyan value is 9.88%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%

CMYK: (10,0,3,5)
C10M0Y3K5 (10%, 0%, 3%, 5%)
(0.10 / 0.00 / 0.03 / 0.05)

CMYK percentages

%9.88
%0
%2.88
%4.71

Codes

Color #DBF3EC in popluar color models

DB F3 EC
RGB 219 243 236
HSL 163° 50.00% 90.59%
HSB/HSV 163° 9.88% 95.29%
CMYK 9.88% 0.00% 2.88%
4.71%

Color #DBF3EC in popluar number systems.

HEX DB F3 EC
Decimal 219 243 236
Binary 11011011 11110011 11101100
Octal 333 363 354

Shades and tints

Shades of #DBF3EC

#DBF3EC
(219,243,236)
#C8DDD7
(200,221,215)
#B5C7C2
(181,199,194)
#A2B1AD
(162,177,173)
#8F9B98
(143,155,152)
#7C8583
(124,133,131)
#696F6E
(105,111,110)
#565959
(86,89,89)
#434344
(67,67,68)
#302D2F
(48,45,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #DBF3EC

#DBF3EC
(219,243,236)
#DEF4ED
(222,244,237)
#E1F5EE
(225,245,238)
#E4F6EF
(228,246,239)
#E7F7F0
(231,247,240)
#EAF8F1
(234,248,241)
#EDF9F2
(237,249,242)
#F0FAF3
(240,250,243)
#F3FBF4
(243,251,244)
#F6FCF5
(246,252,245)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBF3EC; }

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

This text font color is #DBF3EC.

Background Color

.myBgColor { background-color: #DBF3EC; }

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

This div background color is #DBF3EC.

Border color

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

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

This div border color is #DBF3EC.

Opacity

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

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

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

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

This text has shadow with #DBF3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF3EC.

Preview

Color preview on black background

This text has color #DBF3EC on black background.


Color preview on white background

This text has color #DBF3EC on white background.


Black color preview on #DBF3EC background

This text has black color on #DBF3EC background.


White color preview on #DBF3EC background

This text has white color on #DBF3EC background.


Related colors

Complementary color

Complementary color for #hex is #240C13.


I love getcolorcode.com

Triadic colors

1 #ECDBF3 and #F3ECDB with #DBF3EC are triadic colors.

2 #ECF3DB and #F3DBEC with #DBF3EC are triadic colors.