COLOR #DBABCC

HEX: #DBABCC RGB: (219,171,204)

Color info

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

RGB color model

#DBABCC color RGB value is (219,171,204).

RGB: (219,171,204) (86%, 67%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 171 of 255 = 67%
B 204 of 255 = 80%

219
171
204

R + G + B ~ 78%. #DBABCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 171 + 204 = 594 (100%)
R 219 of 594 ~ 36.87%
G 171 of 594 ~ 28.79%
B 204 of 594 ~ 34.34'%

%36.87
%28.79
%34.34

CMYK color model

#DBABCC color CMYK value is (0,22,7,14).

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

CMYK: (0,22,7,14)
C0M22Y7K14 (0%, 22%, 7%, 14%)
(0.00 / 0.22 / 0.07 / 0.14)

CMYK percentages

%0
%21.92
%6.85
%14.12

Codes

Color #DBABCC in popluar color models

DB AB CC
RGB 219 171 204
HSL 319° 40.00% 76.47%
HSB/HSV 319° 21.92% 85.88%
CMYK 0.00% 21.92% 6.85%
14.12%

Color #DBABCC in popluar number systems.

HEX DB AB CC
Decimal 219 171 204
Binary 11011011 10101011 11001100
Octal 333 253 314

Shades and tints

Shades of #DBABCC

#DBABCC
(219,171,204)
#C89CBA
(200,156,186)
#B58DA8
(181,141,168)
#A27E96
(162,126,150)
#8F6F84
(143,111,132)
#7C6072
(124,96,114)
#695160
(105,81,96)
#56424E
(86,66,78)
#43333C
(67,51,60)
#30242A
(48,36,42)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #DBABCC

#DBABCC
(219,171,204)
#DEB2D0
(222,178,208)
#E1B9D4
(225,185,212)
#E4C0D8
(228,192,216)
#E7C7DC
(231,199,220)
#EACEE0
(234,206,224)
#EDD5E4
(237,213,228)
#F0DCE8
(240,220,232)
#F3E3EC
(243,227,236)
#F6EAF0
(246,234,240)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBABCC; }

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

This text font color is #DBABCC.

Background Color

.myBgColor { background-color: #DBABCC; }

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

This div background color is #DBABCC.

Border color

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

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

This div border color is #DBABCC.

Opacity

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

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

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

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

This text has shadow with #DBABCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBABCC.

Preview

Color preview on black background

This text has color #DBABCC on black background.


Color preview on white background

This text has color #DBABCC on white background.


Black color preview on #DBABCC background

This text has black color on #DBABCC background.


White color preview on #DBABCC background

This text has white color on #DBABCC background.


Related colors

Complementary color

Complementary color for #hex is #245433.


I love getcolorcode.com

Triadic colors

1 #CCDBAB and #ABCCDB with #DBABCC are triadic colors.

2 #CCABDB and #ABDBCC with #DBABCC are triadic colors.