COLOR #DF6F8B

HEX: #DF6F8B
RGB: (223,111,139)

Color info

#DF6F8B contains mainly red color. Web safe color of #DF6F8B is #CC6699 (or #C69).

RGB color model

#DF6F8B color RGB value is (223,111,139).

  • red value is 223;
  • green value is 111;
  • blue value is 139.
RGB:
(223,111,139)
(87%,44%,55%)

RGB channels and saturation

R 223 of 255 = 87%
G 111 of 255 = 44%
B 139 of 255 = 55%

223
111
139

R + G + B ~ 62%. #DF6F8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 111 + 139 = 473 (100%)
R 223 of 473 ~ 47.15%
G 111 of 473 ~ 23.47%
B 139 of 473 ~ 29.39%

%47.15
%23.47
%29.39

CMYK color model

#DF6F8B color CMYK value is (0,50,38,13).

  • cyan value is 0.00%
  • magenta value is 50.22%
  • yellow value is 37.67%
  • key color value is 12.55%
CMYK:
(0,50,38,13)
C0M50Y38K13 
(0%,50%,38%,13%)
(0.00/0.50/0.38/0.13)	

CMYK percentages

%0
%50.22
%37.67
%12.55

Codes

Color #DF6F8B in popluar color models

DF6F8B
RGB223111139
HSL345°63.64%65.49%
HSB/HSV345°50.22%87.45%
CMYK0.00%50.22%37.67%
12.55%

Color #DF6F8B in popluar number systems.

HEXDF6F8B
Decimal223111139
Binary11011111110111110001011
Octal337157213

Shades and tints

Shades of #DF6F8B

#DF6F8B
(223,111,139)
#CB657F
(203,101,127)
#B75B73
(183,91,115)
#A35167
(163,81,103)
#8F475B
(143,71,91)
#7B3D4F
(123,61,79)
#673343
(103,51,67)
#532937
(83,41,55)
#3F1F2B
(63,31,43)
#2B151F
(43,21,31)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #DF6F8B

#DF6F8B
(223,111,139)
#E17C95
(225,124,149)
#E3899F
(227,137,159)
#E596A9
(229,150,169)
#E7A3B3
(231,163,179)
#E9B0BD
(233,176,189)
#EBBDC7
(235,189,199)
#EDCAD1
(237,202,209)
#EFD7DB
(239,215,219)
#F1E4E5
(241,228,229)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6F8B color. Also use rgb(223,111,139) instead hex code.

Text Font Color

.myTextColor { color: #DF6F8B; }

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

This text font color is #DF6F8B.


Background Color

.myBgColor { background-color: #DF6F8B; }

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

This div background color is #DF6F8B.


Border color

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

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

This div border color is #DF6F8B.


Opacity

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

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

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

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

This text has shadow with #DF6F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6F8B on black background.


Color preview on white background

This text has color #DF6F8B on white background.



Black color preview on #DF6F8B background

This text has black color on #DF6F8B background.


White color preview on #DF6F8B background

This text has white color on #DF6F8B background.