COLOR #DAAAC0

HEX: #DAAAC0 RGB: (218,170,192)

Color info

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

RGB color model

#DAAAC0 color RGB value is (218,170,192).

RGB: (218,170,192) (85%, 67%, 75%)

RGB channels and saturation

R 218 of 255 = 85%
G 170 of 255 = 67%
B 192 of 255 = 75%

218
170
192

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

Portions of RGB colors in percentages

R + G + B = 218 + 170 + 192 = 580 (100%)
R 218 of 580 ~ 37.59%
G 170 of 580 ~ 29.31%
B 192 of 580 ~ 33.1'%

%37.59
%29.31
%33.1

CMYK color model

#DAAAC0 color CMYK value is (0,22,12,15).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 11.93%
  • key color value is 14.51%

CMYK: (0,22,12,15)
C0M22Y12K15 (0%, 22%, 12%, 15%)
(0.00 / 0.22 / 0.12 / 0.15)

CMYK percentages

%0
%22.02
%11.93
%14.51

Codes

Color #DAAAC0 in popluar color models

DA AA C0
RGB 218 170 192
HSL 333° 39.34% 76.08%
HSB/HSV 333° 22.02% 85.49%
CMYK 0.00% 22.02% 11.93%
14.51%

Color #DAAAC0 in popluar number systems.

HEX DA AA C0
Decimal 218 170 192
Binary 11011010 10101010 11000000
Octal 332 252 300

Shades and tints

Shades of #DAAAC0

#DAAAC0
(218,170,192)
#C79BAF
(199,155,175)
#B48C9E
(180,140,158)
#A17D8D
(161,125,141)
#8E6E7C
(142,110,124)
#7B5F6B
(123,95,107)
#68505A
(104,80,90)
#554149
(85,65,73)
#423238
(66,50,56)
#2F2327
(47,35,39)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #DAAAC0

#DAAAC0
(218,170,192)
#DDB1C5
(221,177,197)
#E0B8CA
(224,184,202)
#E3BFCF
(227,191,207)
#E6C6D4
(230,198,212)
#E9CDD9
(233,205,217)
#ECD4DE
(236,212,222)
#EFDBE3
(239,219,227)
#F2E2E8
(242,226,232)
#F5E9ED
(245,233,237)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAAAC0 color. Also use rgb(218,170,192) instead hex code.

Text Font Color

.myTextColor { color: #DAAAC0; }

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

This text font color is #DAAAC0.

Background Color

.myBgColor { background-color: #DAAAC0; }

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

This div background color is #DAAAC0.

Border color

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

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

This div border color is #DAAAC0.

Opacity

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

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

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

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

This text has shadow with #DAAAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAAC0.

Preview

Color preview on black background

This text has color #DAAAC0 on black background.


Color preview on white background

This text has color #DAAAC0 on white background.


Black color preview on #DAAAC0 background

This text has black color on #DAAAC0 background.


White color preview on #DAAAC0 background

This text has white color on #DAAAC0 background.


Related colors

Complementary color

Complementary color for #hex is #25553F.


I love getcolorcode.com

Triadic colors

1 #C0DAAA and #AAC0DA with #DAAAC0 are triadic colors.

2 #C0AADA and #AADAC0 with #DAAAC0 are triadic colors.