COLOR #DBACEB

HEX: #DBACEB RGB: (219,172,235)

Color info

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

RGB color model

#DBACEB color RGB value is (219,172,235).

RGB: (219,172,235) (86%, 67%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 172 of 255 = 67%
B 235 of 255 = 92%

219
172
235

R + G + B ~ 82%. #DBACEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 172 + 235 = 626 (100%)
R 219 of 626 ~ 34.98%
G 172 of 626 ~ 27.48%
B 235 of 626 ~ 37.54'%

%34.98
%27.48
%37.54

CMYK color model

#DBACEB color CMYK value is (7,27,0,8).

  • cyan value is 6.81%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (7,27,0,8)
C7M27Y0K8 (7%, 27%, 0%, 8%)
(0.07 / 0.27 / 0.00 / 0.08)

CMYK percentages

%6.81
%26.81
%0
%7.84

Codes

Color #DBACEB in popluar color models

DB AC EB
RGB 219 172 235
HSL 285° 61.17% 79.80%
HSB/HSV 285° 26.81% 92.16%
CMYK 6.81% 26.81% 0.00%
7.84%

Color #DBACEB in popluar number systems.

HEX DB AC EB
Decimal 219 172 235
Binary 11011011 10101100 11101011
Octal 333 254 353

Shades and tints

Shades of #DBACEB

#DBACEB
(219,172,235)
#C89DD6
(200,157,214)
#B58EC1
(181,142,193)
#A27FAC
(162,127,172)
#8F7097
(143,112,151)
#7C6182
(124,97,130)
#69526D
(105,82,109)
#564358
(86,67,88)
#433443
(67,52,67)
#30252E
(48,37,46)
#1D1619
(29,22,25)
#000000
(0,0,0)

Tints of #DBACEB

#DBACEB
(219,172,235)
#DEB3EC
(222,179,236)
#E1BAED
(225,186,237)
#E4C1EE
(228,193,238)
#E7C8EF
(231,200,239)
#EACFF0
(234,207,240)
#EDD6F1
(237,214,241)
#F0DDF2
(240,221,242)
#F3E4F3
(243,228,243)
#F6EBF4
(246,235,244)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBACEB; }

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

This text font color is #DBACEB.

Background Color

.myBgColor { background-color: #DBACEB; }

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

This div background color is #DBACEB.

Border color

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

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

This div border color is #DBACEB.

Opacity

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

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

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

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

This text has shadow with #DBACEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBACEB.

Preview

Color preview on black background

This text has color #DBACEB on black background.


Color preview on white background

This text has color #DBACEB on white background.


Black color preview on #DBACEB background

This text has black color on #DBACEB background.


White color preview on #DBACEB background

This text has white color on #DBACEB background.


Related colors

Complementary color

Complementary color for #hex is #245314.


I love getcolorcode.com

Triadic colors

1 #EBDBAC and #ACEBDB with #DBACEB are triadic colors.

2 #EBACDB and #ACDBEB with #DBACEB are triadic colors.