COLOR #DADDAD

HEX: #DADDAD RGB: (218,221,173)

Color info

#DADDAD contains red, green and blue colors in about the same proportion. Web safe color of #DADDAD is #CCCC99 (or #CC9).

RGB color model

#DADDAD color RGB value is (218,221,173).

RGB: (218,221,173) (85%, 87%, 68%)

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 173 of 255 = 68%

218
221
173

R + G + B ~ 80%. #DADDAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 221 + 173 = 612 (100%)
R 218 of 612 ~ 35.62%
G 221 of 612 ~ 36.11%
B 173 of 612 ~ 28.27'%

%35.62
%36.11
%28.27

CMYK color model

#DADDAD color CMYK value is (1,0,22,13).

  • cyan value is 1.36%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 13.33%

CMYK: (1,0,22,13)
C1M0Y22K13 (1%, 0%, 22%, 13%)
(0.01 / 0.00 / 0.22 / 0.13)

CMYK percentages

%1.36
%0
%21.72
%13.33

Codes

Color #DADDAD in popluar color models

DA DD AD
RGB 218 221 173
HSL 64° 41.38% 77.25%
HSB/HSV 64° 21.72% 86.67%
CMYK 1.36% 0.00% 21.72%
13.33%

Color #DADDAD in popluar number systems.

HEX DA DD AD
Decimal 218 221 173
Binary 11011010 11011101 10101101
Octal 332 335 255

Shades and tints

Shades of #DADDAD

#DADDAD
(218,221,173)
#C7C99E
(199,201,158)
#B4B58F
(180,181,143)
#A1A180
(161,161,128)
#8E8D71
(142,141,113)
#7B7962
(123,121,98)
#686553
(104,101,83)
#555144
(85,81,68)
#423D35
(66,61,53)
#2F2926
(47,41,38)
#1C1517
(28,21,23)
#000000
(0,0,0)

Tints of #DADDAD

#DADDAD
(218,221,173)
#DDE0B4
(221,224,180)
#E0E3BB
(224,227,187)
#E3E6C2
(227,230,194)
#E6E9C9
(230,233,201)
#E9ECD0
(233,236,208)
#ECEFD7
(236,239,215)
#EFF2DE
(239,242,222)
#F2F5E5
(242,245,229)
#F5F8EC
(245,248,236)
#F8FBF3
(248,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDAD; }

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

This text font color is #DADDAD.

Background Color

.myBgColor { background-color: #DADDAD; }

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

This div background color is #DADDAD.

Border color

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

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

This div border color is #DADDAD.

Opacity

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

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

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

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

This text has shadow with #DADDAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADDAD.

Preview

Color preview on black background

This text has color #DADDAD on black background.


Color preview on white background

This text has color #DADDAD on white background.


Black color preview on #DADDAD background

This text has black color on #DADDAD background.


White color preview on #DADDAD background

This text has white color on #DADDAD background.


Related colors

Complementary color

Complementary color for #hex is #252252.


I love getcolorcode.com

Triadic colors

1 #ADDADD and #DDADDA with #DADDAD are triadic colors.

2 #ADDDDA and #DDDAAD with #DADDAD are triadic colors.