COLOR #9099BB

HEX: #9099BB
RGB: (144,153,187)

Color info

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

RGB color model

#9099BB color RGB value is (144,153,187).

  • red value is 144;
  • green value is 153;
  • blue value is 187.
RGB:
(144,153,187)
(56%,60%,73%)

RGB channels and saturation

R 144 of 255 = 56%
G 153 of 255 = 60%
B 187 of 255 = 73%

144
153
187

R + G + B ~ 63%. #9099BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 153 + 187 = 484 (100%)
R 144 of 484 ~ 29.75%
G 153 of 484 ~ 31.61%
B 187 of 484 ~ 38.64%

%29.75
%31.61
%38.64

CMYK color model

#9099BB color CMYK value is (23,18,0,27).

  • cyan value is 22.99%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(23,18,0,27)
C23M18Y0K27 
(23%,18%,0%,27%)
(0.23/0.18/0.00/0.27)	

CMYK percentages

%22.99
%18.18
%0
%26.67

Codes

Color #9099BB in popluar color models

9099BB
RGB144153187
HSL227°24.02%64.90%
HSB/HSV227°22.99%73.33%
CMYK22.99%18.18%0.00%
26.67%

Color #9099BB in popluar number systems.

HEX9099BB
Decimal144153187
Binary100100001001100110111011
Octal220231273

Shades and tints

Shades of #9099BB

#9099BB
(144,153,187)
#838CAA
(131,140,170)
#767F99
(118,127,153)
#697288
(105,114,136)
#5C6577
(92,101,119)
#4F5866
(79,88,102)
#424B55
(66,75,85)
#353E44
(53,62,68)
#283133
(40,49,51)
#1B2422
(27,36,34)
#0E1711
(14,23,17)
#000000
(0,0,0)

Tints of #9099BB

#9099BB
(144,153,187)
#9AA2C1
(154,162,193)
#A4ABC7
(164,171,199)
#AEB4CD
(174,180,205)
#B8BDD3
(184,189,211)
#C2C6D9
(194,198,217)
#CCCFDF
(204,207,223)
#D6D8E5
(214,216,229)
#E0E1EB
(224,225,235)
#EAEAF1
(234,234,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9099BB color. Also use rgb(144,153,187) instead hex code.

Text Font Color

.myTextColor { color: #9099BB; }

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

This text font color is #9099BB.


Background Color

.myBgColor { background-color: #9099BB; }

<div style="background-color:#9099BB">Inner text</div>

This div background color is #9099BB.


Border color

.myBorderColor { border: 1px solid #9099BB; }

<div style="border:3px solid #9099BB">Div</div>

This div border color is #9099BB.


Opacity

.myOpacity80 { color: #9099BB; opacity: 0.8; }

<p style="color:#9099BB;opacity:0.8;">80%</p>

Text with #9099BB 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 #9099BB;}

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

This text has shadow with #9099BB color.

.textShadow {text-shadow: 3px 3px 1px #9099BB, 3px 3px 1px red;}

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

This text has shadow with #9099BB primary color and red secondary color.


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

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

This text has shadow with #9099BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9099BB on black background.


Color preview on white background

This text has color #9099BB on white background.



Black color preview on #9099BB background

This text has black color on #9099BB background.


White color preview on #9099BB background

This text has white color on #9099BB background.