COLOR #DBF1EB

HEX: #DBF1EB
RGB: (219,241,235)

Color info

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

RGB color model

#DBF1EB color RGB value is (219,241,235).

  • red value is 219;
  • green value is 241;
  • blue value is 235.
RGB:
(219,241,235)
(86%,95%,92%)

RGB channels and saturation

R 219 of 255 = 86%
G 241 of 255 = 95%
B 235 of 255 = 92%

219
241
235

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

Portions of RGB colors in percentages

R + G + B =
219 + 241 + 235 = 695 (100%)
R 219 of 695 ~ 31.51%
G 241 of 695 ~ 34.68%
B 235 of 695 ~ 33.81%

%31.51
%34.68
%33.81

CMYK color model

#DBF1EB color CMYK value is (9,0,2,5).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%
CMYK:
(9,0,2,5)
C9M0Y2K5 
(9%,0%,2%,5%)
(0.09/0.00/0.02/0.05)	

CMYK percentages

%9.13
%0
%2.49
%5.49

Codes

Color #DBF1EB in popluar color models

DBF1EB
RGB219241235
HSL164°44.00%90.20%
HSB/HSV164°9.13%94.51%
CMYK9.13%0.00%2.49%
5.49%

Color #DBF1EB in popluar number systems.

HEXDBF1EB
Decimal219241235
Binary110110111111000111101011
Octal333361353

Shades and tints

Shades of #DBF1EB

#DBF1EB
(219,241,235)
#C8DCD6
(200,220,214)
#B5C7C1
(181,199,193)
#A2B2AC
(162,178,172)
#8F9D97
(143,157,151)
#7C8882
(124,136,130)
#69736D
(105,115,109)
#565E58
(86,94,88)
#434943
(67,73,67)
#30342E
(48,52,46)
#1D1F19
(29,31,25)
#000000
(0,0,0)

Tints of #DBF1EB

#DBF1EB
(219,241,235)
#DEF2EC
(222,242,236)
#E1F3ED
(225,243,237)
#E4F4EE
(228,244,238)
#E7F5EF
(231,245,239)
#EAF6F0
(234,246,240)
#EDF7F1
(237,247,241)
#F0F8F2
(240,248,242)
#F3F9F3
(243,249,243)
#F6FAF4
(246,250,244)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBF1EB color. Also use rgb(219,241,235) instead hex code.

Text Font Color

.myTextColor { color: #DBF1EB; }

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

This text font color is #DBF1EB.


Background Color

.myBgColor { background-color: #DBF1EB; }

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

This div background color is #DBF1EB.


Border color

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

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

This div border color is #DBF1EB.


Opacity

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

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

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

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

This text has shadow with #DBF1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBF1EB on black background.


Color preview on white background

This text has color #DBF1EB on white background.



Black color preview on #DBF1EB background

This text has black color on #DBF1EB background.


White color preview on #DBF1EB background

This text has white color on #DBF1EB background.