COLOR #DAAAB0

HEX: #DAAAB0 RGB: (218,170,176)

Color info

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

RGB color model

#DAAAB0 color RGB value is (218,170,176).

RGB: (218,170,176) (85%, 67%, 69%)

RGB channels and saturation

R 218 of 255 = 85%
G 170 of 255 = 67%
B 176 of 255 = 69%

218
170
176

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

Portions of RGB colors in percentages

R + G + B = 218 + 170 + 176 = 564 (100%)
R 218 of 564 ~ 38.65%
G 170 of 564 ~ 30.14%
B 176 of 564 ~ 31.21'%

%38.65
%30.14
%31.21

CMYK color model

#DAAAB0 color CMYK value is (0,22,19,15).

  • cyan value is 0.00%
  • magenta value is 22.02%
  • yellow value is 19.27%
  • key color value is 14.51%
CMYK: (0,22,19,15) C0M22Y19K15 (0%,22%,19%,15%) (0.00/0.22/0.19/0.15) 

CMYK percentages

%0
%22.02
%19.27
%14.51

Codes

Color #DAAAB0 in popluar color models

DA AA B0
RGB 218 170 176
HSL 353° 39.34% 76.08%
HSB/HSV 353° 22.02% 85.49%
CMYK 0.00% 22.02% 19.27%
14.51%

Color #DAAAB0 in popluar number systems.

HEX DA AA B0
Decimal 218 170 176
Binary 11011010 10101010 10110000
Octal 332 252 260

Shades and tints

Shades of #DAAAB0

#DAAAB0
(218,170,176)
#C79BA0
(199,155,160)
#B48C90
(180,140,144)
#A17D80
(161,125,128)
#8E6E70
(142,110,112)
#7B5F60
(123,95,96)
#685050
(104,80,80)
#554140
(85,65,64)
#423230
(66,50,48)
#2F2320
(47,35,32)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #DAAAB0

#DAAAB0
(218,170,176)
#DDB1B7
(221,177,183)
#E0B8BE
(224,184,190)
#E3BFC5
(227,191,197)
#E6C6CC
(230,198,204)
#E9CDD3
(233,205,211)
#ECD4DA
(236,212,218)
#EFDBE1
(239,219,225)
#F2E2E8
(242,226,232)
#F5E9EF
(245,233,239)
#F8F0F6
(248,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAAAB0; }

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

This text font color is #DAAAB0.

Background Color

.myBgColor { background-color: #DAAAB0; }

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

This div background color is #DAAAB0.

Border color

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

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

This div border color is #DAAAB0.

Opacity

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

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

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

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

This text has shadow with #DAAAB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAAAB0.

Preview

Color preview on black background

This text has color #DAAAB0 on black background.


Color preview on white background

This text has color #DAAAB0 on white background.


Black color preview on #DAAAB0 background

This text has black color on #DAAAB0 background.


White color preview on #DAAAB0 background

This text has white color on #DAAAB0 background.


Related colors

Complementary color

Complementary color for #hex is #25554F.


I love getcolorcode.com

Triadic colors

1 #B0DAAA and #AAB0DA with #DAAAB0 are triadic colors.

2 #B0AADA and #AADAB0 with #DAAAB0 are triadic colors.