COLOR #90C6B7

HEX: #90C6B7
RGB: (144,198,183)

Color info

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

RGB color model

#90C6B7 color RGB value is (144,198,183).

  • red value is 144;
  • green value is 198;
  • blue value is 183.
RGB:
(144,198,183)
(56%,78%,72%)

RGB channels and saturation

R 144 of 255 = 56%
G 198 of 255 = 78%
B 183 of 255 = 72%

144
198
183

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

Portions of RGB colors in percentages

R + G + B =
144 + 198 + 183 = 525 (100%)
R 144 of 525 ~ 27.43%
G 198 of 525 ~ 37.71%
B 183 of 525 ~ 34.86%

%27.43
%37.71
%34.86

CMYK color model

#90C6B7 color CMYK value is (27,0,8,22).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(27,0,8,22)
C27M0Y8K22 
(27%,0%,8%,22%)
(0.27/0.00/0.08/0.22)	

CMYK percentages

%27.27
%0
%7.58
%22.35

Codes

Color #90C6B7 in popluar color models

90C6B7
RGB144198183
HSL163°32.14%67.06%
HSB/HSV163°27.27%77.65%
CMYK27.27%0.00%7.58%
22.35%

Color #90C6B7 in popluar number systems.

HEX90C6B7
Decimal144198183
Binary100100001100011010110111
Octal220306267

Shades and tints

Shades of #90C6B7

#90C6B7
(144,198,183)
#83B4A7
(131,180,167)
#76A297
(118,162,151)
#699087
(105,144,135)
#5C7E77
(92,126,119)
#4F6C67
(79,108,103)
#425A57
(66,90,87)
#354847
(53,72,71)
#283637
(40,54,55)
#1B2427
(27,36,39)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #90C6B7

#90C6B7
(144,198,183)
#9ACBBD
(154,203,189)
#A4D0C3
(164,208,195)
#AED5C9
(174,213,201)
#B8DACF
(184,218,207)
#C2DFD5
(194,223,213)
#CCE4DB
(204,228,219)
#D6E9E1
(214,233,225)
#E0EEE7
(224,238,231)
#EAF3ED
(234,243,237)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C6B7 color. Also use rgb(144,198,183) instead hex code.

Text Font Color

.myTextColor { color: #90C6B7; }

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

This text font color is #90C6B7.


Background Color

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

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

This div background color is #90C6B7.


Border color

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

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

This div border color is #90C6B7.


Opacity

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

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

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

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

This text has shadow with #90C6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C6B7 on black background.


Color preview on white background

This text has color #90C6B7 on white background.



Black color preview on #90C6B7 background

This text has black color on #90C6B7 background.


White color preview on #90C6B7 background

This text has white color on #90C6B7 background.