COLOR #DBE4EA

HEX: #DBE4EA RGB: (219,228,234)

Color info

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

RGB color model

#DBE4EA color RGB value is (219,228,234).

RGB: (219,228,234) (86%, 89%, 92%)

RGB channels and saturation

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

219
228
234

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

Portions of RGB colors in percentages

R + G + B = 219 + 228 + 234 = 681 (100%)
R 219 of 681 ~ 32.16%
G 228 of 681 ~ 33.48%
B 234 of 681 ~ 34.36'%

%32.16
%33.48
%34.36

CMYK color model

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

  • cyan value is 6.41%
  • magenta value is 2.56%
  • 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
%2.56
%0
%8.24

Codes

Color #DBE4EA in popluar color models

DB E4 EA
RGB 219 228 234
HSL 204° 26.32% 88.82%
HSB/HSV 204° 6.41% 91.76%
CMYK 6.41% 2.56% 0.00%
8.24%

Color #DBE4EA in popluar number systems.

HEX DB E4 EA
Decimal 219 228 234
Binary 11011011 11100100 11101010
Octal 333 344 352

Shades and tints

Shades of #DBE4EA

#DBE4EA
(219,228,234)
#C8D0D5
(200,208,213)
#B5BCC0
(181,188,192)
#A2A8AB
(162,168,171)
#8F9496
(143,148,150)
#7C8081
(124,128,129)
#696C6C
(105,108,108)
#565857
(86,88,87)
#434442
(67,68,66)
#30302D
(48,48,45)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #DBE4EA

#DBE4EA
(219,228,234)
#DEE6EB
(222,230,235)
#E1E8EC
(225,232,236)
#E4EAED
(228,234,237)
#E7ECEE
(231,236,238)
#EAEEEF
(234,238,239)
#EDF0F0
(237,240,240)
#F0F2F1
(240,242,241)
#F3F4F2
(243,244,242)
#F6F6F3
(246,246,243)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE4EA; }

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

This text font color is #DBE4EA.

Background Color

.myBgColor { background-color: #DBE4EA; }

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

This div background color is #DBE4EA.

Border color

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

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

This div border color is #DBE4EA.

Opacity

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

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

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

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

This text has shadow with #DBE4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE4EA.

Preview

Color preview on black background

This text has color #DBE4EA on black background.


Color preview on white background

This text has color #DBE4EA on white background.


Black color preview on #DBE4EA background

This text has black color on #DBE4EA background.


White color preview on #DBE4EA background

This text has white color on #DBE4EA background.


Related colors

Complementary color

Complementary color for #hex is #241B15.


I love getcolorcode.com

Triadic colors

1 #EADBE4 and #E4EADB with #DBE4EA are triadic colors.

2 #EAE4DB and #E4DBEA with #DBE4EA are triadic colors.