COLOR #DB9AE7

HEX: #DB9AE7 RGB: (219,154,231)

Color info

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

RGB color model

#DB9AE7 color RGB value is (219,154,231).

RGB: (219,154,231) (86%, 60%, 91%)

RGB channels and saturation

R 219 of 255 = 86%
G 154 of 255 = 60%
B 231 of 255 = 91%

219
154
231

R + G + B ~ 79%. #DB9AE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 154 + 231 = 604 (100%)
R 219 of 604 ~ 36.26%
G 154 of 604 ~ 25.5%
B 231 of 604 ~ 38.25'%

%36.26
%25.5
%38.25

CMYK color model

#DB9AE7 color CMYK value is (5,33,0,9).

  • cyan value is 5.19%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (5,33,0,9)
C5M33Y0K9 (5%, 33%, 0%, 9%)
(0.05 / 0.33 / 0.00 / 0.09)

CMYK percentages

%5.19
%33.33
%0
%9.41

Codes

Color #DB9AE7 in popluar color models

DB 9A E7
RGB 219 154 231
HSL 291° 61.60% 75.49%
HSB/HSV 291° 33.33% 90.59%
CMYK 5.19% 33.33% 0.00%
9.41%

Color #DB9AE7 in popluar number systems.

HEX DB 9A E7
Decimal 219 154 231
Binary 11011011 10011010 11100111
Octal 333 232 347

Shades and tints

Shades of #DB9AE7

#DB9AE7
(219,154,231)
#C88CD2
(200,140,210)
#B57EBD
(181,126,189)
#A270A8
(162,112,168)
#8F6293
(143,98,147)
#7C547E
(124,84,126)
#694669
(105,70,105)
#563854
(86,56,84)
#432A3F
(67,42,63)
#301C2A
(48,28,42)
#1D0E15
(29,14,21)
#000000
(0,0,0)

Tints of #DB9AE7

#DB9AE7
(219,154,231)
#DEA3E9
(222,163,233)
#E1ACEB
(225,172,235)
#E4B5ED
(228,181,237)
#E7BEEF
(231,190,239)
#EAC7F1
(234,199,241)
#EDD0F3
(237,208,243)
#F0D9F5
(240,217,245)
#F3E2F7
(243,226,247)
#F6EBF9
(246,235,249)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB9AE7 color. Also use rgb(219,154,231) instead hex code.

Text Font Color

.myTextColor { color: #DB9AE7; }

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

This text font color is #DB9AE7.

Background Color

.myBgColor { background-color: #DB9AE7; }

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

This div background color is #DB9AE7.

Border color

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

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

This div border color is #DB9AE7.

Opacity

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

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

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

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

This text has shadow with #DB9AE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DB9AE7.

Preview

Color preview on black background

This text has color #DB9AE7 on black background.


Color preview on white background

This text has color #DB9AE7 on white background.


Black color preview on #DB9AE7 background

This text has black color on #DB9AE7 background.


White color preview on #DB9AE7 background

This text has white color on #DB9AE7 background.


Related colors

Complementary color

Complementary color for #hex is #246518.


I love getcolorcode.com

Triadic colors

1 #E7DB9A and #9AE7DB with #DB9AE7 are triadic colors.

2 #E79ADB and #9ADBE7 with #DB9AE7 are triadic colors.