COLOR #DAABF2

HEX: #DAABF2
RGB: (218,171,242)

Color info

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

RGB color model

#DAABF2 color RGB value is (218,171,242).

  • red value is 218;
  • green value is 171;
  • blue value is 242.
RGB:
(218,171,242)
(85%,67%,95%)

RGB channels and saturation

R 218 of 255 = 85%
G 171 of 255 = 67%
B 242 of 255 = 95%

218
171
242

R + G + B ~ 82%. #DAABF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 171 + 242 = 631 (100%)
R 218 of 631 ~ 34.55%
G 171 of 631 ~ 27.1%
B 242 of 631 ~ 38.35%

%34.55
%27.1
%38.35

CMYK color model

#DAABF2 color CMYK value is (10,29,0,5).

  • cyan value is 9.92%
  • magenta value is 29.34%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(10,29,0,5)
C10M29Y0K5 
(10%,29%,0%,5%)
(0.10/0.29/0.00/0.05)	

CMYK percentages

%9.92
%29.34
%0
%5.1

Codes

Color #DAABF2 in popluar color models

DAABF2
RGB218171242
HSL280°73.20%80.98%
HSB/HSV280°29.34%94.90%
CMYK9.92%29.34%0.00%
5.10%

Color #DAABF2 in popluar number systems.

HEXDAABF2
Decimal218171242
Binary110110101010101111110010
Octal332253362

Shades and tints

Shades of #DAABF2

#DAABF2
(218,171,242)
#C79CDC
(199,156,220)
#B48DC6
(180,141,198)
#A17EB0
(161,126,176)
#8E6F9A
(142,111,154)
#7B6084
(123,96,132)
#68516E
(104,81,110)
#554258
(85,66,88)
#423342
(66,51,66)
#2F242C
(47,36,44)
#1C1516
(28,21,22)
#000000
(0,0,0)

Tints of #DAABF2

#DAABF2
(218,171,242)
#DDB2F3
(221,178,243)
#E0B9F4
(224,185,244)
#E3C0F5
(227,192,245)
#E6C7F6
(230,199,246)
#E9CEF7
(233,206,247)
#ECD5F8
(236,213,248)
#EFDCF9
(239,220,249)
#F2E3FA
(242,227,250)
#F5EAFB
(245,234,251)
#F8F1FC
(248,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAABF2; }

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

This text font color is #DAABF2.


Background Color

.myBgColor { background-color: #DAABF2; }

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

This div background color is #DAABF2.


Border color

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

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

This div border color is #DAABF2.


Opacity

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

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

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

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

This text has shadow with #DAABF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAABF2 on black background.


Color preview on white background

This text has color #DAABF2 on white background.



Black color preview on #DAABF2 background

This text has black color on #DAABF2 background.


White color preview on #DAABF2 background

This text has white color on #DAABF2 background.