COLOR #DAACCF

HEX: #DAACCF
RGB: (218,172,207)

Color info

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

RGB color model

#DAACCF color RGB value is (218,172,207).

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

RGB channels and saturation

R 218 of 255 = 85%
G 172 of 255 = 67%
B 207 of 255 = 81%

218
172
207

R + G + B ~ 78%. #DAACCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
218 + 172 + 207 = 597 (100%)
R 218 of 597 ~ 36.52%
G 172 of 597 ~ 28.81%
B 207 of 597 ~ 34.67%

%36.52
%28.81
%34.67

CMYK color model

#DAACCF color CMYK value is (0,21,5,15).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 5.05%
  • key color value is 14.51%
CMYK:
(0,21,5,15)
C0M21Y5K15 
(0%,21%,5%,15%)
(0.00/0.21/0.05/0.15)	

CMYK percentages

%0
%21.1
%5.05
%14.51

Codes

Color #DAACCF in popluar color models

DAACCF
RGB218172207
HSL314°38.33%76.47%
HSB/HSV314°21.10%85.49%
CMYK0.00%21.10%5.05%
14.51%

Color #DAACCF in popluar number systems.

HEXDAACCF
Decimal218172207
Binary110110101010110011001111
Octal332254317

Shades and tints

Shades of #DAACCF

#DAACCF
(218,172,207)
#C79DBD
(199,157,189)
#B48EAB
(180,142,171)
#A17F99
(161,127,153)
#8E7087
(142,112,135)
#7B6175
(123,97,117)
#685263
(104,82,99)
#554351
(85,67,81)
#42343F
(66,52,63)
#2F252D
(47,37,45)
#1C161B
(28,22,27)
#000000
(0,0,0)

Tints of #DAACCF

#DAACCF
(218,172,207)
#DDB3D3
(221,179,211)
#E0BAD7
(224,186,215)
#E3C1DB
(227,193,219)
#E6C8DF
(230,200,223)
#E9CFE3
(233,207,227)
#ECD6E7
(236,214,231)
#EFDDEB
(239,221,235)
#F2E4EF
(242,228,239)
#F5EBF3
(245,235,243)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAACCF; }

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

This text font color is #DAACCF.


Background Color

.myBgColor { background-color: #DAACCF; }

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

This div background color is #DAACCF.


Border color

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

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

This div border color is #DAACCF.


Opacity

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

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

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

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

This text has shadow with #DAACCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DAACCF on black background.


Color preview on white background

This text has color #DAACCF on white background.



Black color preview on #DAACCF background

This text has black color on #DAACCF background.


White color preview on #DAACCF background

This text has white color on #DAACCF background.