COLOR #DBE1EA

HEX: #DBE1EA
RGB: (219,225,234)

Color info

#DBE1EA contains red, green and blue colors in about the same proportion. Web safe color of #DBE1EA is #CCCCFF (or #CCF).

RGB color model

#DBE1EA color RGB value is (219,225,234).

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

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 234 of 255 = 92%

219
225
234

R + G + B ~ 89%. #DBE1EA is light color.

Portions of RGB colors in percentages

R + G + B =
219 + 225 + 234 = 678 (100%)
R 219 of 678 ~ 32.3%
G 225 of 678 ~ 33.19%
B 234 of 678 ~ 34.51%

%32.3
%33.19
%34.51

CMYK color model

#DBE1EA color CMYK value is (6,4,0,8).

  • cyan value is 6.41%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,4,0,8)
C6M4Y0K8 
(6%,4%,0%,8%)
(0.06/0.04/0.00/0.08)	

CMYK percentages

%6.41
%3.85
%0
%8.24

Codes

Color #DBE1EA in popluar color models

DBE1EA
RGB219225234
HSL216°26.32%88.82%
HSB/HSV216°6.41%91.76%
CMYK6.41%3.85%0.00%
8.24%

Color #DBE1EA in popluar number systems.

HEXDBE1EA
Decimal219225234
Binary110110111110000111101010
Octal333341352

Shades and tints

Shades of #DBE1EA

#DBE1EA
(219,225,234)
#C8CDD5
(200,205,213)
#B5B9C0
(181,185,192)
#A2A5AB
(162,165,171)
#8F9196
(143,145,150)
#7C7D81
(124,125,129)
#69696C
(105,105,108)
#565557
(86,85,87)
#434142
(67,65,66)
#302D2D
(48,45,45)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #DBE1EA

#DBE1EA
(219,225,234)
#DEE3EB
(222,227,235)
#E1E5EC
(225,229,236)
#E4E7ED
(228,231,237)
#E7E9EE
(231,233,238)
#EAEBEF
(234,235,239)
#EDEDF0
(237,237,240)
#F0EFF1
(240,239,241)
#F3F1F2
(243,241,242)
#F6F3F3
(246,243,243)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE1EA; }

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

This text font color is #DBE1EA.


Background Color

.myBgColor { background-color: #DBE1EA; }

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

This div background color is #DBE1EA.


Border color

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

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

This div border color is #DBE1EA.


Opacity

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

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

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

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

This text has shadow with #DBE1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE1EA on black background.


Color preview on white background

This text has color #DBE1EA on white background.



Black color preview on #DBE1EA background

This text has black color on #DBE1EA background.


White color preview on #DBE1EA background

This text has white color on #DBE1EA background.