COLOR #DBEBF4

HEX: #DBEBF4
RGB: (219,235,244)

Color info

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

RGB color model

#DBEBF4 color RGB value is (219,235,244).

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

RGB channels and saturation

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

219
235
244

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

Portions of RGB colors in percentages

R + G + B =
219 + 235 + 244 = 698 (100%)
R 219 of 698 ~ 31.38%
G 235 of 698 ~ 33.67%
B 244 of 698 ~ 34.96%

%31.38
%33.67
%34.96

CMYK color model

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

  • cyan value is 10.25%
  • magenta value is 3.69%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(10,4,0,4)
C10M4Y0K4 
(10%,4%,0%,4%)
(0.10/0.04/0.00/0.04)	

CMYK percentages

%10.25
%3.69
%0
%4.31

Codes

Color #DBEBF4 in popluar color models

DBEBF4
RGB219235244
HSL202°53.19%90.78%
HSB/HSV202°10.25%95.69%
CMYK10.25%3.69%0.00%
4.31%

Color #DBEBF4 in popluar number systems.

HEXDBEBF4
Decimal219235244
Binary110110111110101111110100
Octal333353364

Shades and tints

Shades of #DBEBF4

#DBEBF4
(219,235,244)
#C8D6DE
(200,214,222)
#B5C1C8
(181,193,200)
#A2ACB2
(162,172,178)
#8F979C
(143,151,156)
#7C8286
(124,130,134)
#696D70
(105,109,112)
#56585A
(86,88,90)
#434344
(67,67,68)
#302E2E
(48,46,46)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBEBF4

#DBEBF4
(219,235,244)
#DEECF5
(222,236,245)
#E1EDF6
(225,237,246)
#E4EEF7
(228,238,247)
#E7EFF8
(231,239,248)
#EAF0F9
(234,240,249)
#EDF1FA
(237,241,250)
#F0F2FB
(240,242,251)
#F3F3FC
(243,243,252)
#F6F4FD
(246,244,253)
#F9F5FE
(249,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBEBF4; }

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

This text font color is #DBEBF4.


Background Color

.myBgColor { background-color: #DBEBF4; }

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

This div background color is #DBEBF4.


Border color

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

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

This div border color is #DBEBF4.


Opacity

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

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

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

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

This text has shadow with #DBEBF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBEBF4 on black background.


Color preview on white background

This text has color #DBEBF4 on white background.



Black color preview on #DBEBF4 background

This text has black color on #DBEBF4 background.


White color preview on #DBEBF4 background

This text has white color on #DBEBF4 background.