COLOR #9C99F3

HEX: #9C99F3
RGB: (156,153,243)

Color info

#9C99F3 contains mainly blue color. Web safe color of #9C99F3 is #9999FF (or #99F).

RGB color model

#9C99F3 color RGB value is (156,153,243).

  • red value is 156;
  • green value is 153;
  • blue value is 243.
RGB:
(156,153,243)
(61%,60%,95%)

RGB channels and saturation

R 156 of 255 = 61%
G 153 of 255 = 60%
B 243 of 255 = 95%

156
153
243

R + G + B ~ 72%. #9C99F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 153 + 243 = 552 (100%)
R 156 of 552 ~ 28.26%
G 153 of 552 ~ 27.72%
B 243 of 552 ~ 44.02%

%28.26
%27.72
%44.02

CMYK color model

#9C99F3 color CMYK value is (36,37,0,5).

  • cyan value is 35.80%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(36,37,0,5)
C36M37Y0K5 
(36%,37%,0%,5%)
(0.36/0.37/0.00/0.05)	

CMYK percentages

%35.8
%37.04
%0
%4.71

Codes

Color #9C99F3 in popluar color models

9C99F3
RGB156153243
HSL242°78.95%77.65%
HSB/HSV242°37.04%95.29%
CMYK35.80%37.04%0.00%
4.71%

Color #9C99F3 in popluar number systems.

HEX9C99F3
Decimal156153243
Binary100111001001100111110011
Octal234231363

Shades and tints

Shades of #9C99F3

#9C99F3
(156,153,243)
#8E8CDD
(142,140,221)
#807FC7
(128,127,199)
#7272B1
(114,114,177)
#64659B
(100,101,155)
#565885
(86,88,133)
#484B6F
(72,75,111)
#3A3E59
(58,62,89)
#2C3143
(44,49,67)
#1E242D
(30,36,45)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #9C99F3

#9C99F3
(156,153,243)
#A5A2F4
(165,162,244)
#AEABF5
(174,171,245)
#B7B4F6
(183,180,246)
#C0BDF7
(192,189,247)
#C9C6F8
(201,198,248)
#D2CFF9
(210,207,249)
#DBD8FA
(219,216,250)
#E4E1FB
(228,225,251)
#EDEAFC
(237,234,252)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C99F3 color. Also use rgb(156,153,243) instead hex code.

Text Font Color

.myTextColor { color: #9C99F3; }

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

This text font color is #9C99F3.


Background Color

.myBgColor { background-color: #9C99F3; }

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

This div background color is #9C99F3.


Border color

.myBorderColor { border: 1px solid #9C99F3; }

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

This div border color is #9C99F3.


Opacity

.myOpacity80 { color: #9C99F3; opacity: 0.8; }

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

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

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

This text has shadow with #9C99F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C99F3 on black background.


Color preview on white background

This text has color #9C99F3 on white background.



Black color preview on #9C99F3 background

This text has black color on #9C99F3 background.


White color preview on #9C99F3 background

This text has white color on #9C99F3 background.