COLOR #90C4A4

HEX: #90C4A4
RGB: (144,196,164)

Color info

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

RGB color model

#90C4A4 color RGB value is (144,196,164).

  • red value is 144;
  • green value is 196;
  • blue value is 164.
RGB:
(144,196,164)
(56%,77%,64%)

RGB channels and saturation

R 144 of 255 = 56%
G 196 of 255 = 77%
B 164 of 255 = 64%

144
196
164

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

Portions of RGB colors in percentages

R + G + B =
144 + 196 + 164 = 504 (100%)
R 144 of 504 ~ 28.57%
G 196 of 504 ~ 38.89%
B 164 of 504 ~ 32.54%

%28.57
%38.89
%32.54

CMYK color model

#90C4A4 color CMYK value is (27,0,16,23).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 16.33%
  • key color value is 23.14%
CMYK:
(27,0,16,23)
C27M0Y16K23 
(27%,0%,16%,23%)
(0.27/0.00/0.16/0.23)	

CMYK percentages

%26.53
%0
%16.33
%23.14

Codes

Color #90C4A4 in popluar color models

90C4A4
RGB144196164
HSL143°30.59%66.67%
HSB/HSV143°26.53%76.86%
CMYK26.53%0.00%16.33%
23.14%

Color #90C4A4 in popluar number systems.

HEX90C4A4
Decimal144196164
Binary100100001100010010100100
Octal220304244

Shades and tints

Shades of #90C4A4

#90C4A4
(144,196,164)
#83B396
(131,179,150)
#76A288
(118,162,136)
#69917A
(105,145,122)
#5C806C
(92,128,108)
#4F6F5E
(79,111,94)
#425E50
(66,94,80)
#354D42
(53,77,66)
#283C34
(40,60,52)
#1B2B26
(27,43,38)
#0E1A18
(14,26,24)
#000000
(0,0,0)

Tints of #90C4A4

#90C4A4
(144,196,164)
#9AC9AC
(154,201,172)
#A4CEB4
(164,206,180)
#AED3BC
(174,211,188)
#B8D8C4
(184,216,196)
#C2DDCC
(194,221,204)
#CCE2D4
(204,226,212)
#D6E7DC
(214,231,220)
#E0ECE4
(224,236,228)
#EAF1EC
(234,241,236)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C4A4 color. Also use rgb(144,196,164) instead hex code.

Text Font Color

.myTextColor { color: #90C4A4; }

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

This text font color is #90C4A4.


Background Color

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

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

This div background color is #90C4A4.


Border color

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

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

This div border color is #90C4A4.


Opacity

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

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

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

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

This text has shadow with #90C4A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C4A4 on black background.


Color preview on white background

This text has color #90C4A4 on white background.



Black color preview on #90C4A4 background

This text has black color on #90C4A4 background.


White color preview on #90C4A4 background

This text has white color on #90C4A4 background.