COLOR #DBD6DE

HEX: #DBD6DE RGB: (219,214,222)

Color info

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

RGB color model

#DBD6DE color RGB value is (219,214,222).

RGB: (219,214,222) (86%, 84%, 87%)

RGB channels and saturation

R 219 of 255 = 86%
G 214 of 255 = 84%
B 222 of 255 = 87%

219
214
222

R + G + B ~ 86%. #DBD6DE is light color.

Portions of RGB colors in percentages

R + G + B = 219 + 214 + 222 = 655 (100%)
R 219 of 655 ~ 33.44%
G 214 of 655 ~ 32.67%
B 222 of 655 ~ 33.89'%

%33.44
%32.67
%33.89

CMYK color model

#DBD6DE color CMYK value is (1,4,0,13).

  • cyan value is 1.35%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (1,4,0,13)
C1M4Y0K13 (1%, 4%, 0%, 13%)
(0.01 / 0.04 / 0.00 / 0.13)

CMYK percentages

%1.35
%3.6
%0
%12.94

Codes

Color #DBD6DE in popluar color models

DB D6 DE
RGB 219 214 222
HSL 278° 10.81% 85.49%
HSB/HSV 278° 3.60% 87.06%
CMYK 1.35% 3.60% 0.00%
12.94%

Color #DBD6DE in popluar number systems.

HEX DB D6 DE
Decimal 219 214 222
Binary 11011011 11010110 11011110
Octal 333 326 336

Shades and tints

Shades of #DBD6DE

#DBD6DE
(219,214,222)
#C8C3CA
(200,195,202)
#B5B0B6
(181,176,182)
#A29DA2
(162,157,162)
#8F8A8E
(143,138,142)
#7C777A
(124,119,122)
#696466
(105,100,102)
#565152
(86,81,82)
#433E3E
(67,62,62)
#302B2A
(48,43,42)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #DBD6DE

#DBD6DE
(219,214,222)
#DED9E1
(222,217,225)
#E1DCE4
(225,220,228)
#E4DFE7
(228,223,231)
#E7E2EA
(231,226,234)
#EAE5ED
(234,229,237)
#EDE8F0
(237,232,240)
#F0EBF3
(240,235,243)
#F3EEF6
(243,238,246)
#F6F1F9
(246,241,249)
#F9F4FC
(249,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD6DE; }

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

This text font color is #DBD6DE.

Background Color

.myBgColor { background-color: #DBD6DE; }

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

This div background color is #DBD6DE.

Border color

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

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

This div border color is #DBD6DE.

Opacity

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

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

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

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

This text has shadow with #DBD6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBD6DE.

Preview

Color preview on black background

This text has color #DBD6DE on black background.


Color preview on white background

This text has color #DBD6DE on white background.


Black color preview on #DBD6DE background

This text has black color on #DBD6DE background.


White color preview on #DBD6DE background

This text has white color on #DBD6DE background.


Related colors

Complementary color

Complementary color for #hex is #242921.


I love getcolorcode.com

Triadic colors

1 #DEDBD6 and #D6DEDB with #DBD6DE are triadic colors.

2 #DED6DB and #D6DBDE with #DBD6DE are triadic colors.