COLOR #90C4B5

HEX: #90C4B5
RGB: (144,196,181)

Color info

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

RGB color model

#90C4B5 color RGB value is (144,196,181).

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

RGB channels and saturation

R 144 of 255 = 56%
G 196 of 255 = 77%
B 181 of 255 = 71%

144
196
181

R + G + B ~ 68%. #90C4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 196 + 181 = 521 (100%)
R 144 of 521 ~ 27.64%
G 196 of 521 ~ 37.62%
B 181 of 521 ~ 34.74%

%27.64
%37.62
%34.74

CMYK color model

#90C4B5 color CMYK value is (27,0,8,23).

  • cyan value is 26.53%
  • magenta value is 0.00%
  • yellow value is 7.65%
  • key color value is 23.14%
CMYK:
(27,0,8,23)
C27M0Y8K23 
(27%,0%,8%,23%)
(0.27/0.00/0.08/0.23)	

CMYK percentages

%26.53
%0
%7.65
%23.14

Codes

Color #90C4B5 in popluar color models

90C4B5
RGB144196181
HSL163°30.59%66.67%
HSB/HSV163°26.53%76.86%
CMYK26.53%0.00%7.65%
23.14%

Color #90C4B5 in popluar number systems.

HEX90C4B5
Decimal144196181
Binary100100001100010010110101
Octal220304265

Shades and tints

Shades of #90C4B5

#90C4B5
(144,196,181)
#83B3A5
(131,179,165)
#76A295
(118,162,149)
#699185
(105,145,133)
#5C8075
(92,128,117)
#4F6F65
(79,111,101)
#425E55
(66,94,85)
#354D45
(53,77,69)
#283C35
(40,60,53)
#1B2B25
(27,43,37)
#0E1A15
(14,26,21)
#000000
(0,0,0)

Tints of #90C4B5

#90C4B5
(144,196,181)
#9AC9BB
(154,201,187)
#A4CEC1
(164,206,193)
#AED3C7
(174,211,199)
#B8D8CD
(184,216,205)
#C2DDD3
(194,221,211)
#CCE2D9
(204,226,217)
#D6E7DF
(214,231,223)
#E0ECE5
(224,236,229)
#EAF1EB
(234,241,235)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C4B5; }

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

This text font color is #90C4B5.


Background Color

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

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

This div background color is #90C4B5.


Border color

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

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

This div border color is #90C4B5.


Opacity

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

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

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

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

This text has shadow with #90C4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C4B5 on black background.


Color preview on white background

This text has color #90C4B5 on white background.



Black color preview on #90C4B5 background

This text has black color on #90C4B5 background.


White color preview on #90C4B5 background

This text has white color on #90C4B5 background.