COLOR #999ABE

HEX: #999ABE
RGB: (153,154,190)

Color info

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

RGB color model

#999ABE color RGB value is (153,154,190).

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

RGB channels and saturation

R 153 of 255 = 60%
G 154 of 255 = 60%
B 190 of 255 = 75%

153
154
190

R + G + B ~ 65%. #999ABE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 154 + 190 = 497 (100%)
R 153 of 497 ~ 30.78%
G 154 of 497 ~ 30.99%
B 190 of 497 ~ 38.23%

%30.78
%30.99
%38.23

CMYK color model

#999ABE color CMYK value is (19,19,0,25).

  • cyan value is 19.47%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(19,19,0,25)
C19M19Y0K25 
(19%,19%,0%,25%)
(0.19/0.19/0.00/0.25)	

CMYK percentages

%19.47
%18.95
%0
%25.49

Codes

Color #999ABE in popluar color models

999ABE
RGB153154190
HSL238°22.16%67.25%
HSB/HSV238°19.47%74.51%
CMYK19.47%18.95%0.00%
25.49%

Color #999ABE in popluar number systems.

HEX999ABE
Decimal153154190
Binary100110011001101010111110
Octal231232276

Shades and tints

Shades of #999ABE

#999ABE
(153,154,190)
#8C8CAD
(140,140,173)
#7F7E9C
(127,126,156)
#72708B
(114,112,139)
#65627A
(101,98,122)
#585469
(88,84,105)
#4B4658
(75,70,88)
#3E3847
(62,56,71)
#312A36
(49,42,54)
#241C25
(36,28,37)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #999ABE

#999ABE
(153,154,190)
#A2A3C3
(162,163,195)
#ABACC8
(171,172,200)
#B4B5CD
(180,181,205)
#BDBED2
(189,190,210)
#C6C7D7
(198,199,215)
#CFD0DC
(207,208,220)
#D8D9E1
(216,217,225)
#E1E2E6
(225,226,230)
#EAEBEB
(234,235,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999ABE color. Also use rgb(153,154,190) instead hex code.

Text Font Color

.myTextColor { color: #999ABE; }

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

This text font color is #999ABE.


Background Color

.myBgColor { background-color: #999ABE; }

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

This div background color is #999ABE.


Border color

.myBorderColor { border: 1px solid #999ABE; }

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

This div border color is #999ABE.


Opacity

.myOpacity80 { color: #999ABE; opacity: 0.8; }

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

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

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

This text has shadow with #999ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999ABE on black background.


Color preview on white background

This text has color #999ABE on white background.



Black color preview on #999ABE background

This text has black color on #999ABE background.


White color preview on #999ABE background

This text has white color on #999ABE background.