COLOR #DBE6E2

HEX: #DBE6E2 RGB: (219,230,226)

Color info

#DBE6E2 contains red, green and blue colors in about the same proportion. Web safe color of #DBE6E2 is #CCCCCC (or #CCC).

RGB color model

#DBE6E2 color RGB value is (219,230,226).

RGB: (219,230,226) (86%, 90%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 230 of 255 = 90%
B 226 of 255 = 89%

219
230
226

R + G + B ~ 88%. #DBE6E2 is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 230 + 226 = 675 (100%)
R 219 of 675 ~ 32.44%
G 230 of 675 ~ 34.07%
B 226 of 675 ~ 33.48'%

%32.44
%34.07
%33.48

CMYK color model

#DBE6E2 color CMYK value is (5,0,2,10).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 1.74%
  • key color value is 9.80%
CMYK: (5,0,2,10) C5M0Y2K10 (5%,0%,2%,10%) (0.05/0.00/0.02/0.10) 

CMYK percentages

%4.78
%0
%1.74
%9.8

Codes

Color #DBE6E2 in popluar color models

DB E6 E2
RGB 219 230 226
HSL 158° 18.03% 88.04%
HSB/HSV 158° 4.78% 90.20%
CMYK 4.78% 0.00% 1.74%
9.80%

Color #DBE6E2 in popluar number systems.

HEX DB E6 E2
Decimal 219 230 226
Binary 11011011 11100110 11100010
Octal 333 346 342

Shades and tints

Shades of #DBE6E2

#DBE6E2
(219,230,226)
#C8D2CE
(200,210,206)
#B5BEBA
(181,190,186)
#A2AAA6
(162,170,166)
#8F9692
(143,150,146)
#7C827E
(124,130,126)
#696E6A
(105,110,106)
#565A56
(86,90,86)
#434642
(67,70,66)
#30322E
(48,50,46)
#1D1E1A
(29,30,26)
#000000
(0,0,0)

Tints of #DBE6E2

#DBE6E2
(219,230,226)
#DEE8E4
(222,232,228)
#E1EAE6
(225,234,230)
#E4ECE8
(228,236,232)
#E7EEEA
(231,238,234)
#EAF0EC
(234,240,236)
#EDF2EE
(237,242,238)
#F0F4F0
(240,244,240)
#F3F6F2
(243,246,242)
#F6F8F4
(246,248,244)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE6E2; }

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

This text font color is #DBE6E2.

Background Color

.myBgColor { background-color: #DBE6E2; }

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

This div background color is #DBE6E2.

Border color

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

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

This div border color is #DBE6E2.

Opacity

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

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

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

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

This text has shadow with #DBE6E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE6E2.

Preview

Color preview on black background

This text has color #DBE6E2 on black background.


Color preview on white background

This text has color #DBE6E2 on white background.


Black color preview on #DBE6E2 background

This text has black color on #DBE6E2 background.


White color preview on #DBE6E2 background

This text has white color on #DBE6E2 background.


Related colors

Complementary color

Complementary color for #hex is #24191D.


I love getcolorcode.com

Triadic colors

1 #E2DBE6 and #E6E2DB with #DBE6E2 are triadic colors.

2 #E2E6DB and #E6DBE2 with #DBE6E2 are triadic colors.