COLOR #DBD5A7

HEX: #DBD5A7
RGB: (219,213,167)

Color info

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

RGB color model

#DBD5A7 color RGB value is (219,213,167).

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

RGB channels and saturation

R 219 of 255 = 86%
G 213 of 255 = 84%
B 167 of 255 = 65%

219
213
167

R + G + B ~ 78%. #DBD5A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 213 + 167 = 599 (100%)
R 219 of 599 ~ 36.56%
G 213 of 599 ~ 35.56%
B 167 of 599 ~ 27.88%

%36.56
%35.56
%27.88

CMYK color model

#DBD5A7 color CMYK value is (0,3,24,14).

  • cyan value is 0.00%
  • magenta value is 2.74%
  • yellow value is 23.74%
  • key color value is 14.12%
CMYK:
(0,3,24,14)
C0M3Y24K14 
(0%,3%,24%,14%)
(0.00/0.03/0.24/0.14)	

CMYK percentages

%0
%2.74
%23.74
%14.12

Codes

Color #DBD5A7 in popluar color models

DBD5A7
RGB219213167
HSL53°41.94%75.69%
HSB/HSV53°23.74%85.88%
CMYK0.00%2.74%23.74%
14.12%

Color #DBD5A7 in popluar number systems.

HEXDBD5A7
Decimal219213167
Binary110110111101010110100111
Octal333325247

Shades and tints

Shades of #DBD5A7

#DBD5A7
(219,213,167)
#C8C298
(200,194,152)
#B5AF89
(181,175,137)
#A29C7A
(162,156,122)
#8F896B
(143,137,107)
#7C765C
(124,118,92)
#69634D
(105,99,77)
#56503E
(86,80,62)
#433D2F
(67,61,47)
#302A20
(48,42,32)
#1D1711
(29,23,17)
#000000
(0,0,0)

Tints of #DBD5A7

#DBD5A7
(219,213,167)
#DED8AF
(222,216,175)
#E1DBB7
(225,219,183)
#E4DEBF
(228,222,191)
#E7E1C7
(231,225,199)
#EAE4CF
(234,228,207)
#EDE7D7
(237,231,215)
#F0EADF
(240,234,223)
#F3EDE7
(243,237,231)
#F6F0EF
(246,240,239)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBD5A7; }

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

This text font color is #DBD5A7.


Background Color

.myBgColor { background-color: #DBD5A7; }

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

This div background color is #DBD5A7.


Border color

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

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

This div border color is #DBD5A7.


Opacity

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

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

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

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

This text has shadow with #DBD5A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD5A7 on black background.


Color preview on white background

This text has color #DBD5A7 on white background.



Black color preview on #DBD5A7 background

This text has black color on #DBD5A7 background.


White color preview on #DBD5A7 background

This text has white color on #DBD5A7 background.