COLOR #DBEAF5

HEX: #DBEAF5
RGB: (219,234,245)

Color info

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

RGB color model

#DBEAF5 color RGB value is (219,234,245).

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

RGB channels and saturation

R 219 of 255 = 86%
G 234 of 255 = 92%
B 245 of 255 = 96%

219
234
245

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

Portions of RGB colors in percentages

R + G + B =
219 + 234 + 245 = 698 (100%)
R 219 of 698 ~ 31.38%
G 234 of 698 ~ 33.52%
B 245 of 698 ~ 35.1%

%31.38
%33.52
%35.1

CMYK color model

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

  • cyan value is 10.61%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(11,4,0,4)
C11M4Y0K4 
(11%,4%,0%,4%)
(0.11/0.04/0.00/0.04)	

CMYK percentages

%10.61
%4.49
%0
%3.92

Codes

Color #DBEAF5 in popluar color models

DBEAF5
RGB219234245
HSL205°56.52%90.98%
HSB/HSV205°10.61%96.08%
CMYK10.61%4.49%0.00%
3.92%

Color #DBEAF5 in popluar number systems.

HEXDBEAF5
Decimal219234245
Binary110110111110101011110101
Octal333352365

Shades and tints

Shades of #DBEAF5

#DBEAF5
(219,234,245)
#C8D5DF
(200,213,223)
#B5C0C9
(181,192,201)
#A2ABB3
(162,171,179)
#8F969D
(143,150,157)
#7C8187
(124,129,135)
#696C71
(105,108,113)
#56575B
(86,87,91)
#434245
(67,66,69)
#302D2F
(48,45,47)
#1D1819
(29,24,25)
#000000
(0,0,0)

Tints of #DBEAF5

#DBEAF5
(219,234,245)
#DEEBF5
(222,235,245)
#E1ECF5
(225,236,245)
#E4EDF5
(228,237,245)
#E7EEF5
(231,238,245)
#EAEFF5
(234,239,245)
#EDF0F5
(237,240,245)
#F0F1F5
(240,241,245)
#F3F2F5
(243,242,245)
#F6F3F5
(246,243,245)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEAF5; }

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

This text font color is #DBEAF5.


Background Color

.myBgColor { background-color: #DBEAF5; }

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

This div background color is #DBEAF5.


Border color

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

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

This div border color is #DBEAF5.


Opacity

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

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

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

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

This text has shadow with #DBEAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEAF5 on black background.


Color preview on white background

This text has color #DBEAF5 on white background.



Black color preview on #DBEAF5 background

This text has black color on #DBEAF5 background.


White color preview on #DBEAF5 background

This text has white color on #DBEAF5 background.