COLOR #DD9BAD

HEX: #DD9BAD
RGB: (221,155,173)

Color info

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

RGB color model

#DD9BAD color RGB value is (221,155,173).

  • red value is 221;
  • green value is 155;
  • blue value is 173.
RGB:
(221,155,173)
(87%,61%,68%)

RGB channels and saturation

R 221 of 255 = 87%
G 155 of 255 = 61%
B 173 of 255 = 68%

221
155
173

R + G + B ~ 72%. #DD9BAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
221 + 155 + 173 = 549 (100%)
R 221 of 549 ~ 40.26%
G 155 of 549 ~ 28.23%
B 173 of 549 ~ 31.51%

%40.26
%28.23
%31.51

CMYK color model

#DD9BAD color CMYK value is (0,30,22,13).

  • cyan value is 0.00%
  • magenta value is 29.86%
  • yellow value is 21.72%
  • key color value is 13.33%
CMYK:
(0,30,22,13)
C0M30Y22K13 
(0%,30%,22%,13%)
(0.00/0.30/0.22/0.13)	

CMYK percentages

%0
%29.86
%21.72
%13.33

Codes

Color #DD9BAD in popluar color models

DD9BAD
RGB221155173
HSL344°49.25%73.73%
HSB/HSV344°29.86%86.67%
CMYK0.00%29.86%21.72%
13.33%

Color #DD9BAD in popluar number systems.

HEXDD9BAD
Decimal221155173
Binary110111011001101110101101
Octal335233255

Shades and tints

Shades of #DD9BAD

#DD9BAD
(221,155,173)
#C98D9E
(201,141,158)
#B57F8F
(181,127,143)
#A17180
(161,113,128)
#8D6371
(141,99,113)
#795562
(121,85,98)
#654753
(101,71,83)
#513944
(81,57,68)
#3D2B35
(61,43,53)
#291D26
(41,29,38)
#150F17
(21,15,23)
#000000
(0,0,0)

Tints of #DD9BAD

#DD9BAD
(221,155,173)
#E0A4B4
(224,164,180)
#E3ADBB
(227,173,187)
#E6B6C2
(230,182,194)
#E9BFC9
(233,191,201)
#ECC8D0
(236,200,208)
#EFD1D7
(239,209,215)
#F2DADE
(242,218,222)
#F5E3E5
(245,227,229)
#F8ECEC
(248,236,236)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DD9BAD; }

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

This text font color is #DD9BAD.


Background Color

.myBgColor { background-color: #DD9BAD; }

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

This div background color is #DD9BAD.


Border color

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

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

This div border color is #DD9BAD.


Opacity

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

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

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

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

This text has shadow with #DD9BAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9BAD on black background.


Color preview on white background

This text has color #DD9BAD on white background.



Black color preview on #DD9BAD background

This text has black color on #DD9BAD background.


White color preview on #DD9BAD background

This text has white color on #DD9BAD background.