COLOR #DD9AB4

HEX: #DD9AB4
RGB: (221,154,180)

Color info

#DD9AB4 contains mainly red and blue colors. Web safe color of #DD9AB4 is #CC99CC (or #C9C).

RGB color model

#DD9AB4 color RGB value is (221,154,180).

  • red value is 221;
  • green value is 154;
  • blue value is 180.
RGB:
(221,154,180)
(87%,60%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 154 of 255 = 60%
B 180 of 255 = 71%

221
154
180

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

Portions of RGB colors in percentages

R + G + B =
221 + 154 + 180 = 555 (100%)
R 221 of 555 ~ 39.82%
G 154 of 555 ~ 27.75%
B 180 of 555 ~ 32.43%

%39.82
%27.75
%32.43

CMYK color model

#DD9AB4 color CMYK value is (0,30,19,13).

  • cyan value is 0.00%
  • magenta value is 30.32%
  • yellow value is 18.55%
  • key color value is 13.33%
CMYK:
(0,30,19,13)
C0M30Y19K13 
(0%,30%,19%,13%)
(0.00/0.30/0.19/0.13)	

CMYK percentages

%0
%30.32
%18.55
%13.33

Codes

Color #DD9AB4 in popluar color models

DD9AB4
RGB221154180
HSL337°49.63%73.53%
HSB/HSV337°30.32%86.67%
CMYK0.00%30.32%18.55%
13.33%

Color #DD9AB4 in popluar number systems.

HEXDD9AB4
Decimal221154180
Binary110111011001101010110100
Octal335232264

Shades and tints

Shades of #DD9AB4

#DD9AB4
(221,154,180)
#C98CA4
(201,140,164)
#B57E94
(181,126,148)
#A17084
(161,112,132)
#8D6274
(141,98,116)
#795464
(121,84,100)
#654654
(101,70,84)
#513844
(81,56,68)
#3D2A34
(61,42,52)
#291C24
(41,28,36)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #DD9AB4

#DD9AB4
(221,154,180)
#E0A3BA
(224,163,186)
#E3ACC0
(227,172,192)
#E6B5C6
(230,181,198)
#E9BECC
(233,190,204)
#ECC7D2
(236,199,210)
#EFD0D8
(239,208,216)
#F2D9DE
(242,217,222)
#F5E2E4
(245,226,228)
#F8EBEA
(248,235,234)
#FBF4F0
(251,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9AB4 color. Also use rgb(221,154,180) instead hex code.

Text Font Color

.myTextColor { color: #DD9AB4; }

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

This text font color is #DD9AB4.


Background Color

.myBgColor { background-color: #DD9AB4; }

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

This div background color is #DD9AB4.


Border color

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

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

This div border color is #DD9AB4.


Opacity

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

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

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

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

This text has shadow with #DD9AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9AB4 on black background.


Color preview on white background

This text has color #DD9AB4 on white background.



Black color preview on #DD9AB4 background

This text has black color on #DD9AB4 background.


White color preview on #DD9AB4 background

This text has white color on #DD9AB4 background.