COLOR #DBA8EB

HEX: #DBA8EB RGB: (219,168,235)

Color info

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

RGB color model

#DBA8EB color RGB value is (219,168,235).

RGB: (219,168,235) (86%, 66%, 92%)

RGB channels and saturation

R 219 of 255 = 86%
G 168 of 255 = 66%
B 235 of 255 = 92%

219
168
235

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

Portions of RGB colors in percentages

R + G + B = 219 + 168 + 235 = 622 (100%)
R 219 of 622 ~ 35.21%
G 168 of 622 ~ 27.01%
B 235 of 622 ~ 37.78'%

%35.21
%27.01
%37.78

CMYK color model

#DBA8EB color CMYK value is (7,29,0,8).

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

CMYK: (7,29,0,8)
C7M29Y0K8 (7%, 29%, 0%, 8%)
(0.07 / 0.29 / 0.00 / 0.08)

CMYK percentages

%6.81
%28.51
%0
%7.84

Codes

Color #DBA8EB in popluar color models

DB A8 EB
RGB 219 168 235
HSL 286° 62.62% 79.02%
HSB/HSV 286° 28.51% 92.16%
CMYK 6.81% 28.51% 0.00%
7.84%

Color #DBA8EB in popluar number systems.

HEX DB A8 EB
Decimal 219 168 235
Binary 11011011 10101000 11101011
Octal 333 250 353

Shades and tints

Shades of #DBA8EB

#DBA8EB
(219,168,235)
#C899D6
(200,153,214)
#B58AC1
(181,138,193)
#A27BAC
(162,123,172)
#8F6C97
(143,108,151)
#7C5D82
(124,93,130)
#694E6D
(105,78,109)
#563F58
(86,63,88)
#433043
(67,48,67)
#30212E
(48,33,46)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #DBA8EB

#DBA8EB
(219,168,235)
#DEAFEC
(222,175,236)
#E1B6ED
(225,182,237)
#E4BDEE
(228,189,238)
#E7C4EF
(231,196,239)
#EACBF0
(234,203,240)
#EDD2F1
(237,210,241)
#F0D9F2
(240,217,242)
#F3E0F3
(243,224,243)
#F6E7F4
(246,231,244)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBA8EB; }

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

This text font color is #DBA8EB.

Background Color

.myBgColor { background-color: #DBA8EB; }

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

This div background color is #DBA8EB.

Border color

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

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

This div border color is #DBA8EB.

Opacity

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

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

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

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

This text has shadow with #DBA8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBA8EB.

Preview

Color preview on black background

This text has color #DBA8EB on black background.


Color preview on white background

This text has color #DBA8EB on white background.


Black color preview on #DBA8EB background

This text has black color on #DBA8EB background.


White color preview on #DBA8EB background

This text has white color on #DBA8EB background.


Related colors

Complementary color

Complementary color for #hex is #245714.


I love getcolorcode.com

Triadic colors

1 #EBDBA8 and #A8EBDB with #DBA8EB are triadic colors.

2 #EBA8DB and #A8DBEB with #DBA8EB are triadic colors.