COLOR #90BBAA

HEX: #90BBAA
RGB: (144,187,170)

Color info

#90BBAA contains red, green and blue colors in about the same proportion. Web safe color of #90BBAA is #99CC99 (or #9C9).

RGB color model

#90BBAA color RGB value is (144,187,170).

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

RGB channels and saturation

R 144 of 255 = 56%
G 187 of 255 = 73%
B 170 of 255 = 67%

144
187
170

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

Portions of RGB colors in percentages

R + G + B =
144 + 187 + 170 = 501 (100%)
R 144 of 501 ~ 28.74%
G 187 of 501 ~ 37.33%
B 170 of 501 ~ 33.93%

%28.74
%37.33
%33.93

CMYK color model

#90BBAA color CMYK value is (23,0,9,27).

  • cyan value is 22.99%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 26.67%
CMYK:
(23,0,9,27)
C23M0Y9K27 
(23%,0%,9%,27%)
(0.23/0.00/0.09/0.27)	

CMYK percentages

%22.99
%0
%9.09
%26.67

Codes

Color #90BBAA in popluar color models

90BBAA
RGB144187170
HSL156°24.02%64.90%
HSB/HSV156°22.99%73.33%
CMYK22.99%0.00%9.09%
26.67%

Color #90BBAA in popluar number systems.

HEX90BBAA
Decimal144187170
Binary100100001011101110101010
Octal220273252

Shades and tints

Shades of #90BBAA

#90BBAA
(144,187,170)
#83AA9B
(131,170,155)
#76998C
(118,153,140)
#69887D
(105,136,125)
#5C776E
(92,119,110)
#4F665F
(79,102,95)
#425550
(66,85,80)
#354441
(53,68,65)
#283332
(40,51,50)
#1B2223
(27,34,35)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #90BBAA

#90BBAA
(144,187,170)
#9AC1B1
(154,193,177)
#A4C7B8
(164,199,184)
#AECDBF
(174,205,191)
#B8D3C6
(184,211,198)
#C2D9CD
(194,217,205)
#CCDFD4
(204,223,212)
#D6E5DB
(214,229,219)
#E0EBE2
(224,235,226)
#EAF1E9
(234,241,233)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BBAA; }

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

This text font color is #90BBAA.


Background Color

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

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

This div background color is #90BBAA.


Border color

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

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

This div border color is #90BBAA.


Opacity

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

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

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

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

This text has shadow with #90BBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BBAA on black background.


Color preview on white background

This text has color #90BBAA on white background.



Black color preview on #90BBAA background

This text has black color on #90BBAA background.


White color preview on #90BBAA background

This text has white color on #90BBAA background.