COLOR #DF7FA8

HEX: #DF7FA8
RGB: (223,127,168)

Color info

#DF7FA8 contains mainly red and blue colors. Web safe color of #DF7FA8 is #CC6699 (or #C69).

RGB color model

#DF7FA8 color RGB value is (223,127,168).

  • red value is 223;
  • green value is 127;
  • blue value is 168.
RGB:
(223,127,168)
(87%,50%,66%)

RGB channels and saturation

R 223 of 255 = 87%
G 127 of 255 = 50%
B 168 of 255 = 66%

223
127
168

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

Portions of RGB colors in percentages

R + G + B =
223 + 127 + 168 = 518 (100%)
R 223 of 518 ~ 43.05%
G 127 of 518 ~ 24.52%
B 168 of 518 ~ 32.43%

%43.05
%24.52
%32.43

CMYK color model

#DF7FA8 color CMYK value is (0,43,25,13).

  • cyan value is 0.00%
  • magenta value is 43.05%
  • yellow value is 24.66%
  • key color value is 12.55%
CMYK:
(0,43,25,13)
C0M43Y25K13 
(0%,43%,25%,13%)
(0.00/0.43/0.25/0.13)	

CMYK percentages

%0
%43.05
%24.66
%12.55

Codes

Color #DF7FA8 in popluar color models

DF7FA8
RGB223127168
HSL334°60.00%68.63%
HSB/HSV334°43.05%87.45%
CMYK0.00%43.05%24.66%
12.55%

Color #DF7FA8 in popluar number systems.

HEXDF7FA8
Decimal223127168
Binary11011111111111110101000
Octal337177250

Shades and tints

Shades of #DF7FA8

#DF7FA8
(223,127,168)
#CB7499
(203,116,153)
#B7698A
(183,105,138)
#A35E7B
(163,94,123)
#8F536C
(143,83,108)
#7B485D
(123,72,93)
#673D4E
(103,61,78)
#53323F
(83,50,63)
#3F2730
(63,39,48)
#2B1C21
(43,28,33)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #DF7FA8

#DF7FA8
(223,127,168)
#E18AAF
(225,138,175)
#E395B6
(227,149,182)
#E5A0BD
(229,160,189)
#E7ABC4
(231,171,196)
#E9B6CB
(233,182,203)
#EBC1D2
(235,193,210)
#EDCCD9
(237,204,217)
#EFD7E0
(239,215,224)
#F1E2E7
(241,226,231)
#F3EDEE
(243,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7FA8 color. Also use rgb(223,127,168) instead hex code.

Text Font Color

.myTextColor { color: #DF7FA8; }

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

This text font color is #DF7FA8.


Background Color

.myBgColor { background-color: #DF7FA8; }

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

This div background color is #DF7FA8.


Border color

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

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

This div border color is #DF7FA8.


Opacity

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

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

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

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

This text has shadow with #DF7FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7FA8 on black background.


Color preview on white background

This text has color #DF7FA8 on white background.



Black color preview on #DF7FA8 background

This text has black color on #DF7FA8 background.


White color preview on #DF7FA8 background

This text has white color on #DF7FA8 background.