COLOR #90C8AD

HEX: #90C8AD
RGB: (144,200,173)

Color info

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

RGB color model

#90C8AD color RGB value is (144,200,173).

  • red value is 144;
  • green value is 200;
  • blue value is 173.
RGB:
(144,200,173)
(56%,78%,68%)

RGB channels and saturation

R 144 of 255 = 56%
G 200 of 255 = 78%
B 173 of 255 = 68%

144
200
173

R + G + B ~ 67%. #90C8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 200 + 173 = 517 (100%)
R 144 of 517 ~ 27.85%
G 200 of 517 ~ 38.68%
B 173 of 517 ~ 33.46%

%27.85
%38.68
%33.46

CMYK color model

#90C8AD color CMYK value is (28,0,14,22).

  • cyan value is 28.00%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK:
(28,0,14,22)
C28M0Y14K22 
(28%,0%,14%,22%)
(0.28/0.00/0.14/0.22)	

CMYK percentages

%28
%0
%13.5
%21.57

Codes

Color #90C8AD in popluar color models

90C8AD
RGB144200173
HSL151°33.73%67.45%
HSB/HSV151°28.00%78.43%
CMYK28.00%0.00%13.50%
21.57%

Color #90C8AD in popluar number systems.

HEX90C8AD
Decimal144200173
Binary100100001100100010101101
Octal220310255

Shades and tints

Shades of #90C8AD

#90C8AD
(144,200,173)
#83B69E
(131,182,158)
#76A48F
(118,164,143)
#699280
(105,146,128)
#5C8071
(92,128,113)
#4F6E62
(79,110,98)
#425C53
(66,92,83)
#354A44
(53,74,68)
#283835
(40,56,53)
#1B2626
(27,38,38)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #90C8AD

#90C8AD
(144,200,173)
#9ACDB4
(154,205,180)
#A4D2BB
(164,210,187)
#AED7C2
(174,215,194)
#B8DCC9
(184,220,201)
#C2E1D0
(194,225,208)
#CCE6D7
(204,230,215)
#D6EBDE
(214,235,222)
#E0F0E5
(224,240,229)
#EAF5EC
(234,245,236)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C8AD color. Also use rgb(144,200,173) instead hex code.

Text Font Color

.myTextColor { color: #90C8AD; }

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

This text font color is #90C8AD.


Background Color

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

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

This div background color is #90C8AD.


Border color

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

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

This div border color is #90C8AD.


Opacity

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

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

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

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

This text has shadow with #90C8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C8AD on black background.


Color preview on white background

This text has color #90C8AD on white background.



Black color preview on #90C8AD background

This text has black color on #90C8AD background.


White color preview on #90C8AD background

This text has white color on #90C8AD background.