COLOR #DBE9E9

HEX: #DBE9E9
RGB: (219,233,233)

Color info

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

RGB color model

#DBE9E9 color RGB value is (219,233,233).

  • red value is 219;
  • green value is 233;
  • blue value is 233.
RGB:
(219,233,233)
(86%,91%,91%)

RGB channels and saturation

R 219 of 255 = 86%
G 233 of 255 = 91%
B 233 of 255 = 91%

219
233
233

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

Portions of RGB colors in percentages

R + G + B =
219 + 233 + 233 = 685 (100%)
R 219 of 685 ~ 31.97%
G 233 of 685 ~ 34.01%
B 233 of 685 ~ 34.01%

%31.97
%34.01
%34.01

CMYK color model

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

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

CMYK percentages

%6.01
%0
%0
%8.63

Codes

Color #DBE9E9 in popluar color models

DBE9E9
RGB219233233
HSL180°24.14%88.63%
HSB/HSV180°6.01%91.37%
CMYK6.01%0.00%0.00%
8.63%

Color #DBE9E9 in popluar number systems.

HEXDBE9E9
Decimal219233233
Binary110110111110100111101001
Octal333351351

Shades and tints

Shades of #DBE9E9

#DBE9E9
(219,233,233)
#C8D4D4
(200,212,212)
#B5BFBF
(181,191,191)
#A2AAAA
(162,170,170)
#8F9595
(143,149,149)
#7C8080
(124,128,128)
#696B6B
(105,107,107)
#565656
(86,86,86)
#434141
(67,65,65)
#302C2C
(48,44,44)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #DBE9E9

#DBE9E9
(219,233,233)
#DEEBEB
(222,235,235)
#E1EDED
(225,237,237)
#E4EFEF
(228,239,239)
#E7F1F1
(231,241,241)
#EAF3F3
(234,243,243)
#EDF5F5
(237,245,245)
#F0F7F7
(240,247,247)
#F3F9F9
(243,249,249)
#F6FBFB
(246,251,251)
#F9FDFD
(249,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE9E9; }

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

This text font color is #DBE9E9.


Background Color

.myBgColor { background-color: #DBE9E9; }

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

This div background color is #DBE9E9.


Border color

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

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

This div border color is #DBE9E9.


Opacity

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

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

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

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

This text has shadow with #DBE9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBE9E9 on black background.


Color preview on white background

This text has color #DBE9E9 on white background.



Black color preview on #DBE9E9 background

This text has black color on #DBE9E9 background.


White color preview on #DBE9E9 background

This text has white color on #DBE9E9 background.