COLOR #FF9CB0

HEX: #FF9CB0
RGB: (255,156,176)

Color info

#FF9CB0 contains mainly red color. Web safe color of #FF9CB0 is #FF9999 (or #F99).

RGB color model

#FF9CB0 color RGB value is (255,156,176).

  • red value is 255;
  • green value is 156;
  • blue value is 176.
RGB:
(255,156,176)
(100%,61%,69%)

RGB channels and saturation

R 255 of 255 = 100%
G 156 of 255 = 61%
B 176 of 255 = 69%

255
156
176

R + G + B ~ 77%. #FF9CB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 156 + 176 = 587 (100%)
R 255 of 587 ~ 43.44%
G 156 of 587 ~ 26.58%
B 176 of 587 ~ 29.98%

%43.44
%26.58
%29.98

CMYK color model

#FF9CB0 color CMYK value is (0,39,31,0).

  • cyan value is 0.00%
  • magenta value is 38.82%
  • yellow value is 30.98%
  • key color value is 0.00%
CMYK:
(0,39,31,0)
C0M39Y31K0 
(0%,39%,31%,0%)
(0.00/0.39/0.31/0.00)	

CMYK percentages

%0
%38.82
%30.98
%0

Codes

Color #FF9CB0 in popluar color models

FF9CB0
RGB255156176
HSL348°100.00%80.59%
HSB/HSV348°38.82%100.00%
CMYK0.00%38.82%30.98%
0.00%

Color #FF9CB0 in popluar number systems.

HEXFF9CB0
Decimal255156176
Binary111111111001110010110000
Octal377234260

Shades and tints

Shades of #FF9CB0

#FF9CB0
(255,156,176)
#E88EA0
(232,142,160)
#D18090
(209,128,144)
#BA7280
(186,114,128)
#A36470
(163,100,112)
#8C5660
(140,86,96)
#754850
(117,72,80)
#5E3A40
(94,58,64)
#472C30
(71,44,48)
#301E20
(48,30,32)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #FF9CB0

#FF9CB0
(255,156,176)
#FFA5B7
(255,165,183)
#FFAEBE
(255,174,190)
#FFB7C5
(255,183,197)
#FFC0CC
(255,192,204)
#FFC9D3
(255,201,211)
#FFD2DA
(255,210,218)
#FFDBE1
(255,219,225)
#FFE4E8
(255,228,232)
#FFEDEF
(255,237,239)
#FFF6F6
(255,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9CB0 color. Also use rgb(255,156,176) instead hex code.

Text Font Color

.myTextColor { color: #FF9CB0; }

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

This text font color is #FF9CB0.


Background Color

.myBgColor { background-color: #FF9CB0; }

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

This div background color is #FF9CB0.


Border color

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

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

This div border color is #FF9CB0.


Opacity

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

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

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

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

This text has shadow with #FF9CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9CB0 on black background.


Color preview on white background

This text has color #FF9CB0 on white background.



Black color preview on #FF9CB0 background

This text has black color on #FF9CB0 background.


White color preview on #FF9CB0 background

This text has white color on #FF9CB0 background.