COLOR #DBAACC

HEX: #DBAACC RGB: (219,170,204)

Color info

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

RGB color model

#DBAACC color RGB value is (219,170,204).

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

RGB channels and saturation

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

219
170
204

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

Portions of RGB colors in percentages

R + G + B = 219 + 170 + 204 = 593 (100%)
R 219 of 593 ~ 36.93%
G 170 of 593 ~ 28.67%
B 204 of 593 ~ 34.4'%

%36.93
%28.67
%34.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.37%
  • 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
%22.37
%6.85
%14.12

Codes

Color #DBAACC in popluar color models

DB AA CC
RGB 219 170 204
HSL 318° 40.50% 76.27%
HSB/HSV 318° 22.37% 85.88%
CMYK 0.00% 22.37% 6.85%
14.12%

Color #DBAACC in popluar number systems.

HEX DB AA CC
Decimal 219 170 204
Binary 11011011 10101010 11001100
Octal 333 252 314

Shades and tints

Shades of #DBAACC

#DBAACC
(219,170,204)
#C89BBA
(200,155,186)
#B58CA8
(181,140,168)
#A27D96
(162,125,150)
#8F6E84
(143,110,132)
#7C5F72
(124,95,114)
#695060
(105,80,96)
#56414E
(86,65,78)
#43323C
(67,50,60)
#30232A
(48,35,42)
#1D1418
(29,20,24)
#000000
(0,0,0)

Tints of #DBAACC

#DBAACC
(219,170,204)
#DEB1D0
(222,177,208)
#E1B8D4
(225,184,212)
#E4BFD8
(228,191,216)
#E7C6DC
(231,198,220)
#EACDE0
(234,205,224)
#EDD4E4
(237,212,228)
#F0DBE8
(240,219,232)
#F3E2EC
(243,226,236)
#F6E9F0
(246,233,240)
#F9F0F4
(249,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAACC; }

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

This text font color is #DBAACC.

Background Color

.myBgColor { background-color: #DBAACC; }

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

This div background color is #DBAACC.

Border color

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

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

This div border color is #DBAACC.

Opacity

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

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

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

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

This text has shadow with #DBAACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAACC.

Preview

Color preview on black background

This text has color #DBAACC on black background.


Color preview on white background

This text has color #DBAACC on white background.


Black color preview on #DBAACC background

This text has black color on #DBAACC background.


White color preview on #DBAACC background

This text has white color on #DBAACC background.


Related colors

Complementary color

Complementary color for #hex is #245533.


I love getcolorcode.com

Triadic colors

1 #CCDBAA and #AACCDB with #DBAACC are triadic colors.

2 #CCAADB and #AADBCC with #DBAACC are triadic colors.