COLOR #DF9DB6

HEX: #DF9DB6
RGB: (223,157,182)

Color info

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

RGB color model

#DF9DB6 color RGB value is (223,157,182).

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

RGB channels and saturation

R 223 of 255 = 87%
G 157 of 255 = 62%
B 182 of 255 = 71%

223
157
182

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

Portions of RGB colors in percentages

R + G + B =
223 + 157 + 182 = 562 (100%)
R 223 of 562 ~ 39.68%
G 157 of 562 ~ 27.94%
B 182 of 562 ~ 32.38%

%39.68
%27.94
%32.38

CMYK color model

#DF9DB6 color CMYK value is (0,30,18,13).

  • cyan value is 0.00%
  • magenta value is 29.60%
  • yellow value is 18.39%
  • key color value is 12.55%
CMYK:
(0,30,18,13)
C0M30Y18K13 
(0%,30%,18%,13%)
(0.00/0.30/0.18/0.13)	

CMYK percentages

%0
%29.6
%18.39
%12.55

Codes

Color #DF9DB6 in popluar color models

DF9DB6
RGB223157182
HSL337°50.77%74.51%
HSB/HSV337°29.60%87.45%
CMYK0.00%29.60%18.39%
12.55%

Color #DF9DB6 in popluar number systems.

HEXDF9DB6
Decimal223157182
Binary110111111001110110110110
Octal337235266

Shades and tints

Shades of #DF9DB6

#DF9DB6
(223,157,182)
#CB8FA6
(203,143,166)
#B78196
(183,129,150)
#A37386
(163,115,134)
#8F6576
(143,101,118)
#7B5766
(123,87,102)
#674956
(103,73,86)
#533B46
(83,59,70)
#3F2D36
(63,45,54)
#2B1F26
(43,31,38)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #DF9DB6

#DF9DB6
(223,157,182)
#E1A5BC
(225,165,188)
#E3ADC2
(227,173,194)
#E5B5C8
(229,181,200)
#E7BDCE
(231,189,206)
#E9C5D4
(233,197,212)
#EBCDDA
(235,205,218)
#EDD5E0
(237,213,224)
#EFDDE6
(239,221,230)
#F1E5EC
(241,229,236)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9DB6 color. Also use rgb(223,157,182) instead hex code.

Text Font Color

.myTextColor { color: #DF9DB6; }

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

This text font color is #DF9DB6.


Background Color

.myBgColor { background-color: #DF9DB6; }

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

This div background color is #DF9DB6.


Border color

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

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

This div border color is #DF9DB6.


Opacity

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

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

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

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

This text has shadow with #DF9DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9DB6 on black background.


Color preview on white background

This text has color #DF9DB6 on white background.



Black color preview on #DF9DB6 background

This text has black color on #DF9DB6 background.


White color preview on #DF9DB6 background

This text has white color on #DF9DB6 background.