COLOR #DBD5B6

HEX: #DBD5B6
RGB: (219,213,182)

Color info

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

RGB color model

#DBD5B6 color RGB value is (219,213,182).

  • red value is 219;
  • green value is 213;
  • blue value is 182.
RGB:
(219,213,182)
(86%,84%,71%)

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 182 of 255 = 71%

219
213
182

R + G + B ~ 80%. #DBD5B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 182 = 614 (100%)
R 219 of 614 ~ 35.67%
G 213 of 614 ~ 34.69%
B 182 of 614 ~ 29.64%

%35.67
%34.69
%29.64

CMYK color model

#DBD5B6 color CMYK value is (0,3,17,14).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 16.89%
  • key color value is 14.12%
CMYK:
(0,3,17,14)
C0M3Y17K14 
(0%,3%,17%,14%)
(0.00/0.03/0.17/0.14)	

CMYK percentages

%0
%2.74
%16.89
%14.12

Codes

Color #DBD5B6 in popluar color models

DBD5B6
RGB219213182
HSL50°33.94%78.63%
HSB/HSV50°16.89%85.88%
CMYK0.00%2.74%16.89%
14.12%

Color #DBD5B6 in popluar number systems.

HEXDBD5B6
Decimal219213182
Binary110110111101010110110110
Octal333325266

Shades and tints

Shades of #DBD5B6

#DBD5B6
(219,213,182)
#C8C2A6
(200,194,166)
#B5AF96
(181,175,150)
#A29C86
(162,156,134)
#8F8976
(143,137,118)
#7C7666
(124,118,102)
#696356
(105,99,86)
#565046
(86,80,70)
#433D36
(67,61,54)
#302A26
(48,42,38)
#1D1716
(29,23,22)
#000000
(0,0,0)

Tints of #DBD5B6

#DBD5B6
(219,213,182)
#DED8BC
(222,216,188)
#E1DBC2
(225,219,194)
#E4DEC8
(228,222,200)
#E7E1CE
(231,225,206)
#EAE4D4
(234,228,212)
#EDE7DA
(237,231,218)
#F0EAE0
(240,234,224)
#F3EDE6
(243,237,230)
#F6F0EC
(246,240,236)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD5B6 color. Also use rgb(219,213,182) instead hex code.

Text Font Color

.myTextColor { color: #DBD5B6; }

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

This text font color is #DBD5B6.


Background Color

.myBgColor { background-color: #DBD5B6; }

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

This div background color is #DBD5B6.


Border color

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

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

This div border color is #DBD5B6.


Opacity

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

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

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

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

This text has shadow with #DBD5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD5B6 on black background.


Color preview on white background

This text has color #DBD5B6 on white background.



Black color preview on #DBD5B6 background

This text has black color on #DBD5B6 background.


White color preview on #DBD5B6 background

This text has white color on #DBD5B6 background.