COLOR #DF8CB7

HEX: #DF8CB7
RGB: (223,140,183)

Color info

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

RGB color model

#DF8CB7 color RGB value is (223,140,183).

  • red value is 223;
  • green value is 140;
  • blue value is 183.
RGB:
(223,140,183)
(87%,55%,72%)

RGB channels and saturation

R 223 of 255 = 87%
G 140 of 255 = 55%
B 183 of 255 = 72%

223
140
183

R + G + B ~ 71%. #DF8CB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 140 + 183 = 546 (100%)
R 223 of 546 ~ 40.84%
G 140 of 546 ~ 25.64%
B 183 of 546 ~ 33.52%

%40.84
%25.64
%33.52

CMYK color model

#DF8CB7 color CMYK value is (0,37,18,13).

  • cyan value is 0.00%
  • magenta value is 37.22%
  • yellow value is 17.94%
  • key color value is 12.55%
CMYK:
(0,37,18,13)
C0M37Y18K13 
(0%,37%,18%,13%)
(0.00/0.37/0.18/0.13)	

CMYK percentages

%0
%37.22
%17.94
%12.55

Codes

Color #DF8CB7 in popluar color models

DF8CB7
RGB223140183
HSL329°56.46%71.18%
HSB/HSV329°37.22%87.45%
CMYK0.00%37.22%17.94%
12.55%

Color #DF8CB7 in popluar number systems.

HEXDF8CB7
Decimal223140183
Binary110111111000110010110111
Octal337214267

Shades and tints

Shades of #DF8CB7

#DF8CB7
(223,140,183)
#CB80A7
(203,128,167)
#B77497
(183,116,151)
#A36887
(163,104,135)
#8F5C77
(143,92,119)
#7B5067
(123,80,103)
#674457
(103,68,87)
#533847
(83,56,71)
#3F2C37
(63,44,55)
#2B2027
(43,32,39)
#171417
(23,20,23)
#000000
(0,0,0)

Tints of #DF8CB7

#DF8CB7
(223,140,183)
#E196BD
(225,150,189)
#E3A0C3
(227,160,195)
#E5AAC9
(229,170,201)
#E7B4CF
(231,180,207)
#E9BED5
(233,190,213)
#EBC8DB
(235,200,219)
#EDD2E1
(237,210,225)
#EFDCE7
(239,220,231)
#F1E6ED
(241,230,237)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8CB7 color. Also use rgb(223,140,183) instead hex code.

Text Font Color

.myTextColor { color: #DF8CB7; }

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

This text font color is #DF8CB7.


Background Color

.myBgColor { background-color: #DF8CB7; }

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

This div background color is #DF8CB7.


Border color

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

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

This div border color is #DF8CB7.


Opacity

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

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

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

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

This text has shadow with #DF8CB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8CB7 on black background.


Color preview on white background

This text has color #DF8CB7 on white background.



Black color preview on #DF8CB7 background

This text has black color on #DF8CB7 background.


White color preview on #DF8CB7 background

This text has white color on #DF8CB7 background.