COLOR #9499B9

HEX: #9499B9
RGB: (148,153,185)

Color info

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

RGB color model

#9499B9 color RGB value is (148,153,185).

  • red value is 148;
  • green value is 153;
  • blue value is 185.
RGB:
(148,153,185)
(58%,60%,73%)

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 185 of 255 = 73%

148
153
185

R + G + B ~ 64%. #9499B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 185 = 486 (100%)
R 148 of 486 ~ 30.45%
G 153 of 486 ~ 31.48%
B 185 of 486 ~ 38.07%

%30.45
%31.48
%38.07

CMYK color model

#9499B9 color CMYK value is (20,17,0,27).

  • cyan value is 20.00%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(20,17,0,27)
C20M17Y0K27 
(20%,17%,0%,27%)
(0.20/0.17/0.00/0.27)	

CMYK percentages

%20
%17.3
%0
%27.45

Codes

Color #9499B9 in popluar color models

9499B9
RGB148153185
HSL232°20.90%65.29%
HSB/HSV232°20.00%72.55%
CMYK20.00%17.30%0.00%
27.45%

Color #9499B9 in popluar number systems.

HEX9499B9
Decimal148153185
Binary100101001001100110111001
Octal224231271

Shades and tints

Shades of #9499B9

#9499B9
(148,153,185)
#878CA9
(135,140,169)
#7A7F99
(122,127,153)
#6D7289
(109,114,137)
#606579
(96,101,121)
#535869
(83,88,105)
#464B59
(70,75,89)
#393E49
(57,62,73)
#2C3139
(44,49,57)
#1F2429
(31,36,41)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #9499B9

#9499B9
(148,153,185)
#9DA2BF
(157,162,191)
#A6ABC5
(166,171,197)
#AFB4CB
(175,180,203)
#B8BDD1
(184,189,209)
#C1C6D7
(193,198,215)
#CACFDD
(202,207,221)
#D3D8E3
(211,216,227)
#DCE1E9
(220,225,233)
#E5EAEF
(229,234,239)
#EEF3F5
(238,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9499B9 color. Also use rgb(148,153,185) instead hex code.

Text Font Color

.myTextColor { color: #9499B9; }

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

This text font color is #9499B9.


Background Color

.myBgColor { background-color: #9499B9; }

<div style="background-color:#9499B9">Inner text</div>

This div background color is #9499B9.


Border color

.myBorderColor { border: 1px solid #9499B9; }

<div style="border:3px solid #9499B9">Div</div>

This div border color is #9499B9.


Opacity

.myOpacity80 { color: #9499B9; opacity: 0.8; }

<p style="color:#9499B9;opacity:0.8;">80%</p>

Text with #9499B9 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 #9499B9;}

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

This text has shadow with #9499B9 color.

.textShadow {text-shadow: 3px 3px 1px #9499B9, 3px 3px 1px red;}

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

This text has shadow with #9499B9 primary color and red secondary color.


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

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

This text has shadow with #9499B9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9499B9 on black background.


Color preview on white background

This text has color #9499B9 on white background.



Black color preview on #9499B9 background

This text has black color on #9499B9 background.


White color preview on #9499B9 background

This text has white color on #9499B9 background.