COLOR #DAA6C3

HEX: #DAA6C3
RGB: (218,166,195)

Color info

#DAA6C3 contains red, green and blue colors in about the same proportion. Web safe color of #DAA6C3 is #CC99CC (or #C9C).

RGB color model

#DAA6C3 color RGB value is (218,166,195).

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

RGB channels and saturation

R 218 of 255 = 85%
G 166 of 255 = 65%
B 195 of 255 = 76%

218
166
195

R + G + B ~ 75%. #DAA6C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 166 + 195 = 579 (100%)
R 218 of 579 ~ 37.65%
G 166 of 579 ~ 28.67%
B 195 of 579 ~ 33.68%

%37.65
%28.67
%33.68

CMYK color model

#DAA6C3 color CMYK value is (0,24,11,15).

  • cyan value is 0.00%
  • magenta value is 23.85%
  • yellow value is 10.55%
  • key color value is 14.51%
CMYK:
(0,24,11,15)
C0M24Y11K15 
(0%,24%,11%,15%)
(0.00/0.24/0.11/0.15)	

CMYK percentages

%0
%23.85
%10.55
%14.51

Codes

Color #DAA6C3 in popluar color models

DAA6C3
RGB218166195
HSL327°41.27%75.29%
HSB/HSV327°23.85%85.49%
CMYK0.00%23.85%10.55%
14.51%

Color #DAA6C3 in popluar number systems.

HEXDAA6C3
Decimal218166195
Binary110110101010011011000011
Octal332246303

Shades and tints

Shades of #DAA6C3

#DAA6C3
(218,166,195)
#C797B2
(199,151,178)
#B488A1
(180,136,161)
#A17990
(161,121,144)
#8E6A7F
(142,106,127)
#7B5B6E
(123,91,110)
#684C5D
(104,76,93)
#553D4C
(85,61,76)
#422E3B
(66,46,59)
#2F1F2A
(47,31,42)
#1C1019
(28,16,25)
#000000
(0,0,0)

Tints of #DAA6C3

#DAA6C3
(218,166,195)
#DDAEC8
(221,174,200)
#E0B6CD
(224,182,205)
#E3BED2
(227,190,210)
#E6C6D7
(230,198,215)
#E9CEDC
(233,206,220)
#ECD6E1
(236,214,225)
#EFDEE6
(239,222,230)
#F2E6EB
(242,230,235)
#F5EEF0
(245,238,240)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAA6C3; }

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

This text font color is #DAA6C3.


Background Color

.myBgColor { background-color: #DAA6C3; }

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

This div background color is #DAA6C3.


Border color

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

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

This div border color is #DAA6C3.


Opacity

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

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

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

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

This text has shadow with #DAA6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA6C3 on black background.


Color preview on white background

This text has color #DAA6C3 on white background.



Black color preview on #DAA6C3 background

This text has black color on #DAA6C3 background.


White color preview on #DAA6C3 background

This text has white color on #DAA6C3 background.