COLOR #DBF4E9

HEX: #DBF4E9 RGB: (219,244,233)

Color info

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

RGB color model

#DBF4E9 color RGB value is (219,244,233).

RGB: (219,244,233) (86%, 96%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 244 of 255 = 96%
B 233 of 255 = 91%

219
244
233

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

Portions of RGB colors in percentages

R + G + B = 219 + 244 + 233 = 696 (100%)
R 219 of 696 ~ 31.47%
G 244 of 696 ~ 35.06%
B 233 of 696 ~ 33.48'%

%31.47
%35.06
%33.48

CMYK color model

#DBF4E9 color CMYK value is (10,0,5,4).

  • cyan value is 10.25%
  • magenta value is 0.00%
  • yellow value is 4.51%
  • key color value is 4.31%

CMYK: (10,0,5,4)
C10M0Y5K4 (10%, 0%, 5%, 4%)
(0.10 / 0.00 / 0.05 / 0.04)

CMYK percentages

%10.25
%0
%4.51
%4.31

Codes

Color #DBF4E9 in popluar color models

DB F4 E9
RGB 219 244 233
HSL 154° 53.19% 90.78%
HSB/HSV 154° 10.25% 95.69%
CMYK 10.25% 0.00% 4.51%
4.31%

Color #DBF4E9 in popluar number systems.

HEX DB F4 E9
Decimal 219 244 233
Binary 11011011 11110100 11101001
Octal 333 364 351

Shades and tints

Shades of #DBF4E9

#DBF4E9
(219,244,233)
#C8DED4
(200,222,212)
#B5C8BF
(181,200,191)
#A2B2AA
(162,178,170)
#8F9C95
(143,156,149)
#7C8680
(124,134,128)
#69706B
(105,112,107)
#565A56
(86,90,86)
#434441
(67,68,65)
#302E2C
(48,46,44)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #DBF4E9

#DBF4E9
(219,244,233)
#DEF5EB
(222,245,235)
#E1F6ED
(225,246,237)
#E4F7EF
(228,247,239)
#E7F8F1
(231,248,241)
#EAF9F3
(234,249,243)
#EDFAF5
(237,250,245)
#F0FBF7
(240,251,247)
#F3FCF9
(243,252,249)
#F6FDFB
(246,253,251)
#F9FEFD
(249,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF4E9 color. Also use rgb(219,244,233) instead hex code.

Text Font Color

.myTextColor { color: #DBF4E9; }

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

This text font color is #DBF4E9.

Background Color

.myBgColor { background-color: #DBF4E9; }

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

This div background color is #DBF4E9.

Border color

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

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

This div border color is #DBF4E9.

Opacity

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

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

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

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

This text has shadow with #DBF4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBF4E9.

Preview

Color preview on black background

This text has color #DBF4E9 on black background.


Color preview on white background

This text has color #DBF4E9 on white background.


Black color preview on #DBF4E9 background

This text has black color on #DBF4E9 background.


White color preview on #DBF4E9 background

This text has white color on #DBF4E9 background.


Related colors

Complementary color

Complementary color for #hex is #240B16.


I love getcolorcode.com

Triadic colors

1 #E9DBF4 and #F4E9DB with #DBF4E9 are triadic colors.

2 #E9F4DB and #F4DBE9 with #DBF4E9 are triadic colors.