COLOR #9A99CE

HEX: #9A99CE
RGB: (154,153,206)

Color info

#9A99CE contains red, green and blue colors in about the same proportion. Web safe color of #9A99CE is #9999CC (or #99C).

RGB color model

#9A99CE color RGB value is (154,153,206).

  • red value is 154;
  • green value is 153;
  • blue value is 206.
RGB:
(154,153,206)
(60%,60%,81%)

RGB channels and saturation

R 154 of 255 = 60%
G 153 of 255 = 60%
B 206 of 255 = 81%

154
153
206

R + G + B ~ 67%. #9A99CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 153 + 206 = 513 (100%)
R 154 of 513 ~ 30.02%
G 153 of 513 ~ 29.82%
B 206 of 513 ~ 40.16%

%30.02
%29.82
%40.16

CMYK color model

#9A99CE color CMYK value is (25,26,0,19).

  • cyan value is 25.24%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(25,26,0,19)
C25M26Y0K19 
(25%,26%,0%,19%)
(0.25/0.26/0.00/0.19)	

CMYK percentages

%25.24
%25.73
%0
%19.22

Codes

Color #9A99CE in popluar color models

9A99CE
RGB154153206
HSL241°35.10%70.39%
HSB/HSV241°25.73%80.78%
CMYK25.24%25.73%0.00%
19.22%

Color #9A99CE in popluar number systems.

HEX9A99CE
Decimal154153206
Binary100110101001100111001110
Octal232231316

Shades and tints

Shades of #9A99CE

#9A99CE
(154,153,206)
#8C8CBC
(140,140,188)
#7E7FAA
(126,127,170)
#707298
(112,114,152)
#626586
(98,101,134)
#545874
(84,88,116)
#464B62
(70,75,98)
#383E50
(56,62,80)
#2A313E
(42,49,62)
#1C242C
(28,36,44)
#0E171A
(14,23,26)
#000000
(0,0,0)

Tints of #9A99CE

#9A99CE
(154,153,206)
#A3A2D2
(163,162,210)
#ACABD6
(172,171,214)
#B5B4DA
(181,180,218)
#BEBDDE
(190,189,222)
#C7C6E2
(199,198,226)
#D0CFE6
(208,207,230)
#D9D8EA
(217,216,234)
#E2E1EE
(226,225,238)
#EBEAF2
(235,234,242)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A99CE color. Also use rgb(154,153,206) instead hex code.

Text Font Color

.myTextColor { color: #9A99CE; }

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

This text font color is #9A99CE.


Background Color

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

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

This div background color is #9A99CE.


Border color

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

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

This div border color is #9A99CE.


Opacity

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

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

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

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

This text has shadow with #9A99CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A99CE on black background.


Color preview on white background

This text has color #9A99CE on white background.



Black color preview on #9A99CE background

This text has black color on #9A99CE background.


White color preview on #9A99CE background

This text has white color on #9A99CE background.