COLOR #DBBACC

HEX: #DBBACC RGB: (219,186,204)

Color info

#DBBACC contains red, green and blue colors in about the same proportion. Web safe color of #DBBACC is #CCCCCC (or #CCC).

RGB color model

#DBBACC color RGB value is (219,186,204).

RGB: (219,186,204) (86%, 73%, 80%)

RGB channels and saturation

R 219 of 255 = 86%
G 186 of 255 = 73%
B 204 of 255 = 80%

219
186
204

R + G + B ~ 80%. #DBBACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 186 + 204 = 609 (100%)
R 219 of 609 ~ 35.96%
G 186 of 609 ~ 30.54%
B 204 of 609 ~ 33.5'%

%35.96
%30.54
%33.5

CMYK color model

#DBBACC color CMYK value is (0,15,7,14).

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

CMYK: (0,15,7,14)
C0M15Y7K14 (0%, 15%, 7%, 14%)
(0.00 / 0.15 / 0.07 / 0.14)

CMYK percentages

%0
%15.07
%6.85
%14.12

Codes

Color #DBBACC in popluar color models

DB BA CC
RGB 219 186 204
HSL 327° 31.43% 79.41%
HSB/HSV 327° 15.07% 85.88%
CMYK 0.00% 15.07% 6.85%
14.12%

Color #DBBACC in popluar number systems.

HEX DB BA CC
Decimal 219 186 204
Binary 11011011 10111010 11001100
Octal 333 272 314

Shades and tints

Shades of #DBBACC

#DBBACC
(219,186,204)
#C8AABA
(200,170,186)
#B59AA8
(181,154,168)
#A28A96
(162,138,150)
#8F7A84
(143,122,132)
#7C6A72
(124,106,114)
#695A60
(105,90,96)
#564A4E
(86,74,78)
#433A3C
(67,58,60)
#302A2A
(48,42,42)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #DBBACC

#DBBACC
(219,186,204)
#DEC0D0
(222,192,208)
#E1C6D4
(225,198,212)
#E4CCD8
(228,204,216)
#E7D2DC
(231,210,220)
#EAD8E0
(234,216,224)
#EDDEE4
(237,222,228)
#F0E4E8
(240,228,232)
#F3EAEC
(243,234,236)
#F6F0F0
(246,240,240)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBBACC; }

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

This text font color is #DBBACC.

Background Color

.myBgColor { background-color: #DBBACC; }

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

This div background color is #DBBACC.

Border color

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

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

This div border color is #DBBACC.

Opacity

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

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

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

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

This text has shadow with #DBBACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBBACC.

Preview

Color preview on black background

This text has color #DBBACC on black background.


Color preview on white background

This text has color #DBBACC on white background.


Black color preview on #DBBACC background

This text has black color on #DBBACC background.


White color preview on #DBBACC background

This text has white color on #DBBACC background.


Related colors

Complementary color

Complementary color for #hex is #244533.


I love getcolorcode.com

Triadic colors

1 #CCDBBA and #BACCDB with #DBBACC are triadic colors.

2 #CCBADB and #BADBCC with #DBBACC are triadic colors.