COLOR #DBE7E8

HEX: #DBE7E8 RGB: (219,231,232)

Color info

#DBE7E8 contains red, green and blue colors in about the same proportion. Web safe color of #DBE7E8 is #CCFFFF (or #CFF).

RGB color model

#DBE7E8 color RGB value is (219,231,232).

RGB: (219,231,232) (86%, 91%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 231 of 255 = 91%
B 232 of 255 = 91%

219
231
232

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

Portions of RGB colors in percentages

R + G + B = 219 + 231 + 232 = 682 (100%)
R 219 of 682 ~ 32.11%
G 231 of 682 ~ 33.87%
B 232 of 682 ~ 34.02'%

%32.11
%33.87
%34.02

CMYK color model

#DBE7E8 color CMYK value is (6,0,0,9).

  • cyan value is 5.60%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK: (6,0,0,9) C6M0Y0K9 (6%,0%,0%,9%) (0.06/0.00/0.00/0.09) 

CMYK percentages

%5.6
%0.43
%0
%9.02

Codes

Color #DBE7E8 in popluar color models

DB E7 E8
RGB 219 231 232
HSL 185° 22.03% 88.43%
HSB/HSV 185° 5.60% 90.98%
CMYK 5.60% 0.43% 0.00%
9.02%

Color #DBE7E8 in popluar number systems.

HEX DB E7 E8
Decimal 219 231 232
Binary 11011011 11100111 11101000
Octal 333 347 350

Shades and tints

Shades of #DBE7E8

#DBE7E8
(219,231,232)
#C8D2D3
(200,210,211)
#B5BDBE
(181,189,190)
#A2A8A9
(162,168,169)
#8F9394
(143,147,148)
#7C7E7F
(124,126,127)
#69696A
(105,105,106)
#565455
(86,84,85)
#433F40
(67,63,64)
#302A2B
(48,42,43)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #DBE7E8

#DBE7E8
(219,231,232)
#DEE9EA
(222,233,234)
#E1EBEC
(225,235,236)
#E4EDEE
(228,237,238)
#E7EFF0
(231,239,240)
#EAF1F2
(234,241,242)
#EDF3F4
(237,243,244)
#F0F5F6
(240,245,246)
#F3F7F8
(243,247,248)
#F6F9FA
(246,249,250)
#F9FBFC
(249,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBE7E8 color. Also use rgb(219,231,232) instead hex code.

Text Font Color

.myTextColor { color: #DBE7E8; }

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

This text font color is #DBE7E8.

Background Color

.myBgColor { background-color: #DBE7E8; }

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

This div background color is #DBE7E8.

Border color

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

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

This div border color is #DBE7E8.

Opacity

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

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

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

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

This text has shadow with #DBE7E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE7E8.

Preview

Color preview on black background

This text has color #DBE7E8 on black background.


Color preview on white background

This text has color #DBE7E8 on white background.


Black color preview on #DBE7E8 background

This text has black color on #DBE7E8 background.


White color preview on #DBE7E8 background

This text has white color on #DBE7E8 background.


Related colors

Complementary color

Complementary color for #hex is #241817.


I love getcolorcode.com

Triadic colors

1 #E8DBE7 and #E7E8DB with #DBE7E8 are triadic colors.

2 #E8E7DB and #E7DBE8 with #DBE7E8 are triadic colors.