COLOR #DBABE9

HEX: #DBABE9 RGB: (219,171,233)

Color info

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

RGB color model

#DBABE9 color RGB value is (219,171,233).

RGB: (219,171,233) (86%, 67%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 171 of 255 = 67%
B 233 of 255 = 91%

219
171
233

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

Portions of RGB colors in percentages

R + G + B = 219 + 171 + 233 = 623 (100%)
R 219 of 623 ~ 35.15%
G 171 of 623 ~ 27.45%
B 233 of 623 ~ 37.4'%

%35.15
%27.45
%37.4

CMYK color model

#DBABE9 color CMYK value is (6,27,0,9).

  • cyan value is 6.01%
  • magenta value is 26.61%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (6,27,0,9)
C6M27Y0K9 (6%, 27%, 0%, 9%)
(0.06 / 0.27 / 0.00 / 0.09)

CMYK percentages

%6.01
%26.61
%0
%8.63

Codes

Color #DBABE9 in popluar color models

DB AB E9
RGB 219 171 233
HSL 286° 58.49% 79.22%
HSB/HSV 286° 26.61% 91.37%
CMYK 6.01% 26.61% 0.00%
8.63%

Color #DBABE9 in popluar number systems.

HEX DB AB E9
Decimal 219 171 233
Binary 11011011 10101011 11101001
Octal 333 253 351

Shades and tints

Shades of #DBABE9

#DBABE9
(219,171,233)
#C89CD4
(200,156,212)
#B58DBF
(181,141,191)
#A27EAA
(162,126,170)
#8F6F95
(143,111,149)
#7C6080
(124,96,128)
#69516B
(105,81,107)
#564256
(86,66,86)
#433341
(67,51,65)
#30242C
(48,36,44)
#1D1517
(29,21,23)
#000000
(0,0,0)

Tints of #DBABE9

#DBABE9
(219,171,233)
#DEB2EB
(222,178,235)
#E1B9ED
(225,185,237)
#E4C0EF
(228,192,239)
#E7C7F1
(231,199,241)
#EACEF3
(234,206,243)
#EDD5F5
(237,213,245)
#F0DCF7
(240,220,247)
#F3E3F9
(243,227,249)
#F6EAFB
(246,234,251)
#F9F1FD
(249,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBABE9; }

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

This text font color is #DBABE9.

Background Color

.myBgColor { background-color: #DBABE9; }

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

This div background color is #DBABE9.

Border color

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

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

This div border color is #DBABE9.

Opacity

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

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

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

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

This text has shadow with #DBABE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBABE9.

Preview

Color preview on black background

This text has color #DBABE9 on black background.


Color preview on white background

This text has color #DBABE9 on white background.


Black color preview on #DBABE9 background

This text has black color on #DBABE9 background.


White color preview on #DBABE9 background

This text has white color on #DBABE9 background.


Related colors

Complementary color

Complementary color for #hex is #245416.


I love getcolorcode.com

Triadic colors

1 #E9DBAB and #ABE9DB with #DBABE9 are triadic colors.

2 #E9ABDB and #ABDBE9 with #DBABE9 are triadic colors.