COLOR #DAACD7

HEX: #DAACD7
RGB: (218,172,215)

Color info

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

RGB color model

#DAACD7 color RGB value is (218,172,215).

  • red value is 218;
  • green value is 172;
  • blue value is 215.
RGB:
(218,172,215)
(85%,67%,84%)

RGB channels and saturation

R 218 of 255 = 85%
G 172 of 255 = 67%
B 215 of 255 = 84%

218
172
215

R + G + B ~ 79%. #DAACD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 172 + 215 = 605 (100%)
R 218 of 605 ~ 36.03%
G 172 of 605 ~ 28.43%
B 215 of 605 ~ 35.54%

%36.03
%28.43
%35.54

CMYK color model

#DAACD7 color CMYK value is (0,21,1,15).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 1.38%
  • key color value is 14.51%
CMYK:
(0,21,1,15)
C0M21Y1K15 
(0%,21%,1%,15%)
(0.00/0.21/0.01/0.15)	

CMYK percentages

%0
%21.1
%1.38
%14.51

Codes

Color #DAACD7 in popluar color models

DAACD7
RGB218172215
HSL304°38.33%76.47%
HSB/HSV304°21.10%85.49%
CMYK0.00%21.10%1.38%
14.51%

Color #DAACD7 in popluar number systems.

HEXDAACD7
Decimal218172215
Binary110110101010110011010111
Octal332254327

Shades and tints

Shades of #DAACD7

#DAACD7
(218,172,215)
#C79DC4
(199,157,196)
#B48EB1
(180,142,177)
#A17F9E
(161,127,158)
#8E708B
(142,112,139)
#7B6178
(123,97,120)
#685265
(104,82,101)
#554352
(85,67,82)
#42343F
(66,52,63)
#2F252C
(47,37,44)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #DAACD7

#DAACD7
(218,172,215)
#DDB3DA
(221,179,218)
#E0BADD
(224,186,221)
#E3C1E0
(227,193,224)
#E6C8E3
(230,200,227)
#E9CFE6
(233,207,230)
#ECD6E9
(236,214,233)
#EFDDEC
(239,221,236)
#F2E4EF
(242,228,239)
#F5EBF2
(245,235,242)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAACD7 color. Also use rgb(218,172,215) instead hex code.

Text Font Color

.myTextColor { color: #DAACD7; }

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

This text font color is #DAACD7.


Background Color

.myBgColor { background-color: #DAACD7; }

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

This div background color is #DAACD7.


Border color

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

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

This div border color is #DAACD7.


Opacity

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

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

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

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

This text has shadow with #DAACD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAACD7 on black background.


Color preview on white background

This text has color #DAACD7 on white background.



Black color preview on #DAACD7 background

This text has black color on #DAACD7 background.


White color preview on #DAACD7 background

This text has white color on #DAACD7 background.