COLOR #DAACCC

HEX: #DAACCC RGB: (218,172,204)

Color info

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

RGB color model

#DAACCC color RGB value is (218,172,204).

RGB: (218,172,204) (85%, 67%, 80%)

RGB channels and saturation

R 218 of 255 = 85%
G 172 of 255 = 67%
B 204 of 255 = 80%

218
172
204

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

Portions of RGB colors in percentages

R + G + B = 218 + 172 + 204 = 594 (100%)
R 218 of 594 ~ 36.7%
G 172 of 594 ~ 28.96%
B 204 of 594 ~ 34.34'%

%36.7
%28.96
%34.34

CMYK color model

#DAACCC color CMYK value is (0,21,6,15).

  • cyan value is 0.00%
  • magenta value is 21.10%
  • yellow value is 6.42%
  • key color value is 14.51%

CMYK: (0,21,6,15)
C0M21Y6K15 (0%, 21%, 6%, 15%)
(0.00 / 0.21 / 0.06 / 0.15)

CMYK percentages

%0
%21.1
%6.42
%14.51

Codes

Color #DAACCC in popluar color models

DA AC CC
RGB 218 172 204
HSL 318° 38.33% 76.47%
HSB/HSV 318° 21.10% 85.49%
CMYK 0.00% 21.10% 6.42%
14.51%

Color #DAACCC in popluar number systems.

HEX DA AC CC
Decimal 218 172 204
Binary 11011010 10101100 11001100
Octal 332 254 314

Shades and tints

Shades of #DAACCC

#DAACCC
(218,172,204)
#C79DBA
(199,157,186)
#B48EA8
(180,142,168)
#A17F96
(161,127,150)
#8E7084
(142,112,132)
#7B6172
(123,97,114)
#685260
(104,82,96)
#55434E
(85,67,78)
#42343C
(66,52,60)
#2F252A
(47,37,42)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #DAACCC

#DAACCC
(218,172,204)
#DDB3D0
(221,179,208)
#E0BAD4
(224,186,212)
#E3C1D8
(227,193,216)
#E6C8DC
(230,200,220)
#E9CFE0
(233,207,224)
#ECD6E4
(236,214,228)
#EFDDE8
(239,221,232)
#F2E4EC
(242,228,236)
#F5EBF0
(245,235,240)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAACCC; }

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

This text font color is #DAACCC.

Background Color

.myBgColor { background-color: #DAACCC; }

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

This div background color is #DAACCC.

Border color

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

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

This div border color is #DAACCC.

Opacity

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

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

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

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

This text has shadow with #DAACCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAACCC.

Preview

Color preview on black background

This text has color #DAACCC on black background.


Color preview on white background

This text has color #DAACCC on white background.


Black color preview on #DAACCC background

This text has black color on #DAACCC background.


White color preview on #DAACCC background

This text has white color on #DAACCC background.


Related colors

Complementary color

Complementary color for #hex is #255333.


I love getcolorcode.com

Triadic colors

1 #CCDAAC and #ACCCDA with #DAACCC are triadic colors.

2 #CCACDA and #ACDACC with #DAACCC are triadic colors.