COLOR #90B0B1

HEX: #90B0B1
RGB: (144,176,177)

Color info

#90B0B1 contains red, green and blue colors in about the same proportion. Web safe color of #90B0B1 is #999999 (or #999).

RGB color model

#90B0B1 color RGB value is (144,176,177).

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

RGB channels and saturation

R 144 of 255 = 56%
G 176 of 255 = 69%
B 177 of 255 = 69%

144
176
177

R + G + B ~ 65%. #90B0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 176 + 177 = 497 (100%)
R 144 of 497 ~ 28.97%
G 176 of 497 ~ 35.41%
B 177 of 497 ~ 35.61%

%28.97
%35.41
%35.61

CMYK color model

#90B0B1 color CMYK value is (19,1,0,31).

  • cyan value is 18.64%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(19,1,0,31)
C19M1Y0K31 
(19%,1%,0%,31%)
(0.19/0.01/0.00/0.31)	

CMYK percentages

%18.64
%0.56
%0
%30.59

Codes

Color #90B0B1 in popluar color models

90B0B1
RGB144176177
HSL182°17.46%62.94%
HSB/HSV182°18.64%69.41%
CMYK18.64%0.56%0.00%
30.59%

Color #90B0B1 in popluar number systems.

HEX90B0B1
Decimal144176177
Binary100100001011000010110001
Octal220260261

Shades and tints

Shades of #90B0B1

#90B0B1
(144,176,177)
#83A0A1
(131,160,161)
#769091
(118,144,145)
#698081
(105,128,129)
#5C7071
(92,112,113)
#4F6061
(79,96,97)
#425051
(66,80,81)
#354041
(53,64,65)
#283031
(40,48,49)
#1B2021
(27,32,33)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #90B0B1

#90B0B1
(144,176,177)
#9AB7B8
(154,183,184)
#A4BEBF
(164,190,191)
#AEC5C6
(174,197,198)
#B8CCCD
(184,204,205)
#C2D3D4
(194,211,212)
#CCDADB
(204,218,219)
#D6E1E2
(214,225,226)
#E0E8E9
(224,232,233)
#EAEFF0
(234,239,240)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B0B1; }

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

This text font color is #90B0B1.


Background Color

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

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

This div background color is #90B0B1.


Border color

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

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

This div border color is #90B0B1.


Opacity

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

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

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

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

This text has shadow with #90B0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B0B1 on black background.


Color preview on white background

This text has color #90B0B1 on white background.



Black color preview on #90B0B1 background

This text has black color on #90B0B1 background.


White color preview on #90B0B1 background

This text has white color on #90B0B1 background.