COLOR #DBADD6

HEX: #DBADD6
RGB: (219,173,214)

Color info

#DBADD6 contains red, green and blue colors in about the same proportion. Web safe color of #DBADD6 is #CC99CC (or #C9C).

RGB color model

#DBADD6 color RGB value is (219,173,214).

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

RGB channels and saturation

R 219 of 255 = 86%
G 173 of 255 = 68%
B 214 of 255 = 84%

219
173
214

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

Portions of RGB colors in percentages

R + G + B =
219 + 173 + 214 = 606 (100%)
R 219 of 606 ~ 36.14%
G 173 of 606 ~ 28.55%
B 214 of 606 ~ 35.31%

%36.14
%28.55
%35.31

CMYK color model

#DBADD6 color CMYK value is (0,21,2,14).

  • cyan value is 0.00%
  • magenta value is 21.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(0,21,2,14)
C0M21Y2K14 
(0%,21%,2%,14%)
(0.00/0.21/0.02/0.14)	

CMYK percentages

%0
%21
%2.28
%14.12

Codes

Color #DBADD6 in popluar color models

DBADD6
RGB219173214
HSL307°38.98%76.86%
HSB/HSV307°21.00%85.88%
CMYK0.00%21.00%2.28%
14.12%

Color #DBADD6 in popluar number systems.

HEXDBADD6
Decimal219173214
Binary110110111010110111010110
Octal333255326

Shades and tints

Shades of #DBADD6

#DBADD6
(219,173,214)
#C89EC3
(200,158,195)
#B58FB0
(181,143,176)
#A2809D
(162,128,157)
#8F718A
(143,113,138)
#7C6277
(124,98,119)
#695364
(105,83,100)
#564451
(86,68,81)
#43353E
(67,53,62)
#30262B
(48,38,43)
#1D1718
(29,23,24)
#000000
(0,0,0)

Tints of #DBADD6

#DBADD6
(219,173,214)
#DEB4D9
(222,180,217)
#E1BBDC
(225,187,220)
#E4C2DF
(228,194,223)
#E7C9E2
(231,201,226)
#EAD0E5
(234,208,229)
#EDD7E8
(237,215,232)
#F0DEEB
(240,222,235)
#F3E5EE
(243,229,238)
#F6ECF1
(246,236,241)
#F9F3F4
(249,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBADD6; }

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

This text font color is #DBADD6.


Background Color

.myBgColor { background-color: #DBADD6; }

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

This div background color is #DBADD6.


Border color

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

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

This div border color is #DBADD6.


Opacity

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

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

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

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

This text has shadow with #DBADD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBADD6 on black background.


Color preview on white background

This text has color #DBADD6 on white background.



Black color preview on #DBADD6 background

This text has black color on #DBADD6 background.


White color preview on #DBADD6 background

This text has white color on #DBADD6 background.