COLOR #DBE1E3

HEX: #DBE1E3 RGB: (219,225,227)

Color info

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

RGB color model

#DBE1E3 color RGB value is (219,225,227).

RGB: (219,225,227) (86%, 88%, 89%)

RGB channels and saturation

R 219 of 255 = 86%
G 225 of 255 = 88%
B 227 of 255 = 89%

219
225
227

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

Portions of RGB colors in percentages

R + G + B = 219 + 225 + 227 = 671 (100%)
R 219 of 671 ~ 32.64%
G 225 of 671 ~ 33.53%
B 227 of 671 ~ 33.83'%

%32.64
%33.53
%33.83

CMYK color model

#DBE1E3 color CMYK value is (4,1,0,11).

  • cyan value is 3.52%
  • magenta value is 0.88%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (4,1,0,11) C4M1Y0K11 (4%,1%,0%,11%) (0.04/0.01/0.00/0.11) 

CMYK percentages

%3.52
%0.88
%0
%10.98

Codes

Color #DBE1E3 in popluar color models

DB E1 E3
RGB 219 225 227
HSL 195° 12.50% 87.45%
HSB/HSV 195° 3.52% 89.02%
CMYK 3.52% 0.88% 0.00%
10.98%

Color #DBE1E3 in popluar number systems.

HEX DB E1 E3
Decimal 219 225 227
Binary 11011011 11100001 11100011
Octal 333 341 343

Shades and tints

Shades of #DBE1E3

#DBE1E3
(219,225,227)
#C8CDCF
(200,205,207)
#B5B9BB
(181,185,187)
#A2A5A7
(162,165,167)
#8F9193
(143,145,147)
#7C7D7F
(124,125,127)
#69696B
(105,105,107)
#565557
(86,85,87)
#434143
(67,65,67)
#302D2F
(48,45,47)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #DBE1E3

#DBE1E3
(219,225,227)
#DEE3E5
(222,227,229)
#E1E5E7
(225,229,231)
#E4E7E9
(228,231,233)
#E7E9EB
(231,233,235)
#EAEBED
(234,235,237)
#EDEDEF
(237,237,239)
#F0EFF1
(240,239,241)
#F3F1F3
(243,241,243)
#F6F3F5
(246,243,245)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE1E3; }

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

This text font color is #DBE1E3.

Background Color

.myBgColor { background-color: #DBE1E3; }

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

This div background color is #DBE1E3.

Border color

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

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

This div border color is #DBE1E3.

Opacity

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

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

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

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

This text has shadow with #DBE1E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE1E3.

Preview

Color preview on black background

This text has color #DBE1E3 on black background.


Color preview on white background

This text has color #DBE1E3 on white background.


Black color preview on #DBE1E3 background

This text has black color on #DBE1E3 background.


White color preview on #DBE1E3 background

This text has white color on #DBE1E3 background.


Related colors

Complementary color

Complementary color for #hex is #241E1C.


I love getcolorcode.com

Triadic colors

1 #E3DBE1 and #E1E3DB with #DBE1E3 are triadic colors.

2 #E3E1DB and #E1DBE3 with #DBE1E3 are triadic colors.