COLOR #90C4C5

HEX: #90C4C5
RGB: (144,196,197)

Color info

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

RGB color model

#90C4C5 color RGB value is (144,196,197).

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

RGB channels and saturation

R 144 of 255 = 56%
G 196 of 255 = 77%
B 197 of 255 = 77%

144
196
197

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

Portions of RGB colors in percentages

R + G + B =
144 + 196 + 197 = 537 (100%)
R 144 of 537 ~ 26.82%
G 196 of 537 ~ 36.5%
B 197 of 537 ~ 36.69%

%26.82
%36.5
%36.69

CMYK color model

#90C4C5 color CMYK value is (27,1,0,23).

  • cyan value is 26.90%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(27,1,0,23)
C27M1Y0K23 
(27%,1%,0%,23%)
(0.27/0.01/0.00/0.23)	

CMYK percentages

%26.9
%0.51
%0
%22.75

Codes

Color #90C4C5 in popluar color models

90C4C5
RGB144196197
HSL181°31.36%66.86%
HSB/HSV181°26.90%77.25%
CMYK26.90%0.51%0.00%
22.75%

Color #90C4C5 in popluar number systems.

HEX90C4C5
Decimal144196197
Binary100100001100010011000101
Octal220304305

Shades and tints

Shades of #90C4C5

#90C4C5
(144,196,197)
#83B3B4
(131,179,180)
#76A2A3
(118,162,163)
#699192
(105,145,146)
#5C8081
(92,128,129)
#4F6F70
(79,111,112)
#425E5F
(66,94,95)
#354D4E
(53,77,78)
#283C3D
(40,60,61)
#1B2B2C
(27,43,44)
#0E1A1B
(14,26,27)
#000000
(0,0,0)

Tints of #90C4C5

#90C4C5
(144,196,197)
#9AC9CA
(154,201,202)
#A4CECF
(164,206,207)
#AED3D4
(174,211,212)
#B8D8D9
(184,216,217)
#C2DDDE
(194,221,222)
#CCE2E3
(204,226,227)
#D6E7E8
(214,231,232)
#E0ECED
(224,236,237)
#EAF1F2
(234,241,242)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C4C5; }

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

This text font color is #90C4C5.


Background Color

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

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

This div background color is #90C4C5.


Border color

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

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

This div border color is #90C4C5.


Opacity

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

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

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

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

This text has shadow with #90C4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C4C5 on black background.


Color preview on white background

This text has color #90C4C5 on white background.



Black color preview on #90C4C5 background

This text has black color on #90C4C5 background.


White color preview on #90C4C5 background

This text has white color on #90C4C5 background.