COLOR #90C98B

HEX: #90C98B RGB: (144,201,139)

Color info

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

RGB color model

#90C98B color RGB value is (144,201,139).

RGB: (144,201,139) (56%, 79%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 139 of 255 = 55%

144
201
139

R + G + B ~ 63%. #90C98B is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 201 + 139 = 484 (100%)
R 144 of 484 ~ 29.75%
G 201 of 484 ~ 41.53%
B 139 of 484 ~ 28.72'%

%29.75
%41.53
%28.72

CMYK color model

#90C98B color CMYK value is (28,0,31,21).

  • cyan value is 28.36%
  • magenta value is 0.00%
  • yellow value is 30.85%
  • key color value is 21.18%

CMYK: (28,0,31,21)
C28M0Y31K21 (28%, 0%, 31%, 21%)
(0.28 / 0.00 / 0.31 / 0.21)

CMYK percentages

%28.36
%0
%30.85
%21.18

Codes

Color #90C98B in popluar color models

90 C9 8B
RGB 144 201 139
HSL 115° 36.47% 66.67%
HSB/HSV 115° 30.85% 78.82%
CMYK 28.36% 0.00% 30.85%
21.18%

Color #90C98B in popluar number systems.

HEX 90 C9 8B
Decimal 144 201 139
Binary 10010000 11001001 10001011
Octal 220 311 213

Shades and tints

Shades of #90C98B

#90C98B
(144,201,139)
#83B77F
(131,183,127)
#76A573
(118,165,115)
#699367
(105,147,103)
#5C815B
(92,129,91)
#4F6F4F
(79,111,79)
#425D43
(66,93,67)
#354B37
(53,75,55)
#28392B
(40,57,43)
#1B271F
(27,39,31)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #90C98B

#90C98B
(144,201,139)
#9ACD95
(154,205,149)
#A4D19F
(164,209,159)
#AED5A9
(174,213,169)
#B8D9B3
(184,217,179)
#C2DDBD
(194,221,189)
#CCE1C7
(204,225,199)
#D6E5D1
(214,229,209)
#E0E9DB
(224,233,219)
#EAEDE5
(234,237,229)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C98B; }

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

This text font color is #90C98B.

Background Color

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

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

This div background color is #90C98B.

Border color

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

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

This div border color is #90C98B.

Opacity

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

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

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

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

This text has shadow with #90C98B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C98B.

Preview

Color preview on black background

This text has color #90C98B on black background.


Color preview on white background

This text has color #90C98B on white background.


Black color preview on #90C98B background

This text has black color on #90C98B background.


White color preview on #90C98B background

This text has white color on #90C98B background.


Related colors

Complementary color

Complementary color for #hex is #6F3674.


I love getcolorcode.com

Triadic colors

1 #8B90C9 and #C98B90 with #90C98B are triadic colors.

2 #8BC990 and #C9908B with #90C98B are triadic colors.