COLOR #DAAAB3

HEX: #DAAAB3 RGB: (218,170,179)

Color info

#DAAAB3 contains red, green and blue colors in about the same proportion. Web safe color of #DAAAB3 is #CC9999 (or #C99).

RGB color model

#DAAAB3 color RGB value is (218,170,179).

RGB: (218,170,179) (85%, 67%, 70%)

RGB channels and saturation

R 218 of 255 = 85%
G 170 of 255 = 67%
B 179 of 255 = 70%

218
170
179

R + G + B ~ 74%. #DAAAB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 170 + 179 = 567 (100%)
R 218 of 567 ~ 38.45%
G 170 of 567 ~ 29.98%
B 179 of 567 ~ 31.57'%

%38.45
%29.98
%31.57

CMYK color model

#DAAAB3 color CMYK value is (0,22,18,15).

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

CMYK: (0,22,18,15)
C0M22Y18K15 (0%, 22%, 18%, 15%)
(0.00 / 0.22 / 0.18 / 0.15)

CMYK percentages

%0
%22.02
%17.89
%14.51

Codes

Color #DAAAB3 in popluar color models

DA AA B3
RGB 218 170 179
HSL 349° 39.34% 76.08%
HSB/HSV 349° 22.02% 85.49%
CMYK 0.00% 22.02% 17.89%
14.51%

Color #DAAAB3 in popluar number systems.

HEX DA AA B3
Decimal 218 170 179
Binary 11011010 10101010 10110011
Octal 332 252 263

Shades and tints

Shades of #DAAAB3

#DAAAB3
(218,170,179)
#C79BA3
(199,155,163)
#B48C93
(180,140,147)
#A17D83
(161,125,131)
#8E6E73
(142,110,115)
#7B5F63
(123,95,99)
#685053
(104,80,83)
#554143
(85,65,67)
#423233
(66,50,51)
#2F2323
(47,35,35)
#1C1413
(28,20,19)
#000000
(0,0,0)

Tints of #DAAAB3

#DAAAB3
(218,170,179)
#DDB1B9
(221,177,185)
#E0B8BF
(224,184,191)
#E3BFC5
(227,191,197)
#E6C6CB
(230,198,203)
#E9CDD1
(233,205,209)
#ECD4D7
(236,212,215)
#EFDBDD
(239,219,221)
#F2E2E3
(242,226,227)
#F5E9E9
(245,233,233)
#F8F0EF
(248,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAAB3; }

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

This text font color is #DAAAB3.

Background Color

.myBgColor { background-color: #DAAAB3; }

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

This div background color is #DAAAB3.

Border color

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

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

This div border color is #DAAAB3.

Opacity

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

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

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

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

This text has shadow with #DAAAB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAAB3.

Preview

Color preview on black background

This text has color #DAAAB3 on black background.


Color preview on white background

This text has color #DAAAB3 on white background.


Black color preview on #DAAAB3 background

This text has black color on #DAAAB3 background.


White color preview on #DAAAB3 background

This text has white color on #DAAAB3 background.


Related colors

Complementary color

Complementary color for #hex is #25554C.


I love getcolorcode.com

Triadic colors

1 #B3DAAA and #AAB3DA with #DAAAB3 are triadic colors.

2 #B3AADA and #AADAB3 with #DAAAB3 are triadic colors.