COLOR #90CCA6

HEX: #90CCA6
RGB: (144,204,166)

Color info

#90CCA6 contains mainly green and blue colors. Web safe color of #90CCA6 is #99CC99 (or #9C9).

RGB color model

#90CCA6 color RGB value is (144,204,166).

  • red value is 144;
  • green value is 204;
  • blue value is 166.
RGB:
(144,204,166)
(56%,80%,65%)

RGB channels and saturation

R 144 of 255 = 56%
G 204 of 255 = 80%
B 166 of 255 = 65%

144
204
166

R + G + B ~ 67%. #90CCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 204 + 166 = 514 (100%)
R 144 of 514 ~ 28.02%
G 204 of 514 ~ 39.69%
B 166 of 514 ~ 32.3%

%28.02
%39.69
%32.3

CMYK color model

#90CCA6 color CMYK value is (29,0,19,20).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(29,0,19,20)
C29M0Y19K20 
(29%,0%,19%,20%)
(0.29/0.00/0.19/0.20)	

CMYK percentages

%29.41
%0
%18.63
%20

Codes

Color #90CCA6 in popluar color models

90CCA6
RGB144204166
HSL142°37.04%68.24%
HSB/HSV142°29.41%80.00%
CMYK29.41%0.00%18.63%
20.00%

Color #90CCA6 in popluar number systems.

HEX90CCA6
Decimal144204166
Binary100100001100110010100110
Octal220314246

Shades and tints

Shades of #90CCA6

#90CCA6
(144,204,166)
#83BA97
(131,186,151)
#76A888
(118,168,136)
#699679
(105,150,121)
#5C846A
(92,132,106)
#4F725B
(79,114,91)
#42604C
(66,96,76)
#354E3D
(53,78,61)
#283C2E
(40,60,46)
#1B2A1F
(27,42,31)
#0E1810
(14,24,16)
#000000
(0,0,0)

Tints of #90CCA6

#90CCA6
(144,204,166)
#9AD0AE
(154,208,174)
#A4D4B6
(164,212,182)
#AED8BE
(174,216,190)
#B8DCC6
(184,220,198)
#C2E0CE
(194,224,206)
#CCE4D6
(204,228,214)
#D6E8DE
(214,232,222)
#E0ECE6
(224,236,230)
#EAF0EE
(234,240,238)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CCA6 color. Also use rgb(144,204,166) instead hex code.

Text Font Color

.myTextColor { color: #90CCA6; }

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

This text font color is #90CCA6.


Background Color

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

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

This div background color is #90CCA6.


Border color

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

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

This div border color is #90CCA6.


Opacity

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

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

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

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

This text has shadow with #90CCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CCA6 on black background.


Color preview on white background

This text has color #90CCA6 on white background.



Black color preview on #90CCA6 background

This text has black color on #90CCA6 background.


White color preview on #90CCA6 background

This text has white color on #90CCA6 background.