COLOR #DBAAED

HEX: #DBAAED
RGB: (219,170,237)

Color info

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

RGB color model

#DBAAED color RGB value is (219,170,237).

  • red value is 219;
  • green value is 170;
  • blue value is 237.
RGB:
(219,170,237)
(86%,67%,93%)

RGB channels and saturation

R 219 of 255 = 86%
G 170 of 255 = 67%
B 237 of 255 = 93%

219
170
237

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

Portions of RGB colors in percentages

R + G + B =
219 + 170 + 237 = 626 (100%)
R 219 of 626 ~ 34.98%
G 170 of 626 ~ 27.16%
B 237 of 626 ~ 37.86%

%34.98
%27.16
%37.86

CMYK color model

#DBAAED color CMYK value is (8,28,0,7).

  • cyan value is 7.59%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(8,28,0,7)
C8M28Y0K7 
(8%,28%,0%,7%)
(0.08/0.28/0.00/0.07)	

CMYK percentages

%7.59
%28.27
%0
%7.06

Codes

Color #DBAAED in popluar color models

DBAAED
RGB219170237
HSL284°65.05%79.80%
HSB/HSV284°28.27%92.94%
CMYK7.59%28.27%0.00%
7.06%

Color #DBAAED in popluar number systems.

HEXDBAAED
Decimal219170237
Binary110110111010101011101101
Octal333252355

Shades and tints

Shades of #DBAAED

#DBAAED
(219,170,237)
#C89BD8
(200,155,216)
#B58CC3
(181,140,195)
#A27DAE
(162,125,174)
#8F6E99
(143,110,153)
#7C5F84
(124,95,132)
#69506F
(105,80,111)
#56415A
(86,65,90)
#433245
(67,50,69)
#302330
(48,35,48)
#1D141B
(29,20,27)
#000000
(0,0,0)

Tints of #DBAAED

#DBAAED
(219,170,237)
#DEB1EE
(222,177,238)
#E1B8EF
(225,184,239)
#E4BFF0
(228,191,240)
#E7C6F1
(231,198,241)
#EACDF2
(234,205,242)
#EDD4F3
(237,212,243)
#F0DBF4
(240,219,244)
#F3E2F5
(243,226,245)
#F6E9F6
(246,233,246)
#F9F0F7
(249,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAAED color. Also use rgb(219,170,237) instead hex code.

Text Font Color

.myTextColor { color: #DBAAED; }

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

This text font color is #DBAAED.


Background Color

.myBgColor { background-color: #DBAAED; }

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

This div background color is #DBAAED.


Border color

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

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

This div border color is #DBAAED.


Opacity

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

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

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

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

This text has shadow with #DBAAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DBAAED on black background.


Color preview on white background

This text has color #DBAAED on white background.



Black color preview on #DBAAED background

This text has black color on #DBAAED background.


White color preview on #DBAAED background

This text has white color on #DBAAED background.