COLOR #DAABFB

HEX: #DAABFB RGB: (218,171,251)

Color info

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

RGB color model

#DAABFB color RGB value is (218,171,251).

RGB: (218,171,251) (85%, 67%, 98%)

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 251 of 255 = 98%

218
171
251

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

Portions of RGB colors in percentages

R + G + B = 218 + 171 + 251 = 640 (100%)
R 218 of 640 ~ 34.06%
G 171 of 640 ~ 26.72%
B 251 of 640 ~ 39.22'%

%34.06
%26.72
%39.22

CMYK color model

#DAABFB color CMYK value is (13,32,0,2).

  • cyan value is 13.15%
  • magenta value is 31.87%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (13,32,0,2)
C13M32Y0K2 (13%, 32%, 0%, 2%)
(0.13 / 0.32 / 0.00 / 0.02)

CMYK percentages

%13.15
%31.87
%0
%1.57

Codes

Color #DAABFB in popluar color models

DA AB FB
RGB 218 171 251
HSL 275° 90.91% 82.75%
HSB/HSV 275° 31.87% 98.43%
CMYK 13.15% 31.87% 0.00%
1.57%

Color #DAABFB in popluar number systems.

HEX DA AB FB
Decimal 218 171 251
Binary 11011010 10101011 11111011
Octal 332 253 373

Shades and tints

Shades of #DAABFB

#DAABFB
(218,171,251)
#C79CE5
(199,156,229)
#B48DCF
(180,141,207)
#A17EB9
(161,126,185)
#8E6FA3
(142,111,163)
#7B608D
(123,96,141)
#685177
(104,81,119)
#554261
(85,66,97)
#42334B
(66,51,75)
#2F2435
(47,36,53)
#1C151F
(28,21,31)
#000000
(0,0,0)

Tints of #DAABFB

#DAABFB
(218,171,251)
#DDB2FB
(221,178,251)
#E0B9FB
(224,185,251)
#E3C0FB
(227,192,251)
#E6C7FB
(230,199,251)
#E9CEFB
(233,206,251)
#ECD5FB
(236,213,251)
#EFDCFB
(239,220,251)
#F2E3FB
(242,227,251)
#F5EAFB
(245,234,251)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAABFB color. Also use rgb(218,171,251) instead hex code.

Text Font Color

.myTextColor { color: #DAABFB; }

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

This text font color is #DAABFB.

Background Color

.myBgColor { background-color: #DAABFB; }

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

This div background color is #DAABFB.

Border color

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

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

This div border color is #DAABFB.

Opacity

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

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

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

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

This text has shadow with #DAABFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAABFB.

Preview

Color preview on black background

This text has color #DAABFB on black background.


Color preview on white background

This text has color #DAABFB on white background.


Black color preview on #DAABFB background

This text has black color on #DAABFB background.


White color preview on #DAABFB background

This text has white color on #DAABFB background.


Related colors

Complementary color

Complementary color for #hex is #255404.


I love getcolorcode.com

Triadic colors

1 #FBDAAB and #ABFBDA with #DAABFB are triadic colors.

2 #FBABDA and #ABDAFB with #DAABFB are triadic colors.