COLOR #90C6BE

HEX: #90C6BE
RGB: (144,198,190)

Color info

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

RGB color model

#90C6BE color RGB value is (144,198,190).

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

RGB channels and saturation

R 144 of 255 = 56%
G 198 of 255 = 78%
B 190 of 255 = 75%

144
198
190

R + G + B ~ 70%. #90C6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 198 + 190 = 532 (100%)
R 144 of 532 ~ 27.07%
G 198 of 532 ~ 37.22%
B 190 of 532 ~ 35.71%

%27.07
%37.22
%35.71

CMYK color model

#90C6BE color CMYK value is (27,0,4,22).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(27,0,4,22)
C27M0Y4K22 
(27%,0%,4%,22%)
(0.27/0.00/0.04/0.22)	

CMYK percentages

%27.27
%0
%4.04
%22.35

Codes

Color #90C6BE in popluar color models

90C6BE
RGB144198190
HSL171°32.14%67.06%
HSB/HSV171°27.27%77.65%
CMYK27.27%0.00%4.04%
22.35%

Color #90C6BE in popluar number systems.

HEX90C6BE
Decimal144198190
Binary100100001100011010111110
Octal220306276

Shades and tints

Shades of #90C6BE

#90C6BE
(144,198,190)
#83B4AD
(131,180,173)
#76A29C
(118,162,156)
#69908B
(105,144,139)
#5C7E7A
(92,126,122)
#4F6C69
(79,108,105)
#425A58
(66,90,88)
#354847
(53,72,71)
#283636
(40,54,54)
#1B2425
(27,36,37)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #90C6BE

#90C6BE
(144,198,190)
#9ACBC3
(154,203,195)
#A4D0C8
(164,208,200)
#AED5CD
(174,213,205)
#B8DAD2
(184,218,210)
#C2DFD7
(194,223,215)
#CCE4DC
(204,228,220)
#D6E9E1
(214,233,225)
#E0EEE6
(224,238,230)
#EAF3EB
(234,243,235)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C6BE; }

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

This text font color is #90C6BE.


Background Color

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

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

This div background color is #90C6BE.


Border color

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

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

This div border color is #90C6BE.


Opacity

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

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

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

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

This text has shadow with #90C6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C6BE on black background.


Color preview on white background

This text has color #90C6BE on white background.



Black color preview on #90C6BE background

This text has black color on #90C6BE background.


White color preview on #90C6BE background

This text has white color on #90C6BE background.