COLOR #DBACE8

HEX: #DBACE8
RGB: (219,172,232)

Color info

#DBACE8 contains mainly red and blue colors. Web safe color of #DBACE8 is #CC99FF (or #C9F).

RGB color model

#DBACE8 color RGB value is (219,172,232).

  • red value is 219;
  • green value is 172;
  • blue value is 232.
RGB:
(219,172,232)
(86%,67%,91%)

RGB channels and saturation

R 219 of 255 = 86%
G 172 of 255 = 67%
B 232 of 255 = 91%

219
172
232

R + G + B ~ 81%. #DBACE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 172 + 232 = 623 (100%)
R 219 of 623 ~ 35.15%
G 172 of 623 ~ 27.61%
B 232 of 623 ~ 37.24%

%35.15
%27.61
%37.24

CMYK color model

#DBACE8 color CMYK value is (6,26,0,9).

  • cyan value is 5.60%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(6,26,0,9)
C6M26Y0K9 
(6%,26%,0%,9%)
(0.06/0.26/0.00/0.09)	

CMYK percentages

%5.6
%25.86
%0
%9.02

Codes

Color #DBACE8 in popluar color models

DBACE8
RGB219172232
HSL287°56.60%79.22%
HSB/HSV287°25.86%90.98%
CMYK5.60%25.86%0.00%
9.02%

Color #DBACE8 in popluar number systems.

HEXDBACE8
Decimal219172232
Binary110110111010110011101000
Octal333254350

Shades and tints

Shades of #DBACE8

#DBACE8
(219,172,232)
#C89DD3
(200,157,211)
#B58EBE
(181,142,190)
#A27FA9
(162,127,169)
#8F7094
(143,112,148)
#7C617F
(124,97,127)
#69526A
(105,82,106)
#564355
(86,67,85)
#433440
(67,52,64)
#30252B
(48,37,43)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #DBACE8

#DBACE8
(219,172,232)
#DEB3EA
(222,179,234)
#E1BAEC
(225,186,236)
#E4C1EE
(228,193,238)
#E7C8F0
(231,200,240)
#EACFF2
(234,207,242)
#EDD6F4
(237,214,244)
#F0DDF6
(240,221,246)
#F3E4F8
(243,228,248)
#F6EBFA
(246,235,250)
#F9F2FC
(249,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBACE8; }

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

This text font color is #DBACE8.


Background Color

.myBgColor { background-color: #DBACE8; }

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

This div background color is #DBACE8.


Border color

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

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

This div border color is #DBACE8.


Opacity

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

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

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

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

This text has shadow with #DBACE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBACE8 on black background.


Color preview on white background

This text has color #DBACE8 on white background.



Black color preview on #DBACE8 background

This text has black color on #DBACE8 background.


White color preview on #DBACE8 background

This text has white color on #DBACE8 background.