COLOR #90C7B7

HEX: #90C7B7
RGB: (144,199,183)

Color info

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

RGB color model

#90C7B7 color RGB value is (144,199,183).

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

RGB channels and saturation

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

144
199
183

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

Portions of RGB colors in percentages

R + G + B =
144 + 199 + 183 = 526 (100%)
R 144 of 526 ~ 27.38%
G 199 of 526 ~ 37.83%
B 183 of 526 ~ 34.79%

%27.38
%37.83
%34.79

CMYK color model

#90C7B7 color CMYK value is (28,0,8,22).

  • cyan value is 27.64%
  • magenta value is 0.00%
  • yellow value is 8.04%
  • key color value is 21.96%
CMYK:
(28,0,8,22)
C28M0Y8K22 
(28%,0%,8%,22%)
(0.28/0.00/0.08/0.22)	

CMYK percentages

%27.64
%0
%8.04
%21.96

Codes

Color #90C7B7 in popluar color models

90C7B7
RGB144199183
HSL163°32.93%67.25%
HSB/HSV163°27.64%78.04%
CMYK27.64%0.00%8.04%
21.96%

Color #90C7B7 in popluar number systems.

HEX90C7B7
Decimal144199183
Binary100100001100011110110111
Octal220307267

Shades and tints

Shades of #90C7B7

#90C7B7
(144,199,183)
#83B5A7
(131,181,167)
#76A397
(118,163,151)
#699187
(105,145,135)
#5C7F77
(92,127,119)
#4F6D67
(79,109,103)
#425B57
(66,91,87)
#354947
(53,73,71)
#283737
(40,55,55)
#1B2527
(27,37,39)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #90C7B7

#90C7B7
(144,199,183)
#9ACCBD
(154,204,189)
#A4D1C3
(164,209,195)
#AED6C9
(174,214,201)
#B8DBCF
(184,219,207)
#C2E0D5
(194,224,213)
#CCE5DB
(204,229,219)
#D6EAE1
(214,234,225)
#E0EFE7
(224,239,231)
#EAF4ED
(234,244,237)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C7B7; }

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

This text font color is #90C7B7.


Background Color

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

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

This div background color is #90C7B7.


Border color

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

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

This div border color is #90C7B7.


Opacity

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

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

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

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

This text has shadow with #90C7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C7B7 on black background.


Color preview on white background

This text has color #90C7B7 on white background.



Black color preview on #90C7B7 background

This text has black color on #90C7B7 background.


White color preview on #90C7B7 background

This text has white color on #90C7B7 background.