COLOR #DD9FB6

HEX: #DD9FB6
RGB: (221,159,182)

Color info

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

RGB color model

#DD9FB6 color RGB value is (221,159,182).

  • red value is 221;
  • green value is 159;
  • blue value is 182.
RGB:
(221,159,182)
(87%,62%,71%)

RGB channels and saturation

R 221 of 255 = 87%
G 159 of 255 = 62%
B 182 of 255 = 71%

221
159
182

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

Portions of RGB colors in percentages

R + G + B =
221 + 159 + 182 = 562 (100%)
R 221 of 562 ~ 39.32%
G 159 of 562 ~ 28.29%
B 182 of 562 ~ 32.38%

%39.32
%28.29
%32.38

CMYK color model

#DD9FB6 color CMYK value is (0,28,18,13).

  • cyan value is 0.00%
  • magenta value is 28.05%
  • yellow value is 17.65%
  • key color value is 13.33%
CMYK:
(0,28,18,13)
C0M28Y18K13 
(0%,28%,18%,13%)
(0.00/0.28/0.18/0.13)	

CMYK percentages

%0
%28.05
%17.65
%13.33

Codes

Color #DD9FB6 in popluar color models

DD9FB6
RGB221159182
HSL338°47.69%74.51%
HSB/HSV338°28.05%86.67%
CMYK0.00%28.05%17.65%
13.33%

Color #DD9FB6 in popluar number systems.

HEXDD9FB6
Decimal221159182
Binary110111011001111110110110
Octal335237266

Shades and tints

Shades of #DD9FB6

#DD9FB6
(221,159,182)
#C991A6
(201,145,166)
#B58396
(181,131,150)
#A17586
(161,117,134)
#8D6776
(141,103,118)
#795966
(121,89,102)
#654B56
(101,75,86)
#513D46
(81,61,70)
#3D2F36
(61,47,54)
#292126
(41,33,38)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #DD9FB6

#DD9FB6
(221,159,182)
#E0A7BC
(224,167,188)
#E3AFC2
(227,175,194)
#E6B7C8
(230,183,200)
#E9BFCE
(233,191,206)
#ECC7D4
(236,199,212)
#EFCFDA
(239,207,218)
#F2D7E0
(242,215,224)
#F5DFE6
(245,223,230)
#F8E7EC
(248,231,236)
#FBEFF2
(251,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DD9FB6 color. Also use rgb(221,159,182) instead hex code.

Text Font Color

.myTextColor { color: #DD9FB6; }

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

This text font color is #DD9FB6.


Background Color

.myBgColor { background-color: #DD9FB6; }

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

This div background color is #DD9FB6.


Border color

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

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

This div border color is #DD9FB6.


Opacity

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

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

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

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

This text has shadow with #DD9FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DD9FB6 on black background.


Color preview on white background

This text has color #DD9FB6 on white background.



Black color preview on #DD9FB6 background

This text has black color on #DD9FB6 background.


White color preview on #DD9FB6 background

This text has white color on #DD9FB6 background.