COLOR #90C0AC

HEX: #90C0AC
RGB: (144,192,172)

Color info

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

RGB color model

#90C0AC color RGB value is (144,192,172).

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

RGB channels and saturation

R 144 of 255 = 56%
G 192 of 255 = 75%
B 172 of 255 = 67%

144
192
172

R + G + B ~ 66%. #90C0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 192 + 172 = 508 (100%)
R 144 of 508 ~ 28.35%
G 192 of 508 ~ 37.8%
B 172 of 508 ~ 33.86%

%28.35
%37.8
%33.86

CMYK color model

#90C0AC color CMYK value is (25,0,10,25).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 24.71%
CMYK:
(25,0,10,25)
C25M0Y10K25 
(25%,0%,10%,25%)
(0.25/0.00/0.10/0.25)	

CMYK percentages

%25
%0
%10.42
%24.71

Codes

Color #90C0AC in popluar color models

90C0AC
RGB144192172
HSL155°27.59%65.88%
HSB/HSV155°25.00%75.29%
CMYK25.00%0.00%10.42%
24.71%

Color #90C0AC in popluar number systems.

HEX90C0AC
Decimal144192172
Binary100100001100000010101100
Octal220300254

Shades and tints

Shades of #90C0AC

#90C0AC
(144,192,172)
#83AF9D
(131,175,157)
#769E8E
(118,158,142)
#698D7F
(105,141,127)
#5C7C70
(92,124,112)
#4F6B61
(79,107,97)
#425A52
(66,90,82)
#354943
(53,73,67)
#283834
(40,56,52)
#1B2725
(27,39,37)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #90C0AC

#90C0AC
(144,192,172)
#9AC5B3
(154,197,179)
#A4CABA
(164,202,186)
#AECFC1
(174,207,193)
#B8D4C8
(184,212,200)
#C2D9CF
(194,217,207)
#CCDED6
(204,222,214)
#D6E3DD
(214,227,221)
#E0E8E4
(224,232,228)
#EAEDEB
(234,237,235)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C0AC; }

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

This text font color is #90C0AC.


Background Color

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

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

This div background color is #90C0AC.


Border color

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

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

This div border color is #90C0AC.


Opacity

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

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

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

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

This text has shadow with #90C0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C0AC on black background.


Color preview on white background

This text has color #90C0AC on white background.



Black color preview on #90C0AC background

This text has black color on #90C0AC background.


White color preview on #90C0AC background

This text has white color on #90C0AC background.