COLOR #FF9ACC

HEX: #FF9ACC
RGB: (255,154,204)

Color info

#FF9ACC contains mainly red and blue colors. Web safe color of #FF9ACC is #FF99CC (or #F9C).

RGB color model

#FF9ACC color RGB value is (255,154,204).

  • red value is 255;
  • green value is 154;
  • blue value is 204.
RGB:
(255,154,204)
(100%,60%,80%)

RGB channels and saturation

R 255 of 255 = 100%
G 154 of 255 = 60%
B 204 of 255 = 80%

255
154
204

R + G + B ~ 80%. #FF9ACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 154 + 204 = 613 (100%)
R 255 of 613 ~ 41.6%
G 154 of 613 ~ 25.12%
B 204 of 613 ~ 33.28%

%41.6
%25.12
%33.28

CMYK color model

#FF9ACC color CMYK value is (0,40,20,0).

  • cyan value is 0.00%
  • magenta value is 39.61%
  • yellow value is 20.00%
  • key color value is 0.00%
CMYK:
(0,40,20,0)
C0M40Y20K0 
(0%,40%,20%,0%)
(0.00/0.40/0.20/0.00)	

CMYK percentages

%0
%39.61
%20
%0

Codes

Color #FF9ACC in popluar color models

FF9ACC
RGB255154204
HSL330°100.00%80.20%
HSB/HSV330°39.61%100.00%
CMYK0.00%39.61%20.00%
0.00%

Color #FF9ACC in popluar number systems.

HEXFF9ACC
Decimal255154204
Binary111111111001101011001100
Octal377232314

Shades and tints

Shades of #FF9ACC

#FF9ACC
(255,154,204)
#E88CBA
(232,140,186)
#D17EA8
(209,126,168)
#BA7096
(186,112,150)
#A36284
(163,98,132)
#8C5472
(140,84,114)
#754660
(117,70,96)
#5E384E
(94,56,78)
#472A3C
(71,42,60)
#301C2A
(48,28,42)
#190E18
(25,14,24)
#000000
(0,0,0)

Tints of #FF9ACC

#FF9ACC
(255,154,204)
#FFA3D0
(255,163,208)
#FFACD4
(255,172,212)
#FFB5D8
(255,181,216)
#FFBEDC
(255,190,220)
#FFC7E0
(255,199,224)
#FFD0E4
(255,208,228)
#FFD9E8
(255,217,232)
#FFE2EC
(255,226,236)
#FFEBF0
(255,235,240)
#FFF4F4
(255,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9ACC color. Also use rgb(255,154,204) instead hex code.

Text Font Color

.myTextColor { color: #FF9ACC; }

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

This text font color is #FF9ACC.


Background Color

.myBgColor { background-color: #FF9ACC; }

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

This div background color is #FF9ACC.


Border color

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

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

This div border color is #FF9ACC.


Opacity

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

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

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

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

This text has shadow with #FF9ACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9ACC on black background.


Color preview on white background

This text has color #FF9ACC on white background.



Black color preview on #FF9ACC background

This text has black color on #FF9ACC background.


White color preview on #FF9ACC background

This text has white color on #FF9ACC background.