COLOR #DAB1F1

HEX: #DAB1F1
RGB: (218,177,241)

Color info

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

RGB color model

#DAB1F1 color RGB value is (218,177,241).

  • red value is 218;
  • green value is 177;
  • blue value is 241.
RGB:
(218,177,241)
(85%,69%,95%)

RGB channels and saturation

R 218 of 255 = 85%
G 177 of 255 = 69%
B 241 of 255 = 95%

218
177
241

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

Portions of RGB colors in percentages

R + G + B =
218 + 177 + 241 = 636 (100%)
R 218 of 636 ~ 34.28%
G 177 of 636 ~ 27.83%
B 241 of 636 ~ 37.89%

%34.28
%27.83
%37.89

CMYK color model

#DAB1F1 color CMYK value is (10,27,0,5).

  • cyan value is 9.54%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(10,27,0,5)
C10M27Y0K5 
(10%,27%,0%,5%)
(0.10/0.27/0.00/0.05)	

CMYK percentages

%9.54
%26.56
%0
%5.49

Codes

Color #DAB1F1 in popluar color models

DAB1F1
RGB218177241
HSL278°69.57%81.96%
HSB/HSV278°26.56%94.51%
CMYK9.54%26.56%0.00%
5.49%

Color #DAB1F1 in popluar number systems.

HEXDAB1F1
Decimal218177241
Binary110110101011000111110001
Octal332261361

Shades and tints

Shades of #DAB1F1

#DAB1F1
(218,177,241)
#C7A1DC
(199,161,220)
#B491C7
(180,145,199)
#A181B2
(161,129,178)
#8E719D
(142,113,157)
#7B6188
(123,97,136)
#685173
(104,81,115)
#55415E
(85,65,94)
#423149
(66,49,73)
#2F2134
(47,33,52)
#1C111F
(28,17,31)
#000000
(0,0,0)

Tints of #DAB1F1

#DAB1F1
(218,177,241)
#DDB8F2
(221,184,242)
#E0BFF3
(224,191,243)
#E3C6F4
(227,198,244)
#E6CDF5
(230,205,245)
#E9D4F6
(233,212,246)
#ECDBF7
(236,219,247)
#EFE2F8
(239,226,248)
#F2E9F9
(242,233,249)
#F5F0FA
(245,240,250)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAB1F1 color. Also use rgb(218,177,241) instead hex code.

Text Font Color

.myTextColor { color: #DAB1F1; }

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

This text font color is #DAB1F1.


Background Color

.myBgColor { background-color: #DAB1F1; }

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

This div background color is #DAB1F1.


Border color

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

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

This div border color is #DAB1F1.


Opacity

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

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

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

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

This text has shadow with #DAB1F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAB1F1 on black background.


Color preview on white background

This text has color #DAB1F1 on white background.



Black color preview on #DAB1F1 background

This text has black color on #DAB1F1 background.


White color preview on #DAB1F1 background

This text has white color on #DAB1F1 background.