COLOR #DDABB9

HEX: #DDABB9 RGB: (221,171,185)

Color info

#DDABB9 contains red, green and blue colors in about the same proportion. Web safe color of #DDABB9 is #CC99CC (or #C9C).

RGB color model

#DDABB9 color RGB value is (221,171,185).

RGB: (221,171,185) (87%, 67%, 73%)

RGB channels and saturation

R 221 of 255 = 87%
G 171 of 255 = 67%
B 185 of 255 = 73%

221
171
185

R + G + B ~ 76%. #DDABB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 221 + 171 + 185 = 577 (100%)
R 221 of 577 ~ 38.3%
G 171 of 577 ~ 29.64%
B 185 of 577 ~ 32.06'%

%38.3
%29.64
%32.06

CMYK color model

#DDABB9 color CMYK value is (0,23,16,13).

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

CMYK: (0,23,16,13)
C0M23Y16K13 (0%, 23%, 16%, 13%)
(0.00 / 0.23 / 0.16 / 0.13)

CMYK percentages

%0
%22.62
%16.29
%13.33

Codes

Color #DDABB9 in popluar color models

DD AB B9
RGB 221 171 185
HSL 343° 42.37% 76.86%
HSB/HSV 343° 22.62% 86.67%
CMYK 0.00% 22.62% 16.29%
13.33%

Color #DDABB9 in popluar number systems.

HEX DD AB B9
Decimal 221 171 185
Binary 11011101 10101011 10111001
Octal 335 253 271

Shades and tints

Shades of #DDABB9

#DDABB9
(221,171,185)
#C99CA9
(201,156,169)
#B58D99
(181,141,153)
#A17E89
(161,126,137)
#8D6F79
(141,111,121)
#796069
(121,96,105)
#655159
(101,81,89)
#514249
(81,66,73)
#3D3339
(61,51,57)
#292429
(41,36,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #DDABB9

#DDABB9
(221,171,185)
#E0B2BF
(224,178,191)
#E3B9C5
(227,185,197)
#E6C0CB
(230,192,203)
#E9C7D1
(233,199,209)
#ECCED7
(236,206,215)
#EFD5DD
(239,213,221)
#F2DCE3
(242,220,227)
#F5E3E9
(245,227,233)
#F8EAEF
(248,234,239)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DDABB9; }

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

This text font color is #DDABB9.

Background Color

.myBgColor { background-color: #DDABB9; }

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

This div background color is #DDABB9.

Border color

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

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

This div border color is #DDABB9.

Opacity

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

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

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

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

This text has shadow with #DDABB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DDABB9.

Preview

Color preview on black background

This text has color #DDABB9 on black background.


Color preview on white background

This text has color #DDABB9 on white background.


Black color preview on #DDABB9 background

This text has black color on #DDABB9 background.


White color preview on #DDABB9 background

This text has white color on #DDABB9 background.


Related colors

Complementary color

Complementary color for #hex is #225446.


I love getcolorcode.com

Triadic colors

1 #B9DDAB and #ABB9DD with #DDABB9 are triadic colors.

2 #B9ABDD and #ABDDB9 with #DDABB9 are triadic colors.