COLOR #DBADEC

HEX: #DBADEC
RGB: (219,173,236)

Color info

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

RGB color model

#DBADEC color RGB value is (219,173,236).

  • red value is 219;
  • green value is 173;
  • blue value is 236.
RGB:
(219,173,236)
(86%,68%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 173 of 255 = 68%
B 236 of 255 = 93%

219
173
236

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

Portions of RGB colors in percentages

R + G + B =
219 + 173 + 236 = 628 (100%)
R 219 of 628 ~ 34.87%
G 173 of 628 ~ 27.55%
B 236 of 628 ~ 37.58%

%34.87
%27.55
%37.58

CMYK color model

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

  • cyan value is 7.20%
  • magenta value is 26.69%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(7,27,0,7)
C7M27Y0K7 
(7%,27%,0%,7%)
(0.07/0.27/0.00/0.07)	

CMYK percentages

%7.2
%26.69
%0
%7.45

Codes

Color #DBADEC in popluar color models

DBADEC
RGB219173236
HSL284°62.38%80.20%
HSB/HSV284°26.69%92.55%
CMYK7.20%26.69%0.00%
7.45%

Color #DBADEC in popluar number systems.

HEXDBADEC
Decimal219173236
Binary110110111010110111101100
Octal333255354

Shades and tints

Shades of #DBADEC

#DBADEC
(219,173,236)
#C89ED7
(200,158,215)
#B58FC2
(181,143,194)
#A280AD
(162,128,173)
#8F7198
(143,113,152)
#7C6283
(124,98,131)
#69536E
(105,83,110)
#564459
(86,68,89)
#433544
(67,53,68)
#30262F
(48,38,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #DBADEC

#DBADEC
(219,173,236)
#DEB4ED
(222,180,237)
#E1BBEE
(225,187,238)
#E4C2EF
(228,194,239)
#E7C9F0
(231,201,240)
#EAD0F1
(234,208,241)
#EDD7F2
(237,215,242)
#F0DEF3
(240,222,243)
#F3E5F4
(243,229,244)
#F6ECF5
(246,236,245)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBADEC color. Also use rgb(219,173,236) instead hex code.

Text Font Color

.myTextColor { color: #DBADEC; }

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

This text font color is #DBADEC.


Background Color

.myBgColor { background-color: #DBADEC; }

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

This div background color is #DBADEC.


Border color

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

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

This div border color is #DBADEC.


Opacity

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

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

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

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

This text has shadow with #DBADEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBADEC on black background.


Color preview on white background

This text has color #DBADEC on white background.



Black color preview on #DBADEC background

This text has black color on #DBADEC background.


White color preview on #DBADEC background

This text has white color on #DBADEC background.