COLOR #DBE5EA

HEX: #DBE5EA RGB: (219,229,234)

Color info

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

RGB color model

#DBE5EA color RGB value is (219,229,234).

RGB: (219,229,234) (86%, 90%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 229 of 255 = 90%
B 234 of 255 = 92%

219
229
234

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

Portions of RGB colors in percentages

R + G + B = 219 + 229 + 234 = 682 (100%)
R 219 of 682 ~ 32.11%
G 229 of 682 ~ 33.58%
B 234 of 682 ~ 34.31'%

%32.11
%33.58
%34.31

CMYK color model

#DBE5EA color CMYK value is (6,2,0,8).

  • cyan value is 6.41%
  • magenta value is 2.14%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (6,2,0,8)
C6M2Y0K8 (6%, 2%, 0%, 8%)
(0.06 / 0.02 / 0.00 / 0.08)

CMYK percentages

%6.41
%2.14
%0
%8.24

Codes

Color #DBE5EA in popluar color models

DB E5 EA
RGB 219 229 234
HSL 200° 26.32% 88.82%
HSB/HSV 200° 6.41% 91.76%
CMYK 6.41% 2.14% 0.00%
8.24%

Color #DBE5EA in popluar number systems.

HEX DB E5 EA
Decimal 219 229 234
Binary 11011011 11100101 11101010
Octal 333 345 352

Shades and tints

Shades of #DBE5EA

#DBE5EA
(219,229,234)
#C8D1D5
(200,209,213)
#B5BDC0
(181,189,192)
#A2A9AB
(162,169,171)
#8F9596
(143,149,150)
#7C8181
(124,129,129)
#696D6C
(105,109,108)
#565957
(86,89,87)
#434542
(67,69,66)
#30312D
(48,49,45)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #DBE5EA

#DBE5EA
(219,229,234)
#DEE7EB
(222,231,235)
#E1E9EC
(225,233,236)
#E4EBED
(228,235,237)
#E7EDEE
(231,237,238)
#EAEFEF
(234,239,239)
#EDF1F0
(237,241,240)
#F0F3F1
(240,243,241)
#F3F5F2
(243,245,242)
#F6F7F3
(246,247,243)
#F9F9F4
(249,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE5EA; }

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

This text font color is #DBE5EA.

Background Color

.myBgColor { background-color: #DBE5EA; }

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

This div background color is #DBE5EA.

Border color

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

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

This div border color is #DBE5EA.

Opacity

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

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

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

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

This text has shadow with #DBE5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE5EA.

Preview

Color preview on black background

This text has color #DBE5EA on black background.


Color preview on white background

This text has color #DBE5EA on white background.


Black color preview on #DBE5EA background

This text has black color on #DBE5EA background.


White color preview on #DBE5EA background

This text has white color on #DBE5EA background.


Related colors

Complementary color

Complementary color for #hex is #241A15.


I love getcolorcode.com

Triadic colors

1 #EADBE5 and #E5EADB with #DBE5EA are triadic colors.

2 #EAE5DB and #E5DBEA with #DBE5EA are triadic colors.