COLOR #DBEBF5

HEX: #DBEBF5
RGB: (219,235,245)

Color info

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

RGB color model

#DBEBF5 color RGB value is (219,235,245).

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

RGB channels and saturation

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

219
235
245

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

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 245 = 699 (100%)
R 219 of 699 ~ 31.33%
G 235 of 699 ~ 33.62%
B 245 of 699 ~ 35.05%

%31.33
%33.62
%35.05

CMYK color model

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

  • cyan value is 10.61%
  • magenta value is 4.08%
  • 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.08
%0
%3.92

Codes

Color #DBEBF5 in popluar color models

DBEBF5
RGB219235245
HSL203°56.52%90.98%
HSB/HSV203°10.61%96.08%
CMYK10.61%4.08%0.00%
3.92%

Color #DBEBF5 in popluar number systems.

HEXDBEBF5
Decimal219235245
Binary110110111110101111110101
Octal333353365

Shades and tints

Shades of #DBEBF5

#DBEBF5
(219,235,245)
#C8D6DF
(200,214,223)
#B5C1C9
(181,193,201)
#A2ACB3
(162,172,179)
#8F979D
(143,151,157)
#7C8287
(124,130,135)
#696D71
(105,109,113)
#56585B
(86,88,91)
#434345
(67,67,69)
#302E2F
(48,46,47)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #DBEBF5

#DBEBF5
(219,235,245)
#DEECF5
(222,236,245)
#E1EDF5
(225,237,245)
#E4EEF5
(228,238,245)
#E7EFF5
(231,239,245)
#EAF0F5
(234,240,245)
#EDF1F5
(237,241,245)
#F0F2F5
(240,242,245)
#F3F3F5
(243,243,245)
#F6F4F5
(246,244,245)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBF5; }

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

This text font color is #DBEBF5.


Background Color

.myBgColor { background-color: #DBEBF5; }

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

This div background color is #DBEBF5.


Border color

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

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

This div border color is #DBEBF5.


Opacity

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

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

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

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

This text has shadow with #DBEBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEBF5 on black background.


Color preview on white background

This text has color #DBEBF5 on white background.



Black color preview on #DBEBF5 background

This text has black color on #DBEBF5 background.


White color preview on #DBEBF5 background

This text has white color on #DBEBF5 background.