COLOR #DF94A6

HEX: #DF94A6
RGB: (223,148,166)

Color info

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

RGB color model

#DF94A6 color RGB value is (223,148,166).

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

RGB channels and saturation

R 223 of 255 = 87%
G 148 of 255 = 58%
B 166 of 255 = 65%

223
148
166

R + G + B ~ 70%. #DF94A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 148 + 166 = 537 (100%)
R 223 of 537 ~ 41.53%
G 148 of 537 ~ 27.56%
B 166 of 537 ~ 30.91%

%41.53
%27.56
%30.91

CMYK color model

#DF94A6 color CMYK value is (0,34,26,13).

  • cyan value is 0.00%
  • magenta value is 33.63%
  • yellow value is 25.56%
  • key color value is 12.55%
CMYK:
(0,34,26,13)
C0M34Y26K13 
(0%,34%,26%,13%)
(0.00/0.34/0.26/0.13)	

CMYK percentages

%0
%33.63
%25.56
%12.55

Codes

Color #DF94A6 in popluar color models

DF94A6
RGB223148166
HSL346°53.96%72.75%
HSB/HSV346°33.63%87.45%
CMYK0.00%33.63%25.56%
12.55%

Color #DF94A6 in popluar number systems.

HEXDF94A6
Decimal223148166
Binary110111111001010010100110
Octal337224246

Shades and tints

Shades of #DF94A6

#DF94A6
(223,148,166)
#CB8797
(203,135,151)
#B77A88
(183,122,136)
#A36D79
(163,109,121)
#8F606A
(143,96,106)
#7B535B
(123,83,91)
#67464C
(103,70,76)
#53393D
(83,57,61)
#3F2C2E
(63,44,46)
#2B1F1F
(43,31,31)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #DF94A6

#DF94A6
(223,148,166)
#E19DAE
(225,157,174)
#E3A6B6
(227,166,182)
#E5AFBE
(229,175,190)
#E7B8C6
(231,184,198)
#E9C1CE
(233,193,206)
#EBCAD6
(235,202,214)
#EDD3DE
(237,211,222)
#EFDCE6
(239,220,230)
#F1E5EE
(241,229,238)
#F3EEF6
(243,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DF94A6; }

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

This text font color is #DF94A6.


Background Color

.myBgColor { background-color: #DF94A6; }

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

This div background color is #DF94A6.


Border color

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

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

This div border color is #DF94A6.


Opacity

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

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

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

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

This text has shadow with #DF94A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF94A6 on black background.


Color preview on white background

This text has color #DF94A6 on white background.



Black color preview on #DF94A6 background

This text has black color on #DF94A6 background.


White color preview on #DF94A6 background

This text has white color on #DF94A6 background.