COLOR #DBD5B2

HEX: #DBD5B2
RGB: (219,213,178)

Color info

#DBD5B2 contains red, green and blue colors in about the same proportion. Web safe color of #DBD5B2 is #CCCC99 (or #CC9).

RGB color model

#DBD5B2 color RGB value is (219,213,178).

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

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 178 of 255 = 70%

219
213
178

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

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 178 = 610 (100%)
R 219 of 610 ~ 35.9%
G 213 of 610 ~ 34.92%
B 178 of 610 ~ 29.18%

%35.9
%34.92
%29.18

CMYK color model

#DBD5B2 color CMYK value is (0,3,19,14).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 18.72%
  • key color value is 14.12%
CMYK:
(0,3,19,14)
C0M3Y19K14 
(0%,3%,19%,14%)
(0.00/0.03/0.19/0.14)	

CMYK percentages

%0
%2.74
%18.72
%14.12

Codes

Color #DBD5B2 in popluar color models

DBD5B2
RGB219213178
HSL51°36.28%77.84%
HSB/HSV51°18.72%85.88%
CMYK0.00%2.74%18.72%
14.12%

Color #DBD5B2 in popluar number systems.

HEXDBD5B2
Decimal219213178
Binary110110111101010110110010
Octal333325262

Shades and tints

Shades of #DBD5B2

#DBD5B2
(219,213,178)
#C8C2A2
(200,194,162)
#B5AF92
(181,175,146)
#A29C82
(162,156,130)
#8F8972
(143,137,114)
#7C7662
(124,118,98)
#696352
(105,99,82)
#565042
(86,80,66)
#433D32
(67,61,50)
#302A22
(48,42,34)
#1D1712
(29,23,18)
#000000
(0,0,0)

Tints of #DBD5B2

#DBD5B2
(219,213,178)
#DED8B9
(222,216,185)
#E1DBC0
(225,219,192)
#E4DEC7
(228,222,199)
#E7E1CE
(231,225,206)
#EAE4D5
(234,228,213)
#EDE7DC
(237,231,220)
#F0EAE3
(240,234,227)
#F3EDEA
(243,237,234)
#F6F0F1
(246,240,241)
#F9F3F8
(249,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD5B2; }

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

This text font color is #DBD5B2.


Background Color

.myBgColor { background-color: #DBD5B2; }

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

This div background color is #DBD5B2.


Border color

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

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

This div border color is #DBD5B2.


Opacity

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

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

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

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

This text has shadow with #DBD5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD5B2 on black background.


Color preview on white background

This text has color #DBD5B2 on white background.



Black color preview on #DBD5B2 background

This text has black color on #DBD5B2 background.


White color preview on #DBD5B2 background

This text has white color on #DBD5B2 background.