COLOR #90B0A0

HEX: #90B0A0 RGB: (144,176,160)

Color info

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

RGB color model

#90B0A0 color RGB value is (144,176,160).

RGB: (144,176,160) (56%, 69%, 63%)

RGB channels and saturation

R 144 of 255 = 56%
G 176 of 255 = 69%
B 160 of 255 = 63%

144
176
160

R + G + B ~ 63%. #90B0A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 176 + 160 = 480 (100%)
R 144 of 480 ~ 30%
G 176 of 480 ~ 36.67%
B 160 of 480 ~ 33.33'%

%30
%36.67
%33.33

CMYK color model

#90B0A0 color CMYK value is (18,0,9,31).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 30.98%

CMYK: (18,0,9,31)
C18M0Y9K31 (18%, 0%, 9%, 31%)
(0.18 / 0.00 / 0.09 / 0.31)

CMYK percentages

%18.18
%0
%9.09
%30.98

Codes

Color #90B0A0 in popluar color models

90 B0 A0
RGB 144 176 160
HSL 150° 16.84% 62.75%
HSB/HSV 150° 18.18% 69.02%
CMYK 18.18% 0.00% 9.09%
30.98%

Color #90B0A0 in popluar number systems.

HEX 90 B0 A0
Decimal 144 176 160
Binary 10010000 10110000 10100000
Octal 220 260 240

Shades and tints

Shades of #90B0A0

#90B0A0
(144,176,160)
#83A092
(131,160,146)
#769084
(118,144,132)
#698076
(105,128,118)
#5C7068
(92,112,104)
#4F605A
(79,96,90)
#42504C
(66,80,76)
#35403E
(53,64,62)
#283030
(40,48,48)
#1B2022
(27,32,34)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #90B0A0

#90B0A0
(144,176,160)
#9AB7A8
(154,183,168)
#A4BEB0
(164,190,176)
#AEC5B8
(174,197,184)
#B8CCC0
(184,204,192)
#C2D3C8
(194,211,200)
#CCDAD0
(204,218,208)
#D6E1D8
(214,225,216)
#E0E8E0
(224,232,224)
#EAEFE8
(234,239,232)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B0A0; }

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

This text font color is #90B0A0.

Background Color

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

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

This div background color is #90B0A0.

Border color

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

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

This div border color is #90B0A0.

Opacity

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

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

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

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

This text has shadow with #90B0A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B0A0.

Preview

Color preview on black background

This text has color #90B0A0 on black background.


Color preview on white background

This text has color #90B0A0 on white background.


Black color preview on #90B0A0 background

This text has black color on #90B0A0 background.


White color preview on #90B0A0 background

This text has white color on #90B0A0 background.


Related colors

Complementary color

Complementary color for #hex is #6F4F5F.


I love getcolorcode.com

Triadic colors

1 #A090B0 and #B0A090 with #90B0A0 are triadic colors.

2 #A0B090 and #B090A0 with #90B0A0 are triadic colors.