COLOR #FF9BEF

HEX: #FF9BEF RGB: (255,155,239)

Color info

#FF9BEF contains mainly red and blue colors. Web safe color of #FF9BEF is #FF99FF (or #F9F).

RGB color model

#FF9BEF color RGB value is (255,155,239).

RGB: (255,155,239) (100%, 61%, 94%)

RGB channels and saturation

R 255 of 255 = 100%
G 155 of 255 = 61%
B 239 of 255 = 94%

255
155
239

R + G + B ~ 85%. #FF9BEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 255 + 155 + 239 = 649 (100%)
R 255 of 649 ~ 39.29%
G 155 of 649 ~ 23.88%
B 239 of 649 ~ 36.83'%

%39.29
%23.88
%36.83

CMYK color model

#FF9BEF color CMYK value is (0,39,6,0).

  • cyan value is 0.00%
  • magenta value is 39.22%
  • yellow value is 6.27%
  • key color value is 0.00%

CMYK: (0,39,6,0)
C0M39Y6K0 (0%, 39%, 6%, 0%)
(0.00 / 0.39 / 0.06 / 0.00)

CMYK percentages

%0
%39.22
%6.27
%0

Codes

Color #FF9BEF in popluar color models

FF 9B EF
RGB 255 155 239
HSL 310° 100.00% 80.39%
HSB/HSV 310° 39.22% 100.00%
CMYK 0.00% 39.22% 6.27%
0.00%

Color #FF9BEF in popluar number systems.

HEX FF 9B EF
Decimal 255 155 239
Binary 11111111 10011011 11101111
Octal 377 233 357

Shades and tints

Shades of #FF9BEF

#FF9BEF
(255,155,239)
#E88DDA
(232,141,218)
#D17FC5
(209,127,197)
#BA71B0
(186,113,176)
#A3639B
(163,99,155)
#8C5586
(140,85,134)
#754771
(117,71,113)
#5E395C
(94,57,92)
#472B47
(71,43,71)
#301D32
(48,29,50)
#190F1D
(25,15,29)
#000000
(0,0,0)

Tints of #FF9BEF

#FF9BEF
(255,155,239)
#FFA4F0
(255,164,240)
#FFADF1
(255,173,241)
#FFB6F2
(255,182,242)
#FFBFF3
(255,191,243)
#FFC8F4
(255,200,244)
#FFD1F5
(255,209,245)
#FFDAF6
(255,218,246)
#FFE3F7
(255,227,247)
#FFECF8
(255,236,248)
#FFF5F9
(255,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9BEF color. Also use rgb(255,155,239) instead hex code.

Text Font Color

.myTextColor { color: #FF9BEF; }

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

This text font color is #FF9BEF.

Background Color

.myBgColor { background-color: #FF9BEF; }

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

This div background color is #FF9BEF.

Border color

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

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

This div border color is #FF9BEF.

Opacity

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

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

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

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

This text has shadow with #FF9BEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FF9BEF.

Preview

Color preview on black background

This text has color #FF9BEF on black background.


Color preview on white background

This text has color #FF9BEF on white background.


Black color preview on #FF9BEF background

This text has black color on #FF9BEF background.


White color preview on #FF9BEF background

This text has white color on #FF9BEF background.


Related colors

Complementary color

Complementary color for #hex is #006410.


I love getcolorcode.com

Triadic colors

1 #EFFF9B and #9BEFFF with #FF9BEF are triadic colors.

2 #EF9BFF and #9BFFEF with #FF9BEF are triadic colors.