COLOR #90CFA8

HEX: #90CFA8
RGB: (144,207,168)

Color info

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

RGB color model

#90CFA8 color RGB value is (144,207,168).

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

RGB channels and saturation

R 144 of 255 = 56%
G 207 of 255 = 81%
B 168 of 255 = 66%

144
207
168

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

Portions of RGB colors in percentages

R + G + B =
144 + 207 + 168 = 519 (100%)
R 144 of 519 ~ 27.75%
G 207 of 519 ~ 39.88%
B 168 of 519 ~ 32.37%

%27.75
%39.88
%32.37

CMYK color model

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

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 18.84%
  • key color value is 18.82%
CMYK:
(30,0,19,19)
C30M0Y19K19 
(30%,0%,19%,19%)
(0.30/0.00/0.19/0.19)	

CMYK percentages

%30.43
%0
%18.84
%18.82

Codes

Color #90CFA8 in popluar color models

90CFA8
RGB144207168
HSL143°39.62%68.82%
HSB/HSV143°30.43%81.18%
CMYK30.43%0.00%18.84%
18.82%

Color #90CFA8 in popluar number systems.

HEX90CFA8
Decimal144207168
Binary100100001100111110101000
Octal220317250

Shades and tints

Shades of #90CFA8

#90CFA8
(144,207,168)
#83BD99
(131,189,153)
#76AB8A
(118,171,138)
#69997B
(105,153,123)
#5C876C
(92,135,108)
#4F755D
(79,117,93)
#42634E
(66,99,78)
#35513F
(53,81,63)
#283F30
(40,63,48)
#1B2D21
(27,45,33)
#0E1B12
(14,27,18)
#000000
(0,0,0)

Tints of #90CFA8

#90CFA8
(144,207,168)
#9AD3AF
(154,211,175)
#A4D7B6
(164,215,182)
#AEDBBD
(174,219,189)
#B8DFC4
(184,223,196)
#C2E3CB
(194,227,203)
#CCE7D2
(204,231,210)
#D6EBD9
(214,235,217)
#E0EFE0
(224,239,224)
#EAF3E7
(234,243,231)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CFA8; }

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

This text font color is #90CFA8.


Background Color

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

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

This div background color is #90CFA8.


Border color

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

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

This div border color is #90CFA8.


Opacity

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

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

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

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

This text has shadow with #90CFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CFA8 on black background.


Color preview on white background

This text has color #90CFA8 on white background.



Black color preview on #90CFA8 background

This text has black color on #90CFA8 background.


White color preview on #90CFA8 background

This text has white color on #90CFA8 background.