COLOR #DBE3DC

HEX: #DBE3DC RGB: (219,227,220)

Color info

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

RGB color model

#DBE3DC color RGB value is (219,227,220).

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

RGB channels and saturation

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

219
227
220

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

Portions of RGB colors in percentages

R + G + B = 219 + 227 + 220 = 666 (100%)
R 219 of 666 ~ 32.88%
G 227 of 666 ~ 34.08%
B 220 of 666 ~ 33.03'%

%32.88
%34.08
%33.03

CMYK color model

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

  • cyan value is 3.52%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK: (4,0,3,11) C4M0Y3K11 (4%,0%,3%,11%) (0.04/0.00/0.03/0.11) 

CMYK percentages

%3.52
%0
%3.08
%10.98

Codes

Color #DBE3DC in popluar color models

DB E3 DC
RGB 219 227 220
HSL 128° 12.50% 87.45%
HSB/HSV 128° 3.52% 89.02%
CMYK 3.52% 0.00% 3.08%
10.98%

Color #DBE3DC in popluar number systems.

HEX DB E3 DC
Decimal 219 227 220
Binary 11011011 11100011 11011100
Octal 333 343 334

Shades and tints

Shades of #DBE3DC

#DBE3DC
(219,227,220)
#C8CFC8
(200,207,200)
#B5BBB4
(181,187,180)
#A2A7A0
(162,167,160)
#8F938C
(143,147,140)
#7C7F78
(124,127,120)
#696B64
(105,107,100)
#565750
(86,87,80)
#43433C
(67,67,60)
#302F28
(48,47,40)
#1D1B14
(29,27,20)
#000000
(0,0,0)

Tints of #DBE3DC

#DBE3DC
(219,227,220)
#DEE5DF
(222,229,223)
#E1E7E2
(225,231,226)
#E4E9E5
(228,233,229)
#E7EBE8
(231,235,232)
#EAEDEB
(234,237,235)
#EDEFEE
(237,239,238)
#F0F1F1
(240,241,241)
#F3F3F4
(243,243,244)
#F6F5F7
(246,245,247)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBE3DC; }

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

This text font color is #DBE3DC.

Background Color

.myBgColor { background-color: #DBE3DC; }

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

This div background color is #DBE3DC.

Border color

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

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

This div border color is #DBE3DC.

Opacity

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

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

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

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

This text has shadow with #DBE3DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBE3DC.

Preview

Color preview on black background

This text has color #DBE3DC on black background.


Color preview on white background

This text has color #DBE3DC on white background.


Black color preview on #DBE3DC background

This text has black color on #DBE3DC background.


White color preview on #DBE3DC background

This text has white color on #DBE3DC background.


Related colors

Complementary color

Complementary color for #hex is #241C23.


I love getcolorcode.com

Triadic colors

1 #DCDBE3 and #E3DCDB with #DBE3DC are triadic colors.

2 #DCE3DB and #E3DBDC with #DBE3DC are triadic colors.