COLOR #DBD6A9

HEX: #DBD6A9
RGB: (219,214,169)

Color info

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

RGB color model

#DBD6A9 color RGB value is (219,214,169).

  • red value is 219;
  • green value is 214;
  • blue value is 169.
RGB:
(219,214,169)
(86%,84%,66%)

RGB channels and saturation

R 219 of 255 = 86%
G 214 of 255 = 84%
B 169 of 255 = 66%

219
214
169

R + G + B ~ 79%. #DBD6A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 214 + 169 = 602 (100%)
R 219 of 602 ~ 36.38%
G 214 of 602 ~ 35.55%
B 169 of 602 ~ 28.07%

%36.38
%35.55
%28.07

CMYK color model

#DBD6A9 color CMYK value is (0,2,23,14).

  • cyan value is 0.00%
  • magenta value is 2.28%
  • yellow value is 22.83%
  • key color value is 14.12%
CMYK:
(0,2,23,14)
C0M2Y23K14 
(0%,2%,23%,14%)
(0.00/0.02/0.23/0.14)	

CMYK percentages

%0
%2.28
%22.83
%14.12

Codes

Color #DBD6A9 in popluar color models

DBD6A9
RGB219214169
HSL54°40.98%76.08%
HSB/HSV54°22.83%85.88%
CMYK0.00%2.28%22.83%
14.12%

Color #DBD6A9 in popluar number systems.

HEXDBD6A9
Decimal219214169
Binary110110111101011010101001
Octal333326251

Shades and tints

Shades of #DBD6A9

#DBD6A9
(219,214,169)
#C8C39A
(200,195,154)
#B5B08B
(181,176,139)
#A29D7C
(162,157,124)
#8F8A6D
(143,138,109)
#7C775E
(124,119,94)
#69644F
(105,100,79)
#565140
(86,81,64)
#433E31
(67,62,49)
#302B22
(48,43,34)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #DBD6A9

#DBD6A9
(219,214,169)
#DED9B0
(222,217,176)
#E1DCB7
(225,220,183)
#E4DFBE
(228,223,190)
#E7E2C5
(231,226,197)
#EAE5CC
(234,229,204)
#EDE8D3
(237,232,211)
#F0EBDA
(240,235,218)
#F3EEE1
(243,238,225)
#F6F1E8
(246,241,232)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBD6A9 color. Also use rgb(219,214,169) instead hex code.

Text Font Color

.myTextColor { color: #DBD6A9; }

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

This text font color is #DBD6A9.


Background Color

.myBgColor { background-color: #DBD6A9; }

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

This div background color is #DBD6A9.


Border color

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

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

This div border color is #DBD6A9.


Opacity

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

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

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

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

This text has shadow with #DBD6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBD6A9 on black background.


Color preview on white background

This text has color #DBD6A9 on white background.



Black color preview on #DBD6A9 background

This text has black color on #DBD6A9 background.


White color preview on #DBD6A9 background

This text has white color on #DBD6A9 background.