COLOR #DAAAC8

HEX: #DAAAC8 RGB: (218,170,200)

Color info

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

RGB color model

#DAAAC8 color RGB value is (218,170,200).

RGB: (218,170,200) (85%, 67%, 78%)

RGB channels and saturation

R 218 of 255 = 85%
G 170 of 255 = 67%
B 200 of 255 = 78%

218
170
200

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

Portions of RGB colors in percentages

R + G + B = 218 + 170 + 200 = 588 (100%)
R 218 of 588 ~ 37.07%
G 170 of 588 ~ 28.91%
B 200 of 588 ~ 34.01'%

%37.07
%28.91
%34.01

CMYK color model

#DAAAC8 color CMYK value is (0,22,8,15).

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

CMYK: (0,22,8,15)
C0M22Y8K15 (0%, 22%, 8%, 15%)
(0.00 / 0.22 / 0.08 / 0.15)

CMYK percentages

%0
%22.02
%8.26
%14.51

Codes

Color #DAAAC8 in popluar color models

DA AA C8
RGB 218 170 200
HSL 323° 39.34% 76.08%
HSB/HSV 323° 22.02% 85.49%
CMYK 0.00% 22.02% 8.26%
14.51%

Color #DAAAC8 in popluar number systems.

HEX DA AA C8
Decimal 218 170 200
Binary 11011010 10101010 11001000
Octal 332 252 310

Shades and tints

Shades of #DAAAC8

#DAAAC8
(218,170,200)
#C79BB6
(199,155,182)
#B48CA4
(180,140,164)
#A17D92
(161,125,146)
#8E6E80
(142,110,128)
#7B5F6E
(123,95,110)
#68505C
(104,80,92)
#55414A
(85,65,74)
#423238
(66,50,56)
#2F2326
(47,35,38)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #DAAAC8

#DAAAC8
(218,170,200)
#DDB1CD
(221,177,205)
#E0B8D2
(224,184,210)
#E3BFD7
(227,191,215)
#E6C6DC
(230,198,220)
#E9CDE1
(233,205,225)
#ECD4E6
(236,212,230)
#EFDBEB
(239,219,235)
#F2E2F0
(242,226,240)
#F5E9F5
(245,233,245)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAAC8; }

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

This text font color is #DAAAC8.

Background Color

.myBgColor { background-color: #DAAAC8; }

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

This div background color is #DAAAC8.

Border color

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

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

This div border color is #DAAAC8.

Opacity

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

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

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

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

This text has shadow with #DAAAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAAC8.

Preview

Color preview on black background

This text has color #DAAAC8 on black background.


Color preview on white background

This text has color #DAAAC8 on white background.


Black color preview on #DAAAC8 background

This text has black color on #DAAAC8 background.


White color preview on #DAAAC8 background

This text has white color on #DAAAC8 background.


Related colors

Complementary color

Complementary color for #hex is #255537.


I love getcolorcode.com

Triadic colors

1 #C8DAAA and #AAC8DA with #DAAAC8 are triadic colors.

2 #C8AADA and #AADAC8 with #DAAAC8 are triadic colors.