COLOR #DF6BAA

HEX: #DF6BAA
RGB: (223,107,170)

Color info

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

RGB color model

#DF6BAA color RGB value is (223,107,170).

  • red value is 223;
  • green value is 107;
  • blue value is 170.
RGB:
(223,107,170)
(87%,42%,67%)

RGB channels and saturation

R 223 of 255 = 87%
G 107 of 255 = 42%
B 170 of 255 = 67%

223
107
170

R + G + B ~ 65%. #DF6BAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 107 + 170 = 500 (100%)
R 223 of 500 ~ 44.6%
G 107 of 500 ~ 21.4%
B 170 of 500 ~ 34%

%44.6
%21.4
%34

CMYK color model

#DF6BAA color CMYK value is (0,52,24,13).

  • cyan value is 0.00%
  • magenta value is 52.02%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(0,52,24,13)
C0M52Y24K13 
(0%,52%,24%,13%)
(0.00/0.52/0.24/0.13)	

CMYK percentages

%0
%52.02
%23.77
%12.55

Codes

Color #DF6BAA in popluar color models

DF6BAA
RGB223107170
HSL327°64.44%64.71%
HSB/HSV327°52.02%87.45%
CMYK0.00%52.02%23.77%
12.55%

Color #DF6BAA in popluar number systems.

HEXDF6BAA
Decimal223107170
Binary11011111110101110101010
Octal337153252

Shades and tints

Shades of #DF6BAA

#DF6BAA
(223,107,170)
#CB629B
(203,98,155)
#B7598C
(183,89,140)
#A3507D
(163,80,125)
#8F476E
(143,71,110)
#7B3E5F
(123,62,95)
#673550
(103,53,80)
#532C41
(83,44,65)
#3F2332
(63,35,50)
#2B1A23
(43,26,35)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #DF6BAA

#DF6BAA
(223,107,170)
#E178B1
(225,120,177)
#E385B8
(227,133,184)
#E592BF
(229,146,191)
#E79FC6
(231,159,198)
#E9ACCD
(233,172,205)
#EBB9D4
(235,185,212)
#EDC6DB
(237,198,219)
#EFD3E2
(239,211,226)
#F1E0E9
(241,224,233)
#F3EDF0
(243,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF6BAA color. Also use rgb(223,107,170) instead hex code.

Text Font Color

.myTextColor { color: #DF6BAA; }

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

This text font color is #DF6BAA.


Background Color

.myBgColor { background-color: #DF6BAA; }

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

This div background color is #DF6BAA.


Border color

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

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

This div border color is #DF6BAA.


Opacity

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

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

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

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

This text has shadow with #DF6BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF6BAA on black background.


Color preview on white background

This text has color #DF6BAA on white background.



Black color preview on #DF6BAA background

This text has black color on #DF6BAA background.


White color preview on #DF6BAA background

This text has white color on #DF6BAA background.