COLOR #FF9EB4

HEX: #FF9EB4
RGB: (255,158,180)

Color info

#FF9EB4 contains mainly red color. Web safe color of #FF9EB4 is #FF99CC (or #F9C).

RGB color model

#FF9EB4 color RGB value is (255,158,180).

  • red value is 255;
  • green value is 158;
  • blue value is 180.
RGB:
(255,158,180)
(100%,62%,71%)

RGB channels and saturation

R 255 of 255 = 100%
G 158 of 255 = 62%
B 180 of 255 = 71%

255
158
180

R + G + B ~ 78%. #FF9EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 158 + 180 = 593 (100%)
R 255 of 593 ~ 43%
G 158 of 593 ~ 26.64%
B 180 of 593 ~ 30.35%

%43
%26.64
%30.35

CMYK color model

#FF9EB4 color CMYK value is (0,38,29,0).

  • cyan value is 0.00%
  • magenta value is 38.04%
  • yellow value is 29.41%
  • key color value is 0.00%
CMYK:
(0,38,29,0)
C0M38Y29K0 
(0%,38%,29%,0%)
(0.00/0.38/0.29/0.00)	

CMYK percentages

%0
%38.04
%29.41
%0

Codes

Color #FF9EB4 in popluar color models

FF9EB4
RGB255158180
HSL346°100.00%80.98%
HSB/HSV346°38.04%100.00%
CMYK0.00%38.04%29.41%
0.00%

Color #FF9EB4 in popluar number systems.

HEXFF9EB4
Decimal255158180
Binary111111111001111010110100
Octal377236264

Shades and tints

Shades of #FF9EB4

#FF9EB4
(255,158,180)
#E890A4
(232,144,164)
#D18294
(209,130,148)
#BA7484
(186,116,132)
#A36674
(163,102,116)
#8C5864
(140,88,100)
#754A54
(117,74,84)
#5E3C44
(94,60,68)
#472E34
(71,46,52)
#302024
(48,32,36)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #FF9EB4

#FF9EB4
(255,158,180)
#FFA6BA
(255,166,186)
#FFAEC0
(255,174,192)
#FFB6C6
(255,182,198)
#FFBECC
(255,190,204)
#FFC6D2
(255,198,210)
#FFCED8
(255,206,216)
#FFD6DE
(255,214,222)
#FFDEE4
(255,222,228)
#FFE6EA
(255,230,234)
#FFEEF0
(255,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9EB4 color. Also use rgb(255,158,180) instead hex code.

Text Font Color

.myTextColor { color: #FF9EB4; }

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

This text font color is #FF9EB4.


Background Color

.myBgColor { background-color: #FF9EB4; }

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

This div background color is #FF9EB4.


Border color

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

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

This div border color is #FF9EB4.


Opacity

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

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

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

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

This text has shadow with #FF9EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9EB4 on black background.


Color preview on white background

This text has color #FF9EB4 on white background.



Black color preview on #FF9EB4 background

This text has black color on #FF9EB4 background.


White color preview on #FF9EB4 background

This text has white color on #FF9EB4 background.