COLOR #DADDB9

HEX: #DADDB9 RGB: (218,221,185)

Color info

#DADDB9 contains red, green and blue colors in about the same proportion. Web safe color of #DADDB9 is #CCCCCC (or #CCC).

RGB color model

#DADDB9 color RGB value is (218,221,185).

RGB: (218,221,185) (85%, 87%, 73%)

RGB channels and saturation

R 218 of 255 = 85%
G 221 of 255 = 87%
B 185 of 255 = 73%

218
221
185

R + G + B ~ 82%. #DADDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 218 + 221 + 185 = 624 (100%)
R 218 of 624 ~ 34.94%
G 221 of 624 ~ 35.42%
B 185 of 624 ~ 29.65'%

%34.94
%35.42
%29.65

CMYK color model

#DADDB9 color CMYK value is (1,0,16,13).

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

CMYK: (1,0,16,13)
C1M0Y16K13 (1%, 0%, 16%, 13%)
(0.01 / 0.00 / 0.16 / 0.13)

CMYK percentages

%1.36
%0
%16.29
%13.33

Codes

Color #DADDB9 in popluar color models

DA DD B9
RGB 218 221 185
HSL 65° 34.62% 79.61%
HSB/HSV 65° 16.29% 86.67%
CMYK 1.36% 0.00% 16.29%
13.33%

Color #DADDB9 in popluar number systems.

HEX DA DD B9
Decimal 218 221 185
Binary 11011010 11011101 10111001
Octal 332 335 271

Shades and tints

Shades of #DADDB9

#DADDB9
(218,221,185)
#C7C9A9
(199,201,169)
#B4B599
(180,181,153)
#A1A189
(161,161,137)
#8E8D79
(142,141,121)
#7B7969
(123,121,105)
#686559
(104,101,89)
#555149
(85,81,73)
#423D39
(66,61,57)
#2F2929
(47,41,41)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #DADDB9

#DADDB9
(218,221,185)
#DDE0BF
(221,224,191)
#E0E3C5
(224,227,197)
#E3E6CB
(227,230,203)
#E6E9D1
(230,233,209)
#E9ECD7
(233,236,215)
#ECEFDD
(236,239,221)
#EFF2E3
(239,242,227)
#F2F5E9
(242,245,233)
#F5F8EF
(245,248,239)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DADDB9; }

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

This text font color is #DADDB9.

Background Color

.myBgColor { background-color: #DADDB9; }

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

This div background color is #DADDB9.

Border color

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

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

This div border color is #DADDB9.

Opacity

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

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

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

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

This text has shadow with #DADDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DADDB9.

Preview

Color preview on black background

This text has color #DADDB9 on black background.


Color preview on white background

This text has color #DADDB9 on white background.


Black color preview on #DADDB9 background

This text has black color on #DADDB9 background.


White color preview on #DADDB9 background

This text has white color on #DADDB9 background.


Related colors

Complementary color

Complementary color for #hex is #252246.


I love getcolorcode.com

Triadic colors

1 #B9DADD and #DDB9DA with #DADDB9 are triadic colors.

2 #B9DDDA and #DDDAB9 with #DADDB9 are triadic colors.