COLOR #DBAFF6

HEX: #DBAFF6 RGB: (219,175,246)

Color info

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

RGB color model

#DBAFF6 color RGB value is (219,175,246).

RGB: (219,175,246) (86%, 69%, 96%)

RGB channels and saturation

R 219 of 255 = 86%
G 175 of 255 = 69%
B 246 of 255 = 96%

219
175
246

R + G + B ~ 84%. #DBAFF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 219 + 175 + 246 = 640 (100%)
R 219 of 640 ~ 34.22%
G 175 of 640 ~ 27.34%
B 246 of 640 ~ 38.44'%

%34.22
%27.34
%38.44

CMYK color model

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

  • cyan value is 10.98%
  • magenta value is 28.86%
  • 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
%28.86
%0
%3.53

Codes

Color #DBAFF6 in popluar color models

DB AF F6
RGB 219 175 246
HSL 277° 79.78% 82.55%
HSB/HSV 277° 28.86% 96.47%
CMYK 10.98% 28.86% 0.00%
3.53%

Color #DBAFF6 in popluar number systems.

HEX DB AF F6
Decimal 219 175 246
Binary 11011011 10101111 11110110
Octal 333 257 366

Shades and tints

Shades of #DBAFF6

#DBAFF6
(219,175,246)
#C8A0E0
(200,160,224)
#B591CA
(181,145,202)
#A282B4
(162,130,180)
#8F739E
(143,115,158)
#7C6488
(124,100,136)
#695572
(105,85,114)
#56465C
(86,70,92)
#433746
(67,55,70)
#302830
(48,40,48)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #DBAFF6

#DBAFF6
(219,175,246)
#DEB6F6
(222,182,246)
#E1BDF6
(225,189,246)
#E4C4F6
(228,196,246)
#E7CBF6
(231,203,246)
#EAD2F6
(234,210,246)
#EDD9F6
(237,217,246)
#F0E0F6
(240,224,246)
#F3E7F6
(243,231,246)
#F6EEF6
(246,238,246)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DBAFF6; }

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

This text font color is #DBAFF6.

Background Color

.myBgColor { background-color: #DBAFF6; }

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

This div background color is #DBAFF6.

Border color

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

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

This div border color is #DBAFF6.

Opacity

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

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

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

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

This text has shadow with #DBAFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DBAFF6.

Preview

Color preview on black background

This text has color #DBAFF6 on black background.


Color preview on white background

This text has color #DBAFF6 on white background.


Black color preview on #DBAFF6 background

This text has black color on #DBAFF6 background.


White color preview on #DBAFF6 background

This text has white color on #DBAFF6 background.


Related colors

Complementary color

Complementary color for #hex is #245009.


I love getcolorcode.com

Triadic colors

1 #F6DBAF and #AFF6DB with #DBAFF6 are triadic colors.

2 #F6AFDB and #AFDBF6 with #DBAFF6 are triadic colors.