COLOR #DBABB8

HEX: #DBABB8 RGB: (219,171,184)

Color info

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

RGB color model

#DBABB8 color RGB value is (219,171,184).

RGB: (219,171,184) (86%, 67%, 72%)

RGB channels and saturation

R 219 of 255 = 86%
G 171 of 255 = 67%
B 184 of 255 = 72%

219
171
184

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

Portions of RGB colors in percentages

R + G + B = 219 + 171 + 184 = 574 (100%)
R 219 of 574 ~ 38.15%
G 171 of 574 ~ 29.79%
B 184 of 574 ~ 32.06'%

%38.15
%29.79
%32.06

CMYK color model

#DBABB8 color CMYK value is (0,22,16,14).

  • cyan value is 0.00%
  • magenta value is 21.92%
  • yellow value is 15.98%
  • key color value is 14.12%

CMYK: (0,22,16,14)
C0M22Y16K14 (0%, 22%, 16%, 14%)
(0.00 / 0.22 / 0.16 / 0.14)

CMYK percentages

%0
%21.92
%15.98
%14.12

Codes

Color #DBABB8 in popluar color models

DB AB B8
RGB 219 171 184
HSL 344° 40.00% 76.47%
HSB/HSV 344° 21.92% 85.88%
CMYK 0.00% 21.92% 15.98%
14.12%

Color #DBABB8 in popluar number systems.

HEX DB AB B8
Decimal 219 171 184
Binary 11011011 10101011 10111000
Octal 333 253 270

Shades and tints

Shades of #DBABB8

#DBABB8
(219,171,184)
#C89CA8
(200,156,168)
#B58D98
(181,141,152)
#A27E88
(162,126,136)
#8F6F78
(143,111,120)
#7C6068
(124,96,104)
#695158
(105,81,88)
#564248
(86,66,72)
#433338
(67,51,56)
#302428
(48,36,40)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DBABB8

#DBABB8
(219,171,184)
#DEB2BE
(222,178,190)
#E1B9C4
(225,185,196)
#E4C0CA
(228,192,202)
#E7C7D0
(231,199,208)
#EACED6
(234,206,214)
#EDD5DC
(237,213,220)
#F0DCE2
(240,220,226)
#F3E3E8
(243,227,232)
#F6EAEE
(246,234,238)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBABB8; }

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

This text font color is #DBABB8.

Background Color

.myBgColor { background-color: #DBABB8; }

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

This div background color is #DBABB8.

Border color

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

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

This div border color is #DBABB8.

Opacity

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

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

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

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

This text has shadow with #DBABB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBABB8.

Preview

Color preview on black background

This text has color #DBABB8 on black background.


Color preview on white background

This text has color #DBABB8 on white background.


Black color preview on #DBABB8 background

This text has black color on #DBABB8 background.


White color preview on #DBABB8 background

This text has white color on #DBABB8 background.


Related colors

Complementary color

Complementary color for #hex is #245447.


I love getcolorcode.com

Triadic colors

1 #B8DBAB and #ABB8DB with #DBABB8 are triadic colors.

2 #B8ABDB and #ABDBB8 with #DBABB8 are triadic colors.