COLOR #DAB6FE

HEX: #DAB6FE RGB: (218,182,254)

Color info

#DAB6FE contains mainly red and blue colors. Web safe color of #DAB6FE is #CCCCFF (or #CCF).

RGB color model

#DAB6FE color RGB value is (218,182,254).

RGB: (218,182,254) (85%, 71%, 100%)

RGB channels and saturation

R 218 of 255 = 85%
G 182 of 255 = 71%
B 254 of 255 = 100%

218
182
254

R + G + B ~ 85%. #DAB6FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 182 + 254 = 654 (100%)
R 218 of 654 ~ 33.33%
G 182 of 654 ~ 27.83%
B 254 of 654 ~ 38.84'%

%33.33
%27.83
%38.84

CMYK color model

#DAB6FE color CMYK value is (14,28,0,0).

  • cyan value is 14.17%
  • magenta value is 28.35%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (14,28,0,0)
C14M28Y0K0 (14%, 28%, 0%, 0%)
(0.14 / 0.28 / 0.00 / 0.00)

CMYK percentages

%14.17
%28.35
%0
%0.39

Codes

Color #DAB6FE in popluar color models

DA B6 FE
RGB 218 182 254
HSL 270° 97.30% 85.49%
HSB/HSV 270° 28.35% 99.61%
CMYK 14.17% 28.35% 0.00%
0.39%

Color #DAB6FE in popluar number systems.

HEX DA B6 FE
Decimal 218 182 254
Binary 11011010 10110110 11111110
Octal 332 266 376

Shades and tints

Shades of #DAB6FE

#DAB6FE
(218,182,254)
#C7A6E7
(199,166,231)
#B496D0
(180,150,208)
#A186B9
(161,134,185)
#8E76A2
(142,118,162)
#7B668B
(123,102,139)
#685674
(104,86,116)
#55465D
(85,70,93)
#423646
(66,54,70)
#2F262F
(47,38,47)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DAB6FE

#DAB6FE
(218,182,254)
#DDBCFE
(221,188,254)
#E0C2FE
(224,194,254)
#E3C8FE
(227,200,254)
#E6CEFE
(230,206,254)
#E9D4FE
(233,212,254)
#ECDAFE
(236,218,254)
#EFE0FE
(239,224,254)
#F2E6FE
(242,230,254)
#F5ECFE
(245,236,254)
#F8F2FE
(248,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB6FE color. Also use rgb(218,182,254) instead hex code.

Text Font Color

.myTextColor { color: #DAB6FE; }

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

This text font color is #DAB6FE.

Background Color

.myBgColor { background-color: #DAB6FE; }

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

This div background color is #DAB6FE.

Border color

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

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

This div border color is #DAB6FE.

Opacity

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

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

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

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

This text has shadow with #DAB6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAB6FE.

Preview

Color preview on black background

This text has color #DAB6FE on black background.


Color preview on white background

This text has color #DAB6FE on white background.


Black color preview on #DAB6FE background

This text has black color on #DAB6FE background.


White color preview on #DAB6FE background

This text has white color on #DAB6FE background.


Related colors

Complementary color

Complementary color for #hex is #254901.


I love getcolorcode.com

Triadic colors

1 #FEDAB6 and #B6FEDA with #DAB6FE are triadic colors.

2 #FEB6DA and #B6DAFE with #DAB6FE are triadic colors.