COLOR #DBB2A1

HEX: #DBB2A1
RGB: (219,178,161)

Color info

#DBB2A1 contains red, green and blue colors in about the same proportion. Web safe color of #DBB2A1 is #CC9999 (or #C99).

RGB color model

#DBB2A1 color RGB value is (219,178,161).

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

RGB channels and saturation

R 219 of 255 = 86%
G 178 of 255 = 70%
B 161 of 255 = 63%

219
178
161

R + G + B ~ 73%. #DBB2A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 178 + 161 = 558 (100%)
R 219 of 558 ~ 39.25%
G 178 of 558 ~ 31.9%
B 161 of 558 ~ 28.85%

%39.25
%31.9
%28.85

CMYK color model

#DBB2A1 color CMYK value is (0,19,26,14).

  • cyan value is 0.00%
  • magenta value is 18.72%
  • yellow value is 26.48%
  • key color value is 14.12%
CMYK:
(0,19,26,14)
C0M19Y26K14 
(0%,19%,26%,14%)
(0.00/0.19/0.26/0.14)	

CMYK percentages

%0
%18.72
%26.48
%14.12

Codes

Color #DBB2A1 in popluar color models

DBB2A1
RGB219178161
HSL18°44.62%74.51%
HSB/HSV18°26.48%85.88%
CMYK0.00%18.72%26.48%
14.12%

Color #DBB2A1 in popluar number systems.

HEXDBB2A1
Decimal219178161
Binary110110111011001010100001
Octal333262241

Shades and tints

Shades of #DBB2A1

#DBB2A1
(219,178,161)
#C8A293
(200,162,147)
#B59285
(181,146,133)
#A28277
(162,130,119)
#8F7269
(143,114,105)
#7C625B
(124,98,91)
#69524D
(105,82,77)
#56423F
(86,66,63)
#433231
(67,50,49)
#302223
(48,34,35)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #DBB2A1

#DBB2A1
(219,178,161)
#DEB9A9
(222,185,169)
#E1C0B1
(225,192,177)
#E4C7B9
(228,199,185)
#E7CEC1
(231,206,193)
#EAD5C9
(234,213,201)
#EDDCD1
(237,220,209)
#F0E3D9
(240,227,217)
#F3EAE1
(243,234,225)
#F6F1E9
(246,241,233)
#F9F8F1
(249,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBB2A1; }

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

This text font color is #DBB2A1.


Background Color

.myBgColor { background-color: #DBB2A1; }

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

This div background color is #DBB2A1.


Border color

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

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

This div border color is #DBB2A1.


Opacity

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

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

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

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

This text has shadow with #DBB2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBB2A1 on black background.


Color preview on white background

This text has color #DBB2A1 on white background.



Black color preview on #DBB2A1 background

This text has black color on #DBB2A1 background.


White color preview on #DBB2A1 background

This text has white color on #DBB2A1 background.