COLOR #DBADA1

HEX: #DBADA1
RGB: (219,173,161)

Color info

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

RGB color model

#DBADA1 color RGB value is (219,173,161).

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

RGB channels and saturation

R 219 of 255 = 86%
G 173 of 255 = 68%
B 161 of 255 = 63%

219
173
161

R + G + B ~ 72%. #DBADA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 173 + 161 = 553 (100%)
R 219 of 553 ~ 39.6%
G 173 of 553 ~ 31.28%
B 161 of 553 ~ 29.11%

%39.6
%31.28
%29.11

CMYK color model

#DBADA1 color CMYK value is (0,21,26,14).

  • cyan value is 0.00%
  • magenta value is 21.00%
  • yellow value is 26.48%
  • key color value is 14.12%
CMYK:
(0,21,26,14)
C0M21Y26K14 
(0%,21%,26%,14%)
(0.00/0.21/0.26/0.14)	

CMYK percentages

%0
%21
%26.48
%14.12

Codes

Color #DBADA1 in popluar color models

DBADA1
RGB219173161
HSL12°44.62%74.51%
HSB/HSV12°26.48%85.88%
CMYK0.00%21.00%26.48%
14.12%

Color #DBADA1 in popluar number systems.

HEXDBADA1
Decimal219173161
Binary110110111010110110100001
Octal333255241

Shades and tints

Shades of #DBADA1

#DBADA1
(219,173,161)
#C89E93
(200,158,147)
#B58F85
(181,143,133)
#A28077
(162,128,119)
#8F7169
(143,113,105)
#7C625B
(124,98,91)
#69534D
(105,83,77)
#56443F
(86,68,63)
#433531
(67,53,49)
#302623
(48,38,35)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #DBADA1

#DBADA1
(219,173,161)
#DEB4A9
(222,180,169)
#E1BBB1
(225,187,177)
#E4C2B9
(228,194,185)
#E7C9C1
(231,201,193)
#EAD0C9
(234,208,201)
#EDD7D1
(237,215,209)
#F0DED9
(240,222,217)
#F3E5E1
(243,229,225)
#F6ECE9
(246,236,233)
#F9F3F1
(249,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBADA1; }

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

This text font color is #DBADA1.


Background Color

.myBgColor { background-color: #DBADA1; }

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

This div background color is #DBADA1.


Border color

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

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

This div border color is #DBADA1.


Opacity

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

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

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

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

This text has shadow with #DBADA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBADA1 on black background.


Color preview on white background

This text has color #DBADA1 on white background.



Black color preview on #DBADA1 background

This text has black color on #DBADA1 background.


White color preview on #DBADA1 background

This text has white color on #DBADA1 background.