COLOR #DBEAF0

HEX: #DBEAF0
RGB: (219,234,240)

Color info

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

RGB color model

#DBEAF0 color RGB value is (219,234,240).

  • red value is 219;
  • green value is 234;
  • blue value is 240.
RGB:
(219,234,240)
(86%,92%,94%)

RGB channels and saturation

R 219 of 255 = 86%
G 234 of 255 = 92%
B 240 of 255 = 94%

219
234
240

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

Portions of RGB colors in percentages

R + G + B =
219 + 234 + 240 = 693 (100%)
R 219 of 693 ~ 31.6%
G 234 of 693 ~ 33.77%
B 240 of 693 ~ 34.63%

%31.6
%33.77
%34.63

CMYK color model

#DBEAF0 color CMYK value is (9,3,0,6).

  • cyan value is 8.75%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(9,3,0,6)
C9M3Y0K6 
(9%,3%,0%,6%)
(0.09/0.03/0.00/0.06)	

CMYK percentages

%8.75
%2.5
%0
%5.88

Codes

Color #DBEAF0 in popluar color models

DBEAF0
RGB219234240
HSL197°41.18%90.00%
HSB/HSV197°8.75%94.12%
CMYK8.75%2.50%0.00%
5.88%

Color #DBEAF0 in popluar number systems.

HEXDBEAF0
Decimal219234240
Binary110110111110101011110000
Octal333352360

Shades and tints

Shades of #DBEAF0

#DBEAF0
(219,234,240)
#C8D5DB
(200,213,219)
#B5C0C6
(181,192,198)
#A2ABB1
(162,171,177)
#8F969C
(143,150,156)
#7C8187
(124,129,135)
#696C72
(105,108,114)
#56575D
(86,87,93)
#434248
(67,66,72)
#302D33
(48,45,51)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #DBEAF0

#DBEAF0
(219,234,240)
#DEEBF1
(222,235,241)
#E1ECF2
(225,236,242)
#E4EDF3
(228,237,243)
#E7EEF4
(231,238,244)
#EAEFF5
(234,239,245)
#EDF0F6
(237,240,246)
#F0F1F7
(240,241,247)
#F3F2F8
(243,242,248)
#F6F3F9
(246,243,249)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEAF0; }

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

This text font color is #DBEAF0.


Background Color

.myBgColor { background-color: #DBEAF0; }

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

This div background color is #DBEAF0.


Border color

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

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

This div border color is #DBEAF0.


Opacity

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

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

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

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

This text has shadow with #DBEAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEAF0 on black background.


Color preview on white background

This text has color #DBEAF0 on white background.



Black color preview on #DBEAF0 background

This text has black color on #DBEAF0 background.


White color preview on #DBEAF0 background

This text has white color on #DBEAF0 background.