COLOR #DF9AC2

HEX: #DF9AC2
RGB: (223,154,194)

Color info

#DF9AC2 contains mainly red and blue colors. Web safe color of #DF9AC2 is #CC99CC (or #C9C).

RGB color model

#DF9AC2 color RGB value is (223,154,194).

  • red value is 223;
  • green value is 154;
  • blue value is 194.
RGB:
(223,154,194)
(87%,60%,76%)

RGB channels and saturation

R 223 of 255 = 87%
G 154 of 255 = 60%
B 194 of 255 = 76%

223
154
194

R + G + B ~ 74%. #DF9AC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 154 + 194 = 571 (100%)
R 223 of 571 ~ 39.05%
G 154 of 571 ~ 26.97%
B 194 of 571 ~ 33.98%

%39.05
%26.97
%33.98

CMYK color model

#DF9AC2 color CMYK value is (0,31,13,13).

  • cyan value is 0.00%
  • magenta value is 30.94%
  • yellow value is 13.00%
  • key color value is 12.55%
CMYK:
(0,31,13,13)
C0M31Y13K13 
(0%,31%,13%,13%)
(0.00/0.31/0.13/0.13)	

CMYK percentages

%0
%30.94
%13
%12.55

Codes

Color #DF9AC2 in popluar color models

DF9AC2
RGB223154194
HSL325°51.88%73.92%
HSB/HSV325°30.94%87.45%
CMYK0.00%30.94%13.00%
12.55%

Color #DF9AC2 in popluar number systems.

HEXDF9AC2
Decimal223154194
Binary110111111001101011000010
Octal337232302

Shades and tints

Shades of #DF9AC2

#DF9AC2
(223,154,194)
#CB8CB1
(203,140,177)
#B77EA0
(183,126,160)
#A3708F
(163,112,143)
#8F627E
(143,98,126)
#7B546D
(123,84,109)
#67465C
(103,70,92)
#53384B
(83,56,75)
#3F2A3A
(63,42,58)
#2B1C29
(43,28,41)
#170E18
(23,14,24)
#000000
(0,0,0)

Tints of #DF9AC2

#DF9AC2
(223,154,194)
#E1A3C7
(225,163,199)
#E3ACCC
(227,172,204)
#E5B5D1
(229,181,209)
#E7BED6
(231,190,214)
#E9C7DB
(233,199,219)
#EBD0E0
(235,208,224)
#EDD9E5
(237,217,229)
#EFE2EA
(239,226,234)
#F1EBEF
(241,235,239)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF9AC2 color. Also use rgb(223,154,194) instead hex code.

Text Font Color

.myTextColor { color: #DF9AC2; }

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

This text font color is #DF9AC2.


Background Color

.myBgColor { background-color: #DF9AC2; }

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

This div background color is #DF9AC2.


Border color

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

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

This div border color is #DF9AC2.


Opacity

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

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

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

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

This text has shadow with #DF9AC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF9AC2 on black background.


Color preview on white background

This text has color #DF9AC2 on white background.



Black color preview on #DF9AC2 background

This text has black color on #DF9AC2 background.


White color preview on #DF9AC2 background

This text has white color on #DF9AC2 background.