COLOR #DAA7CE

HEX: #DAA7CE
RGB: (218,167,206)

Color info

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

RGB color model

#DAA7CE color RGB value is (218,167,206).

  • red value is 218;
  • green value is 167;
  • blue value is 206.
RGB:
(218,167,206)
(85%,65%,81%)

RGB channels and saturation

R 218 of 255 = 85%
G 167 of 255 = 65%
B 206 of 255 = 81%

218
167
206

R + G + B ~ 77%. #DAA7CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 167 + 206 = 591 (100%)
R 218 of 591 ~ 36.89%
G 167 of 591 ~ 28.26%
B 206 of 591 ~ 34.86%

%36.89
%28.26
%34.86

CMYK color model

#DAA7CE color CMYK value is (0,23,6,15).

  • cyan value is 0.00%
  • magenta value is 23.39%
  • yellow value is 5.50%
  • key color value is 14.51%
CMYK:
(0,23,6,15)
C0M23Y6K15 
(0%,23%,6%,15%)
(0.00/0.23/0.06/0.15)	

CMYK percentages

%0
%23.39
%5.5
%14.51

Codes

Color #DAA7CE in popluar color models

DAA7CE
RGB218167206
HSL314°40.80%75.49%
HSB/HSV314°23.39%85.49%
CMYK0.00%23.39%5.50%
14.51%

Color #DAA7CE in popluar number systems.

HEXDAA7CE
Decimal218167206
Binary110110101010011111001110
Octal332247316

Shades and tints

Shades of #DAA7CE

#DAA7CE
(218,167,206)
#C798BC
(199,152,188)
#B489AA
(180,137,170)
#A17A98
(161,122,152)
#8E6B86
(142,107,134)
#7B5C74
(123,92,116)
#684D62
(104,77,98)
#553E50
(85,62,80)
#422F3E
(66,47,62)
#2F202C
(47,32,44)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #DAA7CE

#DAA7CE
(218,167,206)
#DDAFD2
(221,175,210)
#E0B7D6
(224,183,214)
#E3BFDA
(227,191,218)
#E6C7DE
(230,199,222)
#E9CFE2
(233,207,226)
#ECD7E6
(236,215,230)
#EFDFEA
(239,223,234)
#F2E7EE
(242,231,238)
#F5EFF2
(245,239,242)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAA7CE color. Also use rgb(218,167,206) instead hex code.

Text Font Color

.myTextColor { color: #DAA7CE; }

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

This text font color is #DAA7CE.


Background Color

.myBgColor { background-color: #DAA7CE; }

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

This div background color is #DAA7CE.


Border color

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

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

This div border color is #DAA7CE.


Opacity

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

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

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

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

This text has shadow with #DAA7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAA7CE on black background.


Color preview on white background

This text has color #DAA7CE on white background.



Black color preview on #DAA7CE background

This text has black color on #DAA7CE background.


White color preview on #DAA7CE background

This text has white color on #DAA7CE background.