COLOR #DBAEF6

HEX: #DBAEF6 RGB: (219,174,246)

Color info

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

RGB color model

#DBAEF6 color RGB value is (219,174,246).

RGB: (219,174,246) (86%, 68%, 96%)

RGB channels and saturation

R 219 of 255 = 86%
G 174 of 255 = 68%
B 246 of 255 = 96%

219
174
246

R + G + B ~ 83%. #DBAEF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 174 + 246 = 639 (100%)
R 219 of 639 ~ 34.27%
G 174 of 639 ~ 27.23%
B 246 of 639 ~ 38.5'%

%34.27
%27.23
%38.5

CMYK color model

#DBAEF6 color CMYK value is (11,29,0,4).

  • cyan value is 10.98%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (11,29,0,4)
C11M29Y0K4 (11%, 29%, 0%, 4%)
(0.11 / 0.29 / 0.00 / 0.04)

CMYK percentages

%10.98
%29.27
%0
%3.53

Codes

Color #DBAEF6 in popluar color models

DB AE F6
RGB 219 174 246
HSL 278° 80.00% 82.35%
HSB/HSV 278° 29.27% 96.47%
CMYK 10.98% 29.27% 0.00%
3.53%

Color #DBAEF6 in popluar number systems.

HEX DB AE F6
Decimal 219 174 246
Binary 11011011 10101110 11110110
Octal 333 256 366

Shades and tints

Shades of #DBAEF6

#DBAEF6
(219,174,246)
#C89FE0
(200,159,224)
#B590CA
(181,144,202)
#A281B4
(162,129,180)
#8F729E
(143,114,158)
#7C6388
(124,99,136)
#695472
(105,84,114)
#56455C
(86,69,92)
#433646
(67,54,70)
#302730
(48,39,48)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #DBAEF6

#DBAEF6
(219,174,246)
#DEB5F6
(222,181,246)
#E1BCF6
(225,188,246)
#E4C3F6
(228,195,246)
#E7CAF6
(231,202,246)
#EAD1F6
(234,209,246)
#EDD8F6
(237,216,246)
#F0DFF6
(240,223,246)
#F3E6F6
(243,230,246)
#F6EDF6
(246,237,246)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DBAEF6 color. Also use rgb(219,174,246) instead hex code.

Text Font Color

.myTextColor { color: #DBAEF6; }

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

This text font color is #DBAEF6.

Background Color

.myBgColor { background-color: #DBAEF6; }

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

This div background color is #DBAEF6.

Border color

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

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

This div border color is #DBAEF6.

Opacity

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

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

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

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

This text has shadow with #DBAEF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAEF6.

Preview

Color preview on black background

This text has color #DBAEF6 on black background.


Color preview on white background

This text has color #DBAEF6 on white background.


Black color preview on #DBAEF6 background

This text has black color on #DBAEF6 background.


White color preview on #DBAEF6 background

This text has white color on #DBAEF6 background.


Related colors

Complementary color

Complementary color for #hex is #245109.


I love getcolorcode.com

Triadic colors

1 #F6DBAE and #AEF6DB with #DBAEF6 are triadic colors.

2 #F6AEDB and #AEDBF6 with #DBAEF6 are triadic colors.