COLOR #DAA8C6

HEX: #DAA8C6
RGB: (218,168,198)

Color info

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

RGB color model

#DAA8C6 color RGB value is (218,168,198).

  • red value is 218;
  • green value is 168;
  • blue value is 198.
RGB:
(218,168,198)
(85%,66%,78%)

RGB channels and saturation

R 218 of 255 = 85%
G 168 of 255 = 66%
B 198 of 255 = 78%

218
168
198

R + G + B ~ 76%. #DAA8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 168 + 198 = 584 (100%)
R 218 of 584 ~ 37.33%
G 168 of 584 ~ 28.77%
B 198 of 584 ~ 33.9%

%37.33
%28.77
%33.9

CMYK color model

#DAA8C6 color CMYK value is (0,23,9,15).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 9.17%
  • key color value is 14.51%
CMYK:
(0,23,9,15)
C0M23Y9K15 
(0%,23%,9%,15%)
(0.00/0.23/0.09/0.15)	

CMYK percentages

%0
%22.94
%9.17
%14.51

Codes

Color #DAA8C6 in popluar color models

DAA8C6
RGB218168198
HSL324°40.32%75.69%
HSB/HSV324°22.94%85.49%
CMYK0.00%22.94%9.17%
14.51%

Color #DAA8C6 in popluar number systems.

HEXDAA8C6
Decimal218168198
Binary110110101010100011000110
Octal332250306

Shades and tints

Shades of #DAA8C6

#DAA8C6
(218,168,198)
#C799B4
(199,153,180)
#B48AA2
(180,138,162)
#A17B90
(161,123,144)
#8E6C7E
(142,108,126)
#7B5D6C
(123,93,108)
#684E5A
(104,78,90)
#553F48
(85,63,72)
#423036
(66,48,54)
#2F2124
(47,33,36)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #DAA8C6

#DAA8C6
(218,168,198)
#DDAFCB
(221,175,203)
#E0B6D0
(224,182,208)
#E3BDD5
(227,189,213)
#E6C4DA
(230,196,218)
#E9CBDF
(233,203,223)
#ECD2E4
(236,210,228)
#EFD9E9
(239,217,233)
#F2E0EE
(242,224,238)
#F5E7F3
(245,231,243)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA8C6 color. Also use rgb(218,168,198) instead hex code.

Text Font Color

.myTextColor { color: #DAA8C6; }

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

This text font color is #DAA8C6.


Background Color

.myBgColor { background-color: #DAA8C6; }

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

This div background color is #DAA8C6.


Border color

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

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

This div border color is #DAA8C6.


Opacity

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

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

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

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

This text has shadow with #DAA8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA8C6 on black background.


Color preview on white background

This text has color #DAA8C6 on white background.



Black color preview on #DAA8C6 background

This text has black color on #DAA8C6 background.


White color preview on #DAA8C6 background

This text has white color on #DAA8C6 background.