COLOR #90ACAA

HEX: #90ACAA
RGB: (144,172,170)

Color info

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

RGB color model

#90ACAA color RGB value is (144,172,170).

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

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 170 of 255 = 67%

144
172
170

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

Portions of RGB colors in percentages

R + G + B =
144 + 172 + 170 = 486 (100%)
R 144 of 486 ~ 29.63%
G 172 of 486 ~ 35.39%
B 170 of 486 ~ 34.98%

%29.63
%35.39
%34.98

CMYK color model

#90ACAA color CMYK value is (16,0,1,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.55%
CMYK:
(16,0,1,33)
C16M0Y1K33 
(16%,0%,1%,33%)
(0.16/0.00/0.01/0.33)	

CMYK percentages

%16.28
%0
%1.16
%32.55

Codes

Color #90ACAA in popluar color models

90ACAA
RGB144172170
HSL176°14.43%61.96%
HSB/HSV176°16.28%67.45%
CMYK16.28%0.00%1.16%
32.55%

Color #90ACAA in popluar number systems.

HEX90ACAA
Decimal144172170
Binary100100001010110010101010
Octal220254252

Shades and tints

Shades of #90ACAA

#90ACAA
(144,172,170)
#839D9B
(131,157,155)
#768E8C
(118,142,140)
#697F7D
(105,127,125)
#5C706E
(92,112,110)
#4F615F
(79,97,95)
#425250
(66,82,80)
#354341
(53,67,65)
#283432
(40,52,50)
#1B2523
(27,37,35)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #90ACAA

#90ACAA
(144,172,170)
#9AB3B1
(154,179,177)
#A4BAB8
(164,186,184)
#AEC1BF
(174,193,191)
#B8C8C6
(184,200,198)
#C2CFCD
(194,207,205)
#CCD6D4
(204,214,212)
#D6DDDB
(214,221,219)
#E0E4E2
(224,228,226)
#EAEBE9
(234,235,233)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ACAA; }

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

This text font color is #90ACAA.


Background Color

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

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

This div background color is #90ACAA.


Border color

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

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

This div border color is #90ACAA.


Opacity

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

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

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

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

This text has shadow with #90ACAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ACAA on black background.


Color preview on white background

This text has color #90ACAA on white background.



Black color preview on #90ACAA background

This text has black color on #90ACAA background.


White color preview on #90ACAA background

This text has white color on #90ACAA background.