COLOR #90CB8B

HEX: #90CB8B
RGB: (144,203,139)

Color info

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

RGB color model

#90CB8B color RGB value is (144,203,139).

  • red value is 144;
  • green value is 203;
  • blue value is 139.
RGB:
(144,203,139)
(56%,80%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 203 of 255 = 80%
B 139 of 255 = 55%

144
203
139

R + G + B ~ 64%. #90CB8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 203 + 139 = 486 (100%)
R 144 of 486 ~ 29.63%
G 203 of 486 ~ 41.77%
B 139 of 486 ~ 28.6%

%29.63
%41.77
%28.6

CMYK color model

#90CB8B color CMYK value is (29,0,32,20).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 31.53%
  • key color value is 20.39%
CMYK:
(29,0,32,20)
C29M0Y32K20 
(29%,0%,32%,20%)
(0.29/0.00/0.32/0.20)	

CMYK percentages

%29.06
%0
%31.53
%20.39

Codes

Color #90CB8B in popluar color models

90CB8B
RGB144203139
HSL115°38.10%67.06%
HSB/HSV115°31.53%79.61%
CMYK29.06%0.00%31.53%
20.39%

Color #90CB8B in popluar number systems.

HEX90CB8B
Decimal144203139
Binary100100001100101110001011
Octal220313213

Shades and tints

Shades of #90CB8B

#90CB8B
(144,203,139)
#83B97F
(131,185,127)
#76A773
(118,167,115)
#699567
(105,149,103)
#5C835B
(92,131,91)
#4F714F
(79,113,79)
#425F43
(66,95,67)
#354D37
(53,77,55)
#283B2B
(40,59,43)
#1B291F
(27,41,31)
#0E1713
(14,23,19)
#000000
(0,0,0)

Tints of #90CB8B

#90CB8B
(144,203,139)
#9ACF95
(154,207,149)
#A4D39F
(164,211,159)
#AED7A9
(174,215,169)
#B8DBB3
(184,219,179)
#C2DFBD
(194,223,189)
#CCE3C7
(204,227,199)
#D6E7D1
(214,231,209)
#E0EBDB
(224,235,219)
#EAEFE5
(234,239,229)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CB8B color. Also use rgb(144,203,139) instead hex code.

Text Font Color

.myTextColor { color: #90CB8B; }

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

This text font color is #90CB8B.


Background Color

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

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

This div background color is #90CB8B.


Border color

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

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

This div border color is #90CB8B.


Opacity

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

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

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

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

This text has shadow with #90CB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CB8B on black background.


Color preview on white background

This text has color #90CB8B on white background.



Black color preview on #90CB8B background

This text has black color on #90CB8B background.


White color preview on #90CB8B background

This text has white color on #90CB8B background.