COLOR #90CFAA

HEX: #90CFAA
RGB: (144,207,170)

Color info

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

RGB color model

#90CFAA color RGB value is (144,207,170).

  • red value is 144;
  • green value is 207;
  • blue value is 170.
RGB:
(144,207,170)
(56%,81%,67%)

RGB channels and saturation

R 144 of 255 = 56%
G 207 of 255 = 81%
B 170 of 255 = 67%

144
207
170

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

Portions of RGB colors in percentages

R + G + B =
144 + 207 + 170 = 521 (100%)
R 144 of 521 ~ 27.64%
G 207 of 521 ~ 39.73%
B 170 of 521 ~ 32.63%

%27.64
%39.73
%32.63

CMYK color model

#90CFAA color CMYK value is (30,0,18,19).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 17.87%
  • key color value is 18.82%
CMYK:
(30,0,18,19)
C30M0Y18K19 
(30%,0%,18%,19%)
(0.30/0.00/0.18/0.19)	

CMYK percentages

%30.43
%0
%17.87
%18.82

Codes

Color #90CFAA in popluar color models

90CFAA
RGB144207170
HSL145°39.62%68.82%
HSB/HSV145°30.43%81.18%
CMYK30.43%0.00%17.87%
18.82%

Color #90CFAA in popluar number systems.

HEX90CFAA
Decimal144207170
Binary100100001100111110101010
Octal220317252

Shades and tints

Shades of #90CFAA

#90CFAA
(144,207,170)
#83BD9B
(131,189,155)
#76AB8C
(118,171,140)
#69997D
(105,153,125)
#5C876E
(92,135,110)
#4F755F
(79,117,95)
#426350
(66,99,80)
#355141
(53,81,65)
#283F32
(40,63,50)
#1B2D23
(27,45,35)
#0E1B14
(14,27,20)
#000000
(0,0,0)

Tints of #90CFAA

#90CFAA
(144,207,170)
#9AD3B1
(154,211,177)
#A4D7B8
(164,215,184)
#AEDBBF
(174,219,191)
#B8DFC6
(184,223,198)
#C2E3CD
(194,227,205)
#CCE7D4
(204,231,212)
#D6EBDB
(214,235,219)
#E0EFE2
(224,239,226)
#EAF3E9
(234,243,233)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CFAA color. Also use rgb(144,207,170) instead hex code.

Text Font Color

.myTextColor { color: #90CFAA; }

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

This text font color is #90CFAA.


Background Color

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

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

This div background color is #90CFAA.


Border color

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

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

This div border color is #90CFAA.


Opacity

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

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

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

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

This text has shadow with #90CFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CFAA on black background.


Color preview on white background

This text has color #90CFAA on white background.



Black color preview on #90CFAA background

This text has black color on #90CFAA background.


White color preview on #90CFAA background

This text has white color on #90CFAA background.