COLOR #DBDDB5

HEX: #DBDDB5 RGB: (219,221,181)

Color info

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

RGB color model

#DBDDB5 color RGB value is (219,221,181).

RGB: (219,221,181) (86%, 87%, 71%)

RGB channels and saturation

R 219 of 255 = 86%
G 221 of 255 = 87%
B 181 of 255 = 71%

219
221
181

R + G + B ~ 81%. #DBDDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 221 + 181 = 621 (100%)
R 219 of 621 ~ 35.27%
G 221 of 621 ~ 35.59%
B 181 of 621 ~ 29.15'%

%35.27
%35.59
%29.15

CMYK color model

#DBDDB5 color CMYK value is (1,0,18,13).

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

CMYK: (1,0,18,13)
C1M0Y18K13 (1%, 0%, 18%, 13%)
(0.01 / 0.00 / 0.18 / 0.13)

CMYK percentages

%0.9
%0
%18.1
%13.33

Codes

Color #DBDDB5 in popluar color models

DB DD B5
RGB 219 221 181
HSL 63° 37.04% 78.82%
HSB/HSV 63° 18.10% 86.67%
CMYK 0.90% 0.00% 18.10%
13.33%

Color #DBDDB5 in popluar number systems.

HEX DB DD B5
Decimal 219 221 181
Binary 11011011 11011101 10110101
Octal 333 335 265

Shades and tints

Shades of #DBDDB5

#DBDDB5
(219,221,181)
#C8C9A5
(200,201,165)
#B5B595
(181,181,149)
#A2A185
(162,161,133)
#8F8D75
(143,141,117)
#7C7965
(124,121,101)
#696555
(105,101,85)
#565145
(86,81,69)
#433D35
(67,61,53)
#302925
(48,41,37)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #DBDDB5

#DBDDB5
(219,221,181)
#DEE0BB
(222,224,187)
#E1E3C1
(225,227,193)
#E4E6C7
(228,230,199)
#E7E9CD
(231,233,205)
#EAECD3
(234,236,211)
#EDEFD9
(237,239,217)
#F0F2DF
(240,242,223)
#F3F5E5
(243,245,229)
#F6F8EB
(246,248,235)
#F9FBF1
(249,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBDDB5; }

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

This text font color is #DBDDB5.

Background Color

.myBgColor { background-color: #DBDDB5; }

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

This div background color is #DBDDB5.

Border color

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

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

This div border color is #DBDDB5.

Opacity

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

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

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

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

This text has shadow with #DBDDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBDDB5.

Preview

Color preview on black background

This text has color #DBDDB5 on black background.


Color preview on white background

This text has color #DBDDB5 on white background.


Black color preview on #DBDDB5 background

This text has black color on #DBDDB5 background.


White color preview on #DBDDB5 background

This text has white color on #DBDDB5 background.


Related colors

Complementary color

Complementary color for #hex is #24224A.


I love getcolorcode.com

Triadic colors

1 #B5DBDD and #DDB5DB with #DBDDB5 are triadic colors.

2 #B5DDDB and #DDDBB5 with #DBDDB5 are triadic colors.