COLOR #DBE2DC

HEX: #DBE2DC RGB: (219,226,220)

Color info

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

RGB color model

#DBE2DC color RGB value is (219,226,220).

RGB: (219,226,220) (86%, 89%, 86%)

RGB channels and saturation

R 219 of 255 = 86%
G 226 of 255 = 89%
B 220 of 255 = 86%

219
226
220

R + G + B ~ 87%. #DBE2DC is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 226 + 220 = 665 (100%)
R 219 of 665 ~ 32.93%
G 226 of 665 ~ 33.98%
B 220 of 665 ~ 33.08'%

%32.93
%33.98
%33.08

CMYK color model

#DBE2DC color CMYK value is (3,0,3,11).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 11.37%

CMYK: (3,0,3,11)
C3M0Y3K11 (3%, 0%, 3%, 11%)
(0.03 / 0.00 / 0.03 / 0.11)

CMYK percentages

%3.1
%0
%2.65
%11.37

Codes

Color #DBE2DC in popluar color models

DB E2 DC
RGB 219 226 220
HSL 129° 10.77% 87.25%
HSB/HSV 129° 3.10% 88.63%
CMYK 3.10% 0.00% 2.65%
11.37%

Color #DBE2DC in popluar number systems.

HEX DB E2 DC
Decimal 219 226 220
Binary 11011011 11100010 11011100
Octal 333 342 334

Shades and tints

Shades of #DBE2DC

#DBE2DC
(219,226,220)
#C8CEC8
(200,206,200)
#B5BAB4
(181,186,180)
#A2A6A0
(162,166,160)
#8F928C
(143,146,140)
#7C7E78
(124,126,120)
#696A64
(105,106,100)
#565650
(86,86,80)
#43423C
(67,66,60)
#302E28
(48,46,40)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #DBE2DC

#DBE2DC
(219,226,220)
#DEE4DF
(222,228,223)
#E1E6E2
(225,230,226)
#E4E8E5
(228,232,229)
#E7EAE8
(231,234,232)
#EAECEB
(234,236,235)
#EDEEEE
(237,238,238)
#F0F0F1
(240,240,241)
#F3F2F4
(243,242,244)
#F6F4F7
(246,244,247)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE2DC; }

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

This text font color is #DBE2DC.

Background Color

.myBgColor { background-color: #DBE2DC; }

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

This div background color is #DBE2DC.

Border color

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

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

This div border color is #DBE2DC.

Opacity

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

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

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

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

This text has shadow with #DBE2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE2DC.

Preview

Color preview on black background

This text has color #DBE2DC on black background.


Color preview on white background

This text has color #DBE2DC on white background.


Black color preview on #DBE2DC background

This text has black color on #DBE2DC background.


White color preview on #DBE2DC background

This text has white color on #DBE2DC background.


Related colors

Complementary color

Complementary color for #hex is #241D23.


I love getcolorcode.com

Triadic colors

1 #DCDBE2 and #E2DCDB with #DBE2DC are triadic colors.

2 #DCE2DB and #E2DBDC with #DBE2DC are triadic colors.