COLOR #DF8DB8

HEX: #DF8DB8
RGB: (223,141,184)

Color info

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

RGB color model

#DF8DB8 color RGB value is (223,141,184).

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

RGB channels and saturation

R 223 of 255 = 87%
G 141 of 255 = 55%
B 184 of 255 = 72%

223
141
184

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

Portions of RGB colors in percentages

R + G + B =
223 + 141 + 184 = 548 (100%)
R 223 of 548 ~ 40.69%
G 141 of 548 ~ 25.73%
B 184 of 548 ~ 33.58%

%40.69
%25.73
%33.58

CMYK color model

#DF8DB8 color CMYK value is (0,37,17,13).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 17.49%
  • key color value is 12.55%
CMYK:
(0,37,17,13)
C0M37Y17K13 
(0%,37%,17%,13%)
(0.00/0.37/0.17/0.13)	

CMYK percentages

%0
%36.77
%17.49
%12.55

Codes

Color #DF8DB8 in popluar color models

DF8DB8
RGB223141184
HSL329°56.16%71.37%
HSB/HSV329°36.77%87.45%
CMYK0.00%36.77%17.49%
12.55%

Color #DF8DB8 in popluar number systems.

HEXDF8DB8
Decimal223141184
Binary110111111000110110111000
Octal337215270

Shades and tints

Shades of #DF8DB8

#DF8DB8
(223,141,184)
#CB81A8
(203,129,168)
#B77598
(183,117,152)
#A36988
(163,105,136)
#8F5D78
(143,93,120)
#7B5168
(123,81,104)
#674558
(103,69,88)
#533948
(83,57,72)
#3F2D38
(63,45,56)
#2B2128
(43,33,40)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #DF8DB8

#DF8DB8
(223,141,184)
#E197BE
(225,151,190)
#E3A1C4
(227,161,196)
#E5ABCA
(229,171,202)
#E7B5D0
(231,181,208)
#E9BFD6
(233,191,214)
#EBC9DC
(235,201,220)
#EDD3E2
(237,211,226)
#EFDDE8
(239,221,232)
#F1E7EE
(241,231,238)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF8DB8 color. Also use rgb(223,141,184) instead hex code.

Text Font Color

.myTextColor { color: #DF8DB8; }

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

This text font color is #DF8DB8.


Background Color

.myBgColor { background-color: #DF8DB8; }

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

This div background color is #DF8DB8.


Border color

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

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

This div border color is #DF8DB8.


Opacity

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

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

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

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

This text has shadow with #DF8DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8DB8 on black background.


Color preview on white background

This text has color #DF8DB8 on white background.



Black color preview on #DF8DB8 background

This text has black color on #DF8DB8 background.


White color preview on #DF8DB8 background

This text has white color on #DF8DB8 background.