COLOR #DBF5EF

HEX: #DBF5EF RGB: (219,245,239)

Color info

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

RGB color model

#DBF5EF color RGB value is (219,245,239).

RGB: (219,245,239) (86%, 96%, 94%)

RGB channels and saturation

R 219 of 255 = 86%
G 245 of 255 = 96%
B 239 of 255 = 94%

219
245
239

R + G + B ~ 92%. #DBF5EF is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 245 + 239 = 703 (100%)
R 219 of 703 ~ 31.15%
G 245 of 703 ~ 34.85%
B 239 of 703 ~ 34'%

%31.15
%34.85
%34

CMYK color model

#DBF5EF color CMYK value is (11,0,2,4).

  • cyan value is 10.61%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 3.92%

CMYK: (11,0,2,4)
C11M0Y2K4 (11%, 0%, 2%, 4%)
(0.11 / 0.00 / 0.02 / 0.04)

CMYK percentages

%10.61
%0
%2.45
%3.92

Codes

Color #DBF5EF in popluar color models

DB F5 EF
RGB 219 245 239
HSL 166° 56.52% 90.98%
HSB/HSV 166° 10.61% 96.08%
CMYK 10.61% 0.00% 2.45%
3.92%

Color #DBF5EF in popluar number systems.

HEX DB F5 EF
Decimal 219 245 239
Binary 11011011 11110101 11101111
Octal 333 365 357

Shades and tints

Shades of #DBF5EF

#DBF5EF
(219,245,239)
#C8DFDA
(200,223,218)
#B5C9C5
(181,201,197)
#A2B3B0
(162,179,176)
#8F9D9B
(143,157,155)
#7C8786
(124,135,134)
#697171
(105,113,113)
#565B5C
(86,91,92)
#434547
(67,69,71)
#302F32
(48,47,50)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #DBF5EF

#DBF5EF
(219,245,239)
#DEF5F0
(222,245,240)
#E1F5F1
(225,245,241)
#E4F5F2
(228,245,242)
#E7F5F3
(231,245,243)
#EAF5F4
(234,245,244)
#EDF5F5
(237,245,245)
#F0F5F6
(240,245,246)
#F3F5F7
(243,245,247)
#F6F5F8
(246,245,248)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF5EF color. Also use rgb(219,245,239) instead hex code.

Text Font Color

.myTextColor { color: #DBF5EF; }

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

This text font color is #DBF5EF.

Background Color

.myBgColor { background-color: #DBF5EF; }

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

This div background color is #DBF5EF.

Border color

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

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

This div border color is #DBF5EF.

Opacity

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

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

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

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

This text has shadow with #DBF5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF5EF.

Preview

Color preview on black background

This text has color #DBF5EF on black background.


Color preview on white background

This text has color #DBF5EF on white background.


Black color preview on #DBF5EF background

This text has black color on #DBF5EF background.


White color preview on #DBF5EF background

This text has white color on #DBF5EF background.


Related colors

Complementary color

Complementary color for #hex is #240A10.


I love getcolorcode.com

Triadic colors

1 #EFDBF5 and #F5EFDB with #DBF5EF are triadic colors.

2 #EFF5DB and #F5DBEF with #DBF5EF are triadic colors.