COLOR #DDA0B1

HEX: #DDA0B1
RGB: (221,160,177)

Color info

#DDA0B1 contains mainly red and blue colors. Web safe color of #DDA0B1 is #CC9999 (or #C99).

RGB color model

#DDA0B1 color RGB value is (221,160,177).

  • red value is 221;
  • green value is 160;
  • blue value is 177.
RGB:
(221,160,177)
(87%,63%,69%)

RGB channels and saturation

R 221 of 255 = 87%
G 160 of 255 = 63%
B 177 of 255 = 69%

221
160
177

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

Portions of RGB colors in percentages

R + G + B =
221 + 160 + 177 = 558 (100%)
R 221 of 558 ~ 39.61%
G 160 of 558 ~ 28.67%
B 177 of 558 ~ 31.72%

%39.61
%28.67
%31.72

CMYK color model

#DDA0B1 color CMYK value is (0,28,20,13).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 19.91%
  • key color value is 13.33%
CMYK:
(0,28,20,13)
C0M28Y20K13 
(0%,28%,20%,13%)
(0.00/0.28/0.20/0.13)	

CMYK percentages

%0
%27.6
%19.91
%13.33

Codes

Color #DDA0B1 in popluar color models

DDA0B1
RGB221160177
HSL343°47.29%74.71%
HSB/HSV343°27.60%86.67%
CMYK0.00%27.60%19.91%
13.33%

Color #DDA0B1 in popluar number systems.

HEXDDA0B1
Decimal221160177
Binary110111011010000010110001
Octal335240261

Shades and tints

Shades of #DDA0B1

#DDA0B1
(221,160,177)
#C992A1
(201,146,161)
#B58491
(181,132,145)
#A17681
(161,118,129)
#8D6871
(141,104,113)
#795A61
(121,90,97)
#654C51
(101,76,81)
#513E41
(81,62,65)
#3D3031
(61,48,49)
#292221
(41,34,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #DDA0B1

#DDA0B1
(221,160,177)
#E0A8B8
(224,168,184)
#E3B0BF
(227,176,191)
#E6B8C6
(230,184,198)
#E9C0CD
(233,192,205)
#ECC8D4
(236,200,212)
#EFD0DB
(239,208,219)
#F2D8E2
(242,216,226)
#F5E0E9
(245,224,233)
#F8E8F0
(248,232,240)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DDA0B1 color. Also use rgb(221,160,177) instead hex code.

Text Font Color

.myTextColor { color: #DDA0B1; }

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

This text font color is #DDA0B1.


Background Color

.myBgColor { background-color: #DDA0B1; }

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

This div background color is #DDA0B1.


Border color

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

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

This div border color is #DDA0B1.


Opacity

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

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

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

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

This text has shadow with #DDA0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DDA0B1 on black background.


Color preview on white background

This text has color #DDA0B1 on white background.



Black color preview on #DDA0B1 background

This text has black color on #DDA0B1 background.


White color preview on #DDA0B1 background

This text has white color on #DDA0B1 background.