COLOR #DAADAA

HEX: #DAADAA RGB: (218,173,170)

Color info

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

RGB color model

#DAADAA color RGB value is (218,173,170).

RGB: (218,173,170) (85%, 68%, 67%)

RGB channels and saturation

R 218 of 255 = 85%
G 173 of 255 = 68%
B 170 of 255 = 67%

218
173
170

R + G + B ~ 73%. #DAADAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 173 + 170 = 561 (100%)
R 218 of 561 ~ 38.86%
G 173 of 561 ~ 30.84%
B 170 of 561 ~ 30.3'%

%38.86
%30.84
%30.3

CMYK color model

#DAADAA color CMYK value is (0,21,22,15).

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

CMYK: (0,21,22,15)
C0M21Y22K15 (0%, 21%, 22%, 15%)
(0.00 / 0.21 / 0.22 / 0.15)

CMYK percentages

%0
%20.64
%22.02
%14.51

Codes

Color #DAADAA in popluar color models

DA AD AA
RGB 218 173 170
HSL 39.34% 76.08%
HSB/HSV 22.02% 85.49%
CMYK 0.00% 20.64% 22.02%
14.51%

Color #DAADAA in popluar number systems.

HEX DA AD AA
Decimal 218 173 170
Binary 11011010 10101101 10101010
Octal 332 255 252

Shades and tints

Shades of #DAADAA

#DAADAA
(218,173,170)
#C79E9B
(199,158,155)
#B48F8C
(180,143,140)
#A1807D
(161,128,125)
#8E716E
(142,113,110)
#7B625F
(123,98,95)
#685350
(104,83,80)
#554441
(85,68,65)
#423532
(66,53,50)
#2F2623
(47,38,35)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #DAADAA

#DAADAA
(218,173,170)
#DDB4B1
(221,180,177)
#E0BBB8
(224,187,184)
#E3C2BF
(227,194,191)
#E6C9C6
(230,201,198)
#E9D0CD
(233,208,205)
#ECD7D4
(236,215,212)
#EFDEDB
(239,222,219)
#F2E5E2
(242,229,226)
#F5ECE9
(245,236,233)
#F8F3F0
(248,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DAADAA; }

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

This text font color is #DAADAA.

Background Color

.myBgColor { background-color: #DAADAA; }

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

This div background color is #DAADAA.

Border color

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

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

This div border color is #DAADAA.

Opacity

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

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

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

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

This text has shadow with #DAADAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DAADAA.

Preview

Color preview on black background

This text has color #DAADAA on black background.


Color preview on white background

This text has color #DAADAA on white background.


Black color preview on #DAADAA background

This text has black color on #DAADAA background.


White color preview on #DAADAA background

This text has white color on #DAADAA background.


Related colors

Complementary color

Complementary color for #hex is #255255.


I love getcolorcode.com

Triadic colors

1 #AADAAD and #ADAADA with #DAADAA are triadic colors.

2 #AAADDA and #ADDAAA with #DAADAA are triadic colors.