COLOR #DBDDD3

HEX: #DBDDD3 RGB: (219,221,211)

Color info

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

RGB color model

#DBDDD3 color RGB value is (219,221,211).

RGB: (219,221,211) (86%, 87%, 83%)

RGB channels and saturation

R 219 of 255 = 86%
G 221 of 255 = 87%
B 211 of 255 = 83%

219
221
211

R + G + B ~ 85%. #DBDDD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 221 + 211 = 651 (100%)
R 219 of 651 ~ 33.64%
G 221 of 651 ~ 33.95%
B 211 of 651 ~ 32.41'%

%33.64
%33.95
%32.41

CMYK color model

#DBDDD3 color CMYK value is (1,0,5,13).

  • cyan value is 0.90%
  • magenta value is 0.00%
  • yellow value is 4.52%
  • key color value is 13.33%

CMYK: (1,0,5,13)
C1M0Y5K13 (1%, 0%, 5%, 13%)
(0.01 / 0.00 / 0.05 / 0.13)

CMYK percentages

%0.9
%0
%4.52
%13.33

Codes

Color #DBDDD3 in popluar color models

DB DD D3
RGB 219 221 211
HSL 72° 12.82% 84.71%
HSB/HSV 72° 4.52% 86.67%
CMYK 0.90% 0.00% 4.52%
13.33%

Color #DBDDD3 in popluar number systems.

HEX DB DD D3
Decimal 219 221 211
Binary 11011011 11011101 11010011
Octal 333 335 323

Shades and tints

Shades of #DBDDD3

#DBDDD3
(219,221,211)
#C8C9C0
(200,201,192)
#B5B5AD
(181,181,173)
#A2A19A
(162,161,154)
#8F8D87
(143,141,135)
#7C7974
(124,121,116)
#696561
(105,101,97)
#56514E
(86,81,78)
#433D3B
(67,61,59)
#302928
(48,41,40)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #DBDDD3

#DBDDD3
(219,221,211)
#DEE0D7
(222,224,215)
#E1E3DB
(225,227,219)
#E4E6DF
(228,230,223)
#E7E9E3
(231,233,227)
#EAECE7
(234,236,231)
#EDEFEB
(237,239,235)
#F0F2EF
(240,242,239)
#F3F5F3
(243,245,243)
#F6F8F7
(246,248,247)
#F9FBFB
(249,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDDD3; }

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

This text font color is #DBDDD3.

Background Color

.myBgColor { background-color: #DBDDD3; }

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

This div background color is #DBDDD3.

Border color

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

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

This div border color is #DBDDD3.

Opacity

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

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

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

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

This text has shadow with #DBDDD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDDD3.

Preview

Color preview on black background

This text has color #DBDDD3 on black background.


Color preview on white background

This text has color #DBDDD3 on white background.


Black color preview on #DBDDD3 background

This text has black color on #DBDDD3 background.


White color preview on #DBDDD3 background

This text has white color on #DBDDD3 background.


Related colors

Complementary color

Complementary color for #hex is #24222C.


I love getcolorcode.com

Triadic colors

1 #D3DBDD and #DDD3DB with #DBDDD3 are triadic colors.

2 #D3DDDB and #DDDBD3 with #DBDDD3 are triadic colors.