COLOR #90B0BB

HEX: #90B0BB
RGB: (144,176,187)

Color info

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

RGB color model

#90B0BB color RGB value is (144,176,187).

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

RGB channels and saturation

R 144 of 255 = 56%
G 176 of 255 = 69%
B 187 of 255 = 73%

144
176
187

R + G + B ~ 66%. #90B0BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 176 + 187 = 507 (100%)
R 144 of 507 ~ 28.4%
G 176 of 507 ~ 34.71%
B 187 of 507 ~ 36.88%

%28.4
%34.71
%36.88

CMYK color model

#90B0BB color CMYK value is (23,6,0,27).

  • cyan value is 22.99%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(23,6,0,27)
C23M6Y0K27 
(23%,6%,0%,27%)
(0.23/0.06/0.00/0.27)	

CMYK percentages

%22.99
%5.88
%0
%26.67

Codes

Color #90B0BB in popluar color models

90B0BB
RGB144176187
HSL195°24.02%64.90%
HSB/HSV195°22.99%73.33%
CMYK22.99%5.88%0.00%
26.67%

Color #90B0BB in popluar number systems.

HEX90B0BB
Decimal144176187
Binary100100001011000010111011
Octal220260273

Shades and tints

Shades of #90B0BB

#90B0BB
(144,176,187)
#83A0AA
(131,160,170)
#769099
(118,144,153)
#698088
(105,128,136)
#5C7077
(92,112,119)
#4F6066
(79,96,102)
#425055
(66,80,85)
#354044
(53,64,68)
#283033
(40,48,51)
#1B2022
(27,32,34)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #90B0BB

#90B0BB
(144,176,187)
#9AB7C1
(154,183,193)
#A4BEC7
(164,190,199)
#AEC5CD
(174,197,205)
#B8CCD3
(184,204,211)
#C2D3D9
(194,211,217)
#CCDADF
(204,218,223)
#D6E1E5
(214,225,229)
#E0E8EB
(224,232,235)
#EAEFF1
(234,239,241)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B0BB color. Also use rgb(144,176,187) instead hex code.

Text Font Color

.myTextColor { color: #90B0BB; }

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

This text font color is #90B0BB.


Background Color

.myBgColor { background-color: #90B0BB; }

<div style="background-color:#90B0BB">Inner text</div>

This div background color is #90B0BB.


Border color

.myBorderColor { border: 1px solid #90B0BB; }

<div style="border:3px solid #90B0BB">Div</div>

This div border color is #90B0BB.


Opacity

.myOpacity80 { color: #90B0BB; opacity: 0.8; }

<p style="color:#90B0BB;opacity:0.8;">80%</p>

Text with #90B0BB 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 #90B0BB;}

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

This text has shadow with #90B0BB color.

.textShadow {text-shadow: 3px 3px 1px #90B0BB, 3px 3px 1px red;}

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

This text has shadow with #90B0BB primary color and red secondary color.


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

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

This text has shadow with #90B0BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B0BB on black background.


Color preview on white background

This text has color #90B0BB on white background.



Black color preview on #90B0BB background

This text has black color on #90B0BB background.


White color preview on #90B0BB background

This text has white color on #90B0BB background.