COLOR #90CCAE

HEX: #90CCAE
RGB: (144,204,174)

Color info

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

RGB color model

#90CCAE color RGB value is (144,204,174).

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

RGB channels and saturation

R 144 of 255 = 56%
G 204 of 255 = 80%
B 174 of 255 = 68%

144
204
174

R + G + B ~ 68%. #90CCAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 204 + 174 = 522 (100%)
R 144 of 522 ~ 27.59%
G 204 of 522 ~ 39.08%
B 174 of 522 ~ 33.33%

%27.59
%39.08
%33.33

CMYK color model

#90CCAE color CMYK value is (29,0,15,20).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 14.71%
  • key color value is 20.00%
CMYK:
(29,0,15,20)
C29M0Y15K20 
(29%,0%,15%,20%)
(0.29/0.00/0.15/0.20)	

CMYK percentages

%29.41
%0
%14.71
%20

Codes

Color #90CCAE in popluar color models

90CCAE
RGB144204174
HSL150°37.04%68.24%
HSB/HSV150°29.41%80.00%
CMYK29.41%0.00%14.71%
20.00%

Color #90CCAE in popluar number systems.

HEX90CCAE
Decimal144204174
Binary100100001100110010101110
Octal220314256

Shades and tints

Shades of #90CCAE

#90CCAE
(144,204,174)
#83BA9F
(131,186,159)
#76A890
(118,168,144)
#699681
(105,150,129)
#5C8472
(92,132,114)
#4F7263
(79,114,99)
#426054
(66,96,84)
#354E45
(53,78,69)
#283C36
(40,60,54)
#1B2A27
(27,42,39)
#0E1818
(14,24,24)
#000000
(0,0,0)

Tints of #90CCAE

#90CCAE
(144,204,174)
#9AD0B5
(154,208,181)
#A4D4BC
(164,212,188)
#AED8C3
(174,216,195)
#B8DCCA
(184,220,202)
#C2E0D1
(194,224,209)
#CCE4D8
(204,228,216)
#D6E8DF
(214,232,223)
#E0ECE6
(224,236,230)
#EAF0ED
(234,240,237)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CCAE; }

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

This text font color is #90CCAE.


Background Color

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

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

This div background color is #90CCAE.


Border color

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

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

This div border color is #90CCAE.


Opacity

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

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

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

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

This text has shadow with #90CCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CCAE on black background.


Color preview on white background

This text has color #90CCAE on white background.



Black color preview on #90CCAE background

This text has black color on #90CCAE background.


White color preview on #90CCAE background

This text has white color on #90CCAE background.