COLOR #DAA6F6

HEX: #DAA6F6
RGB: (218,166,246)

Color info

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

RGB color model

#DAA6F6 color RGB value is (218,166,246).

  • red value is 218;
  • green value is 166;
  • blue value is 246.
RGB:
(218,166,246)
(85%,65%,96%)

RGB channels and saturation

R 218 of 255 = 85%
G 166 of 255 = 65%
B 246 of 255 = 96%

218
166
246

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

Portions of RGB colors in percentages

R + G + B =
218 + 166 + 246 = 630 (100%)
R 218 of 630 ~ 34.6%
G 166 of 630 ~ 26.35%
B 246 of 630 ~ 39.05%

%34.6
%26.35
%39.05

CMYK color model

#DAA6F6 color CMYK value is (11,33,0,4).

  • cyan value is 11.38%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(11,33,0,4)
C11M33Y0K4 
(11%,33%,0%,4%)
(0.11/0.33/0.00/0.04)	

CMYK percentages

%11.38
%32.52
%0
%3.53

Codes

Color #DAA6F6 in popluar color models

DAA6F6
RGB218166246
HSL279°81.63%80.78%
HSB/HSV279°32.52%96.47%
CMYK11.38%32.52%0.00%
3.53%

Color #DAA6F6 in popluar number systems.

HEXDAA6F6
Decimal218166246
Binary110110101010011011110110
Octal332246366

Shades and tints

Shades of #DAA6F6

#DAA6F6
(218,166,246)
#C797E0
(199,151,224)
#B488CA
(180,136,202)
#A179B4
(161,121,180)
#8E6A9E
(142,106,158)
#7B5B88
(123,91,136)
#684C72
(104,76,114)
#553D5C
(85,61,92)
#422E46
(66,46,70)
#2F1F30
(47,31,48)
#1C101A
(28,16,26)
#000000
(0,0,0)

Tints of #DAA6F6

#DAA6F6
(218,166,246)
#DDAEF6
(221,174,246)
#E0B6F6
(224,182,246)
#E3BEF6
(227,190,246)
#E6C6F6
(230,198,246)
#E9CEF6
(233,206,246)
#ECD6F6
(236,214,246)
#EFDEF6
(239,222,246)
#F2E6F6
(242,230,246)
#F5EEF6
(245,238,246)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA6F6 color. Also use rgb(218,166,246) instead hex code.

Text Font Color

.myTextColor { color: #DAA6F6; }

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

This text font color is #DAA6F6.


Background Color

.myBgColor { background-color: #DAA6F6; }

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

This div background color is #DAA6F6.


Border color

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

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

This div border color is #DAA6F6.


Opacity

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

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

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

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

This text has shadow with #DAA6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA6F6 on black background.


Color preview on white background

This text has color #DAA6F6 on white background.



Black color preview on #DAA6F6 background

This text has black color on #DAA6F6 background.


White color preview on #DAA6F6 background

This text has white color on #DAA6F6 background.