COLOR #DBB5A2

HEX: #DBB5A2
RGB: (219,181,162)

Color info

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

RGB color model

#DBB5A2 color RGB value is (219,181,162).

  • red value is 219;
  • green value is 181;
  • blue value is 162.
RGB:
(219,181,162)
(86%,71%,64%)

RGB channels and saturation

R 219 of 255 = 86%
G 181 of 255 = 71%
B 162 of 255 = 64%

219
181
162

R + G + B ~ 74%. #DBB5A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 181 + 162 = 562 (100%)
R 219 of 562 ~ 38.97%
G 181 of 562 ~ 32.21%
B 162 of 562 ~ 28.83%

%38.97
%32.21
%28.83

CMYK color model

#DBB5A2 color CMYK value is (0,17,26,14).

  • cyan value is 0.00%
  • magenta value is 17.35%
  • yellow value is 26.03%
  • key color value is 14.12%
CMYK:
(0,17,26,14)
C0M17Y26K14 
(0%,17%,26%,14%)
(0.00/0.17/0.26/0.14)	

CMYK percentages

%0
%17.35
%26.03
%14.12

Codes

Color #DBB5A2 in popluar color models

DBB5A2
RGB219181162
HSL20°44.19%74.71%
HSB/HSV20°26.03%85.88%
CMYK0.00%17.35%26.03%
14.12%

Color #DBB5A2 in popluar number systems.

HEXDBB5A2
Decimal219181162
Binary110110111011010110100010
Octal333265242

Shades and tints

Shades of #DBB5A2

#DBB5A2
(219,181,162)
#C8A594
(200,165,148)
#B59586
(181,149,134)
#A28578
(162,133,120)
#8F756A
(143,117,106)
#7C655C
(124,101,92)
#69554E
(105,85,78)
#564540
(86,69,64)
#433532
(67,53,50)
#302524
(48,37,36)
#1D1516
(29,21,22)
#000000
(0,0,0)

Tints of #DBB5A2

#DBB5A2
(219,181,162)
#DEBBAA
(222,187,170)
#E1C1B2
(225,193,178)
#E4C7BA
(228,199,186)
#E7CDC2
(231,205,194)
#EAD3CA
(234,211,202)
#EDD9D2
(237,217,210)
#F0DFDA
(240,223,218)
#F3E5E2
(243,229,226)
#F6EBEA
(246,235,234)
#F9F1F2
(249,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB5A2; }

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

This text font color is #DBB5A2.


Background Color

.myBgColor { background-color: #DBB5A2; }

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

This div background color is #DBB5A2.


Border color

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

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

This div border color is #DBB5A2.


Opacity

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

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

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

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

This text has shadow with #DBB5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB5A2 on black background.


Color preview on white background

This text has color #DBB5A2 on white background.



Black color preview on #DBB5A2 background

This text has black color on #DBB5A2 background.


White color preview on #DBB5A2 background

This text has white color on #DBB5A2 background.