COLOR #999ABF

HEX: #999ABF RGB: (153,154,191)

Color info

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

RGB color model

#999ABF color RGB value is (153,154,191).

RGB: (153,154,191) (60%, 60%, 75%)

RGB channels and saturation

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

153
154
191

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

Portions of RGB colors in percentages

R + G + B = 153 + 154 + 191 = 498 (100%)
R 153 of 498 ~ 30.72%
G 154 of 498 ~ 30.92%
B 191 of 498 ~ 38.35'%

%30.72
%30.92
%38.35

CMYK color model

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

  • cyan value is 19.90%
  • magenta value is 19.37%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (20,19,0,25) C20M19Y0K25 (20%,19%,0%,25%) (0.20/0.19/0.00/0.25) 

CMYK percentages

%19.9
%19.37
%0
%25.1

Codes

Color #999ABF in popluar color models

99 9A BF
RGB 153 154 191
HSL 238° 22.89% 67.45%
HSB/HSV 238° 19.90% 74.90%
CMYK 19.90% 19.37% 0.00%
25.10%

Color #999ABF in popluar number systems.

HEX 99 9A BF
Decimal 153 154 191
Binary 10011001 10011010 10111111
Octal 231 232 277

Shades and tints

Shades of #999ABF

#999ABF
(153,154,191)
#8C8CAE
(140,140,174)
#7F7E9D
(127,126,157)
#72708C
(114,112,140)
#65627B
(101,98,123)
#58546A
(88,84,106)
#4B4659
(75,70,89)
#3E3848
(62,56,72)
#312A37
(49,42,55)
#241C26
(36,28,38)
#170E15
(23,14,21)
#000000
(0,0,0)

Tints of #999ABF

#999ABF
(153,154,191)
#A2A3C4
(162,163,196)
#ABACC9
(171,172,201)
#B4B5CE
(180,181,206)
#BDBED3
(189,190,211)
#C6C7D8
(198,199,216)
#CFD0DD
(207,208,221)
#D8D9E2
(216,217,226)
#E1E2E7
(225,226,231)
#EAEBEC
(234,235,236)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999ABF; }

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

This text font color is #999ABF.

Background Color

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

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

This div background color is #999ABF.

Border color

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

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

This div border color is #999ABF.

Opacity

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

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

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

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

This text has shadow with #999ABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999ABF.

Preview

Color preview on black background

This text has color #999ABF on black background.


Color preview on white background

This text has color #999ABF on white background.


Black color preview on #999ABF background

This text has black color on #999ABF background.


White color preview on #999ABF background

This text has white color on #999ABF background.


Related colors

Complementary color

Complementary color for #hex is #666540.


I love getcolorcode.com

Triadic colors

1 #BF999A and #9ABF99 with #999ABF are triadic colors.

2 #BF9A99 and #9A99BF with #999ABF are triadic colors.