COLOR #DAAAC7

HEX: #DAAAC7 RGB: (218,170,199)

Color info

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

RGB color model

#DAAAC7 color RGB value is (218,170,199).

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

RGB channels and saturation

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

218
170
199

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

Portions of RGB colors in percentages

R + G + B = 218 + 170 + 199 = 587 (100%)
R 218 of 587 ~ 37.14%
G 170 of 587 ~ 28.96%
B 199 of 587 ~ 33.9'%

%37.14
%28.96
%33.9

CMYK color model

#DAAAC7 color CMYK value is (0,22,9,15).

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

CMYK: (0,22,9,15)
C0M22Y9K15 (0%, 22%, 9%, 15%)
(0.00 / 0.22 / 0.09 / 0.15)

CMYK percentages

%0
%22.02
%8.72
%14.51

Codes

Color #DAAAC7 in popluar color models

DA AA C7
RGB 218 170 199
HSL 324° 39.34% 76.08%
HSB/HSV 324° 22.02% 85.49%
CMYK 0.00% 22.02% 8.72%
14.51%

Color #DAAAC7 in popluar number systems.

HEX DA AA C7
Decimal 218 170 199
Binary 11011010 10101010 11000111
Octal 332 252 307

Shades and tints

Shades of #DAAAC7

#DAAAC7
(218,170,199)
#C79BB5
(199,155,181)
#B48CA3
(180,140,163)
#A17D91
(161,125,145)
#8E6E7F
(142,110,127)
#7B5F6D
(123,95,109)
#68505B
(104,80,91)
#554149
(85,65,73)
#423237
(66,50,55)
#2F2325
(47,35,37)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #DAAAC7

#DAAAC7
(218,170,199)
#DDB1CC
(221,177,204)
#E0B8D1
(224,184,209)
#E3BFD6
(227,191,214)
#E6C6DB
(230,198,219)
#E9CDE0
(233,205,224)
#ECD4E5
(236,212,229)
#EFDBEA
(239,219,234)
#F2E2EF
(242,226,239)
#F5E9F4
(245,233,244)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAAC7; }

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

This text font color is #DAAAC7.

Background Color

.myBgColor { background-color: #DAAAC7; }

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

This div background color is #DAAAC7.

Border color

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

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

This div border color is #DAAAC7.

Opacity

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

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

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

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

This text has shadow with #DAAAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAAC7.

Preview

Color preview on black background

This text has color #DAAAC7 on black background.


Color preview on white background

This text has color #DAAAC7 on white background.


Black color preview on #DAAAC7 background

This text has black color on #DAAAC7 background.


White color preview on #DAAAC7 background

This text has white color on #DAAAC7 background.


Related colors

Complementary color

Complementary color for #hex is #255538.


I love getcolorcode.com

Triadic colors

1 #C7DAAA and #AAC7DA with #DAAAC7 are triadic colors.

2 #C7AADA and #AADAC7 with #DAAAC7 are triadic colors.