COLOR #90C9B5

HEX: #90C9B5
RGB: (144,201,181)

Color info

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

RGB color model

#90C9B5 color RGB value is (144,201,181).

  • red value is 144;
  • green value is 201;
  • blue value is 181.
RGB:
(144,201,181)
(56%,79%,71%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 181 of 255 = 71%

144
201
181

R + G + B ~ 69%. #90C9B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 201 + 181 = 526 (100%)
R 144 of 526 ~ 27.38%
G 201 of 526 ~ 38.21%
B 181 of 526 ~ 34.41%

%27.38
%38.21
%34.41

CMYK color model

#90C9B5 color CMYK value is (28,0,10,21).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 21.18%
CMYK:
(28,0,10,21)
C28M0Y10K21 
(28%,0%,10%,21%)
(0.28/0.00/0.10/0.21)	

CMYK percentages

%28.36
%0
%9.95
%21.18

Codes

Color #90C9B5 in popluar color models

90C9B5
RGB144201181
HSL159°34.55%67.65%
HSB/HSV159°28.36%78.82%
CMYK28.36%0.00%9.95%
21.18%

Color #90C9B5 in popluar number systems.

HEX90C9B5
Decimal144201181
Binary100100001100100110110101
Octal220311265

Shades and tints

Shades of #90C9B5

#90C9B5
(144,201,181)
#83B7A5
(131,183,165)
#76A595
(118,165,149)
#699385
(105,147,133)
#5C8175
(92,129,117)
#4F6F65
(79,111,101)
#425D55
(66,93,85)
#354B45
(53,75,69)
#283935
(40,57,53)
#1B2725
(27,39,37)
#0E1515
(14,21,21)
#000000
(0,0,0)

Tints of #90C9B5

#90C9B5
(144,201,181)
#9ACDBB
(154,205,187)
#A4D1C1
(164,209,193)
#AED5C7
(174,213,199)
#B8D9CD
(184,217,205)
#C2DDD3
(194,221,211)
#CCE1D9
(204,225,217)
#D6E5DF
(214,229,223)
#E0E9E5
(224,233,229)
#EAEDEB
(234,237,235)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C9B5 color. Also use rgb(144,201,181) instead hex code.

Text Font Color

.myTextColor { color: #90C9B5; }

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

This text font color is #90C9B5.


Background Color

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

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

This div background color is #90C9B5.


Border color

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

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

This div border color is #90C9B5.


Opacity

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

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

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

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

This text has shadow with #90C9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C9B5 on black background.


Color preview on white background

This text has color #90C9B5 on white background.



Black color preview on #90C9B5 background

This text has black color on #90C9B5 background.


White color preview on #90C9B5 background

This text has white color on #90C9B5 background.