COLOR #DF8DB4

HEX: #DF8DB4
RGB: (223,141,180)

Color info

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

RGB color model

#DF8DB4 color RGB value is (223,141,180).

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

RGB channels and saturation

R 223 of 255 = 87%
G 141 of 255 = 55%
B 180 of 255 = 71%

223
141
180

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

Portions of RGB colors in percentages

R + G + B =
223 + 141 + 180 = 544 (100%)
R 223 of 544 ~ 40.99%
G 141 of 544 ~ 25.92%
B 180 of 544 ~ 33.09%

%40.99
%25.92
%33.09

CMYK color model

#DF8DB4 color CMYK value is (0,37,19,13).

  • cyan value is 0.00%
  • magenta value is 36.77%
  • yellow value is 19.28%
  • key color value is 12.55%
CMYK:
(0,37,19,13)
C0M37Y19K13 
(0%,37%,19%,13%)
(0.00/0.37/0.19/0.13)	

CMYK percentages

%0
%36.77
%19.28
%12.55

Codes

Color #DF8DB4 in popluar color models

DF8DB4
RGB223141180
HSL331°56.16%71.37%
HSB/HSV331°36.77%87.45%
CMYK0.00%36.77%19.28%
12.55%

Color #DF8DB4 in popluar number systems.

HEXDF8DB4
Decimal223141180
Binary110111111000110110110100
Octal337215264

Shades and tints

Shades of #DF8DB4

#DF8DB4
(223,141,180)
#CB81A4
(203,129,164)
#B77594
(183,117,148)
#A36984
(163,105,132)
#8F5D74
(143,93,116)
#7B5164
(123,81,100)
#674554
(103,69,84)
#533944
(83,57,68)
#3F2D34
(63,45,52)
#2B2124
(43,33,36)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #DF8DB4

#DF8DB4
(223,141,180)
#E197BA
(225,151,186)
#E3A1C0
(227,161,192)
#E5ABC6
(229,171,198)
#E7B5CC
(231,181,204)
#E9BFD2
(233,191,210)
#EBC9D8
(235,201,216)
#EDD3DE
(237,211,222)
#EFDDE4
(239,221,228)
#F1E7EA
(241,231,234)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF8DB4; }

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

This text font color is #DF8DB4.


Background Color

.myBgColor { background-color: #DF8DB4; }

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

This div background color is #DF8DB4.


Border color

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

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

This div border color is #DF8DB4.


Opacity

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

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

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

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

This text has shadow with #DF8DB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF8DB4 on black background.


Color preview on white background

This text has color #DF8DB4 on white background.



Black color preview on #DF8DB4 background

This text has black color on #DF8DB4 background.


White color preview on #DF8DB4 background

This text has white color on #DF8DB4 background.