COLOR #DAACC3

HEX: #DAACC3 RGB: (218,172,195)

Color info

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

RGB color model

#DAACC3 color RGB value is (218,172,195).

RGB: (218,172,195) (85%, 67%, 76%)

RGB channels and saturation

R 218 of 255 = 85%
G 172 of 255 = 67%
B 195 of 255 = 76%

218
172
195

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

Portions of RGB colors in percentages

R + G + B = 218 + 172 + 195 = 585 (100%)
R 218 of 585 ~ 37.26%
G 172 of 585 ~ 29.4%
B 195 of 585 ~ 33.33'%

%37.26
%29.4
%33.33

CMYK color model

#DAACC3 color CMYK value is (0,21,11,15).

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

CMYK: (0,21,11,15)
C0M21Y11K15 (0%, 21%, 11%, 15%)
(0.00 / 0.21 / 0.11 / 0.15)

CMYK percentages

%0
%21.1
%10.55
%14.51

Codes

Color #DAACC3 in popluar color models

DA AC C3
RGB 218 172 195
HSL 330° 38.33% 76.47%
HSB/HSV 330° 21.10% 85.49%
CMYK 0.00% 21.10% 10.55%
14.51%

Color #DAACC3 in popluar number systems.

HEX DA AC C3
Decimal 218 172 195
Binary 11011010 10101100 11000011
Octal 332 254 303

Shades and tints

Shades of #DAACC3

#DAACC3
(218,172,195)
#C79DB2
(199,157,178)
#B48EA1
(180,142,161)
#A17F90
(161,127,144)
#8E707F
(142,112,127)
#7B616E
(123,97,110)
#68525D
(104,82,93)
#55434C
(85,67,76)
#42343B
(66,52,59)
#2F252A
(47,37,42)
#1C1619
(28,22,25)
#000000
(0,0,0)

Tints of #DAACC3

#DAACC3
(218,172,195)
#DDB3C8
(221,179,200)
#E0BACD
(224,186,205)
#E3C1D2
(227,193,210)
#E6C8D7
(230,200,215)
#E9CFDC
(233,207,220)
#ECD6E1
(236,214,225)
#EFDDE6
(239,221,230)
#F2E4EB
(242,228,235)
#F5EBF0
(245,235,240)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAACC3; }

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

This text font color is #DAACC3.

Background Color

.myBgColor { background-color: #DAACC3; }

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

This div background color is #DAACC3.

Border color

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

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

This div border color is #DAACC3.

Opacity

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

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

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

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

This text has shadow with #DAACC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAACC3.

Preview

Color preview on black background

This text has color #DAACC3 on black background.


Color preview on white background

This text has color #DAACC3 on white background.


Black color preview on #DAACC3 background

This text has black color on #DAACC3 background.


White color preview on #DAACC3 background

This text has white color on #DAACC3 background.


Related colors

Complementary color

Complementary color for #hex is #25533C.


I love getcolorcode.com

Triadic colors

1 #C3DAAC and #ACC3DA with #DAACC3 are triadic colors.

2 #C3ACDA and #ACDAC3 with #DAACC3 are triadic colors.