COLOR #9A99B4

HEX: #9A99B4 RGB: (154,153,180)

Color info

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

RGB color model

#9A99B4 color RGB value is (154,153,180).

RGB: (154,153,180) (60%, 60%, 71%)

RGB channels and saturation

R 154 of 255 = 60%
G 153 of 255 = 60%
B 180 of 255 = 71%

154
153
180

R + G + B ~ 64%. #9A99B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 153 + 180 = 487 (100%)
R 154 of 487 ~ 31.62%
G 153 of 487 ~ 31.42%
B 180 of 487 ~ 36.96'%

%31.62
%31.42
%36.96

CMYK color model

#9A99B4 color CMYK value is (14,15,0,29).

  • cyan value is 14.44%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK: (14,15,0,29) C14M15Y0K29 (14%,15%,0%,29%) (0.14/0.15/0.00/0.29) 

CMYK percentages

%14.44
%15
%0
%29.41

Codes

Color #9A99B4 in popluar color models

9A 99 B4
RGB 154 153 180
HSL 242° 15.25% 65.29%
HSB/HSV 242° 15.00% 70.59%
CMYK 14.44% 15.00% 0.00%
29.41%

Color #9A99B4 in popluar number systems.

HEX 9A 99 B4
Decimal 154 153 180
Binary 10011010 10011001 10110100
Octal 232 231 264

Shades and tints

Shades of #9A99B4

#9A99B4
(154,153,180)
#8C8CA4
(140,140,164)
#7E7F94
(126,127,148)
#707284
(112,114,132)
#626574
(98,101,116)
#545864
(84,88,100)
#464B54
(70,75,84)
#383E44
(56,62,68)
#2A3134
(42,49,52)
#1C2424
(28,36,36)
#0E1714
(14,23,20)
#000000
(0,0,0)

Tints of #9A99B4

#9A99B4
(154,153,180)
#A3A2BA
(163,162,186)
#ACABC0
(172,171,192)
#B5B4C6
(181,180,198)
#BEBDCC
(190,189,204)
#C7C6D2
(199,198,210)
#D0CFD8
(208,207,216)
#D9D8DE
(217,216,222)
#E2E1E4
(226,225,228)
#EBEAEA
(235,234,234)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A99B4; }

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

This text font color is #9A99B4.

Background Color

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

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

This div background color is #9A99B4.

Border color

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

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

This div border color is #9A99B4.

Opacity

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

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

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

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

This text has shadow with #9A99B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A99B4.

Preview

Color preview on black background

This text has color #9A99B4 on black background.


Color preview on white background

This text has color #9A99B4 on white background.


Black color preview on #9A99B4 background

This text has black color on #9A99B4 background.


White color preview on #9A99B4 background

This text has white color on #9A99B4 background.


Related colors

Complementary color

Complementary color for #hex is #65664B.


I love getcolorcode.com

Triadic colors

1 #B49A99 and #99B49A with #9A99B4 are triadic colors.

2 #B4999A and #999AB4 with #9A99B4 are triadic colors.