COLOR #DBABB5

HEX: #DBABB5
RGB: (219,171,181)

Color info

#DBABB5 contains red, green and blue colors in about the same proportion. Web safe color of #DBABB5 is #CC99CC (or #C9C).

RGB color model

#DBABB5 color RGB value is (219,171,181).

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

RGB channels and saturation

R 219 of 255 = 86%
G 171 of 255 = 67%
B 181 of 255 = 71%

219
171
181

R + G + B ~ 75%. #DBABB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 171 + 181 = 571 (100%)
R 219 of 571 ~ 38.35%
G 171 of 571 ~ 29.95%
B 181 of 571 ~ 31.7%

%38.35
%29.95
%31.7

CMYK color model

#DBABB5 color CMYK value is (0,22,17,14).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(0,22,17,14)
C0M22Y17K14 
(0%,22%,17%,14%)
(0.00/0.22/0.17/0.14)	

CMYK percentages

%0
%21.92
%17.35
%14.12

Codes

Color #DBABB5 in popluar color models

DBABB5
RGB219171181
HSL348°40.00%76.47%
HSB/HSV348°21.92%85.88%
CMYK0.00%21.92%17.35%
14.12%

Color #DBABB5 in popluar number systems.

HEXDBABB5
Decimal219171181
Binary110110111010101110110101
Octal333253265

Shades and tints

Shades of #DBABB5

#DBABB5
(219,171,181)
#C89CA5
(200,156,165)
#B58D95
(181,141,149)
#A27E85
(162,126,133)
#8F6F75
(143,111,117)
#7C6065
(124,96,101)
#695155
(105,81,85)
#564245
(86,66,69)
#433335
(67,51,53)
#302425
(48,36,37)
#1D1515
(29,21,21)
#000000
(0,0,0)

Tints of #DBABB5

#DBABB5
(219,171,181)
#DEB2BB
(222,178,187)
#E1B9C1
(225,185,193)
#E4C0C7
(228,192,199)
#E7C7CD
(231,199,205)
#EACED3
(234,206,211)
#EDD5D9
(237,213,217)
#F0DCDF
(240,220,223)
#F3E3E5
(243,227,229)
#F6EAEB
(246,234,235)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBABB5; }

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

This text font color is #DBABB5.


Background Color

.myBgColor { background-color: #DBABB5; }

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

This div background color is #DBABB5.


Border color

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

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

This div border color is #DBABB5.


Opacity

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

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

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

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

This text has shadow with #DBABB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBABB5 on black background.


Color preview on white background

This text has color #DBABB5 on white background.



Black color preview on #DBABB5 background

This text has black color on #DBABB5 background.


White color preview on #DBABB5 background

This text has white color on #DBABB5 background.