COLOR #90ABB1

HEX: #90ABB1
RGB: (144,171,177)

Color info

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

RGB color model

#90ABB1 color RGB value is (144,171,177).

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

RGB channels and saturation

R 144 of 255 = 56%
G 171 of 255 = 67%
B 177 of 255 = 69%

144
171
177

R + G + B ~ 64%. #90ABB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 171 + 177 = 492 (100%)
R 144 of 492 ~ 29.27%
G 171 of 492 ~ 34.76%
B 177 of 492 ~ 35.98%

%29.27
%34.76
%35.98

CMYK color model

#90ABB1 color CMYK value is (19,3,0,31).

  • cyan value is 18.64%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(19,3,0,31)
C19M3Y0K31 
(19%,3%,0%,31%)
(0.19/0.03/0.00/0.31)	

CMYK percentages

%18.64
%3.39
%0
%30.59

Codes

Color #90ABB1 in popluar color models

90ABB1
RGB144171177
HSL191°17.46%62.94%
HSB/HSV191°18.64%69.41%
CMYK18.64%3.39%0.00%
30.59%

Color #90ABB1 in popluar number systems.

HEX90ABB1
Decimal144171177
Binary100100001010101110110001
Octal220253261

Shades and tints

Shades of #90ABB1

#90ABB1
(144,171,177)
#839CA1
(131,156,161)
#768D91
(118,141,145)
#697E81
(105,126,129)
#5C6F71
(92,111,113)
#4F6061
(79,96,97)
#425151
(66,81,81)
#354241
(53,66,65)
#283331
(40,51,49)
#1B2421
(27,36,33)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #90ABB1

#90ABB1
(144,171,177)
#9AB2B8
(154,178,184)
#A4B9BF
(164,185,191)
#AEC0C6
(174,192,198)
#B8C7CD
(184,199,205)
#C2CED4
(194,206,212)
#CCD5DB
(204,213,219)
#D6DCE2
(214,220,226)
#E0E3E9
(224,227,233)
#EAEAF0
(234,234,240)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ABB1; }

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

This text font color is #90ABB1.


Background Color

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

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

This div background color is #90ABB1.


Border color

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

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

This div border color is #90ABB1.


Opacity

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

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

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

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

This text has shadow with #90ABB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ABB1 on black background.


Color preview on white background

This text has color #90ABB1 on white background.



Black color preview on #90ABB1 background

This text has black color on #90ABB1 background.


White color preview on #90ABB1 background

This text has white color on #90ABB1 background.