COLOR #DF82A6

HEX: #DF82A6
RGB: (223,130,166)

Color info

#DF82A6 contains mainly red and blue colors. Web safe color of #DF82A6 is #CC9999 (or #C99).

RGB color model

#DF82A6 color RGB value is (223,130,166).

  • red value is 223;
  • green value is 130;
  • blue value is 166.
RGB:
(223,130,166)
(87%,51%,65%)

RGB channels and saturation

R 223 of 255 = 87%
G 130 of 255 = 51%
B 166 of 255 = 65%

223
130
166

R + G + B ~ 68%. #DF82A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 130 + 166 = 519 (100%)
R 223 of 519 ~ 42.97%
G 130 of 519 ~ 25.05%
B 166 of 519 ~ 31.98%

%42.97
%25.05
%31.98

CMYK color model

#DF82A6 color CMYK value is (0,42,26,13).

  • cyan value is 0.00%
  • magenta value is 41.70%
  • yellow value is 25.56%
  • key color value is 12.55%
CMYK:
(0,42,26,13)
C0M42Y26K13 
(0%,42%,26%,13%)
(0.00/0.42/0.26/0.13)	

CMYK percentages

%0
%41.7
%25.56
%12.55

Codes

Color #DF82A6 in popluar color models

DF82A6
RGB223130166
HSL337°59.24%69.22%
HSB/HSV337°41.70%87.45%
CMYK0.00%41.70%25.56%
12.55%

Color #DF82A6 in popluar number systems.

HEXDF82A6
Decimal223130166
Binary110111111000001010100110
Octal337202246

Shades and tints

Shades of #DF82A6

#DF82A6
(223,130,166)
#CB7797
(203,119,151)
#B76C88
(183,108,136)
#A36179
(163,97,121)
#8F566A
(143,86,106)
#7B4B5B
(123,75,91)
#67404C
(103,64,76)
#53353D
(83,53,61)
#3F2A2E
(63,42,46)
#2B1F1F
(43,31,31)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #DF82A6

#DF82A6
(223,130,166)
#E18DAE
(225,141,174)
#E398B6
(227,152,182)
#E5A3BE
(229,163,190)
#E7AEC6
(231,174,198)
#E9B9CE
(233,185,206)
#EBC4D6
(235,196,214)
#EDCFDE
(237,207,222)
#EFDAE6
(239,218,230)
#F1E5EE
(241,229,238)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF82A6 color. Also use rgb(223,130,166) instead hex code.

Text Font Color

.myTextColor { color: #DF82A6; }

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

This text font color is #DF82A6.


Background Color

.myBgColor { background-color: #DF82A6; }

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

This div background color is #DF82A6.


Border color

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

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

This div border color is #DF82A6.


Opacity

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

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

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

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

This text has shadow with #DF82A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF82A6 on black background.


Color preview on white background

This text has color #DF82A6 on white background.



Black color preview on #DF82A6 background

This text has black color on #DF82A6 background.


White color preview on #DF82A6 background

This text has white color on #DF82A6 background.