COLOR #DBACB4

HEX: #DBACB4 RGB: (219,172,180)

Color info

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

RGB color model

#DBACB4 color RGB value is (219,172,180).

RGB: (219,172,180) (86%, 67%, 71%)

RGB channels and saturation

R 219 of 255 = 86%
G 172 of 255 = 67%
B 180 of 255 = 71%

219
172
180

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

Portions of RGB colors in percentages

R + G + B = 219 + 172 + 180 = 571 (100%)
R 219 of 571 ~ 38.35%
G 172 of 571 ~ 30.12%
B 180 of 571 ~ 31.52'%

%38.35
%30.12
%31.52

CMYK color model

#DBACB4 color CMYK value is (0,21,18,14).

  • cyan value is 0.00%
  • magenta value is 21.46%
  • yellow value is 17.81%
  • key color value is 14.12%
CMYK: (0,21,18,14) C0M21Y18K14 (0%,21%,18%,14%) (0.00/0.21/0.18/0.14) 

CMYK percentages

%0
%21.46
%17.81
%14.12

Codes

Color #DBACB4 in popluar color models

DB AC B4
RGB 219 172 180
HSL 350° 39.50% 76.67%
HSB/HSV 350° 21.46% 85.88%
CMYK 0.00% 21.46% 17.81%
14.12%

Color #DBACB4 in popluar number systems.

HEX DB AC B4
Decimal 219 172 180
Binary 11011011 10101100 10110100
Octal 333 254 264

Shades and tints

Shades of #DBACB4

#DBACB4
(219,172,180)
#C89DA4
(200,157,164)
#B58E94
(181,142,148)
#A27F84
(162,127,132)
#8F7074
(143,112,116)
#7C6164
(124,97,100)
#695254
(105,82,84)
#564344
(86,67,68)
#433434
(67,52,52)
#302524
(48,37,36)
#1D1614
(29,22,20)
#000000
(0,0,0)

Tints of #DBACB4

#DBACB4
(219,172,180)
#DEB3BA
(222,179,186)
#E1BAC0
(225,186,192)
#E4C1C6
(228,193,198)
#E7C8CC
(231,200,204)
#EACFD2
(234,207,210)
#EDD6D8
(237,214,216)
#F0DDDE
(240,221,222)
#F3E4E4
(243,228,228)
#F6EBEA
(246,235,234)
#F9F2F0
(249,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBACB4 color. Also use rgb(219,172,180) instead hex code.

Text Font Color

.myTextColor { color: #DBACB4; }

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

This text font color is #DBACB4.

Background Color

.myBgColor { background-color: #DBACB4; }

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

This div background color is #DBACB4.

Border color

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

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

This div border color is #DBACB4.

Opacity

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

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

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

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

This text has shadow with #DBACB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBACB4.

Preview

Color preview on black background

This text has color #DBACB4 on black background.


Color preview on white background

This text has color #DBACB4 on white background.


Black color preview on #DBACB4 background

This text has black color on #DBACB4 background.


White color preview on #DBACB4 background

This text has white color on #DBACB4 background.


Related colors

Complementary color

Complementary color for #hex is #24534B.


I love getcolorcode.com

Triadic colors

1 #B4DBAC and #ACB4DB with #DBACB4 are triadic colors.

2 #B4ACDB and #ACDBB4 with #DBACB4 are triadic colors.