COLOR #DBE2EA

HEX: #DBE2EA
RGB: (219,226,234)

Color info

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

RGB color model

#DBE2EA color RGB value is (219,226,234).

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

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 234 of 255 = 92%

219
226
234

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

Portions of RGB colors in percentages

R + G + B =
219 + 226 + 234 = 679 (100%)
R 219 of 679 ~ 32.25%
G 226 of 679 ~ 33.28%
B 234 of 679 ~ 34.46%

%32.25
%33.28
%34.46

CMYK color model

#DBE2EA color CMYK value is (6,3,0,8).

  • cyan value is 6.41%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(6,3,0,8)
C6M3Y0K8 
(6%,3%,0%,8%)
(0.06/0.03/0.00/0.08)	

CMYK percentages

%6.41
%3.42
%0
%8.24

Codes

Color #DBE2EA in popluar color models

DBE2EA
RGB219226234
HSL212°26.32%88.82%
HSB/HSV212°6.41%91.76%
CMYK6.41%3.42%0.00%
8.24%

Color #DBE2EA in popluar number systems.

HEXDBE2EA
Decimal219226234
Binary110110111110001011101010
Octal333342352

Shades and tints

Shades of #DBE2EA

#DBE2EA
(219,226,234)
#C8CED5
(200,206,213)
#B5BAC0
(181,186,192)
#A2A6AB
(162,166,171)
#8F9296
(143,146,150)
#7C7E81
(124,126,129)
#696A6C
(105,106,108)
#565657
(86,86,87)
#434242
(67,66,66)
#302E2D
(48,46,45)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #DBE2EA

#DBE2EA
(219,226,234)
#DEE4EB
(222,228,235)
#E1E6EC
(225,230,236)
#E4E8ED
(228,232,237)
#E7EAEE
(231,234,238)
#EAECEF
(234,236,239)
#EDEEF0
(237,238,240)
#F0F0F1
(240,240,241)
#F3F2F2
(243,242,242)
#F6F4F3
(246,244,243)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2EA; }

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

This text font color is #DBE2EA.


Background Color

.myBgColor { background-color: #DBE2EA; }

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

This div background color is #DBE2EA.


Border color

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

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

This div border color is #DBE2EA.


Opacity

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

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

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

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

This text has shadow with #DBE2EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE2EA on black background.


Color preview on white background

This text has color #DBE2EA on white background.



Black color preview on #DBE2EA background

This text has black color on #DBE2EA background.


White color preview on #DBE2EA background

This text has white color on #DBE2EA background.