COLOR #90C99D

HEX: #90C99D RGB: (144,201,157)

Color info

#90C99D contains red, green and blue colors in about the same proportion. Web safe color of #90C99D is #99CC99 (or #9C9).

RGB color model

#90C99D color RGB value is (144,201,157).

RGB: (144,201,157) (56%, 79%, 62%)

RGB channels and saturation

R 144 of 255 = 56%
G 201 of 255 = 79%
B 157 of 255 = 62%

144
201
157

R + G + B ~ 66%. #90C99D is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 201 + 157 = 502 (100%)
R 144 of 502 ~ 28.69%
G 201 of 502 ~ 40.04%
B 157 of 502 ~ 31.27'%

%28.69
%40.04
%31.27

CMYK color model

#90C99D color CMYK value is (28,0,22,21).

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

CMYK: (28,0,22,21)
C28M0Y22K21 (28%, 0%, 22%, 21%)
(0.28 / 0.00 / 0.22 / 0.21)

CMYK percentages

%28.36
%0
%21.89
%21.18

Codes

Color #90C99D in popluar color models

90 C9 9D
RGB 144 201 157
HSL 134° 34.55% 67.65%
HSB/HSV 134° 28.36% 78.82%
CMYK 28.36% 0.00% 21.89%
21.18%

Color #90C99D in popluar number systems.

HEX 90 C9 9D
Decimal 144 201 157
Binary 10010000 11001001 10011101
Octal 220 311 235

Shades and tints

Shades of #90C99D

#90C99D
(144,201,157)
#83B78F
(131,183,143)
#76A581
(118,165,129)
#699373
(105,147,115)
#5C8165
(92,129,101)
#4F6F57
(79,111,87)
#425D49
(66,93,73)
#354B3B
(53,75,59)
#28392D
(40,57,45)
#1B271F
(27,39,31)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #90C99D

#90C99D
(144,201,157)
#9ACDA5
(154,205,165)
#A4D1AD
(164,209,173)
#AED5B5
(174,213,181)
#B8D9BD
(184,217,189)
#C2DDC5
(194,221,197)
#CCE1CD
(204,225,205)
#D6E5D5
(214,229,213)
#E0E9DD
(224,233,221)
#EAEDE5
(234,237,229)
#F4F1ED
(244,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90C99D; }

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

This text font color is #90C99D.

Background Color

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

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

This div background color is #90C99D.

Border color

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

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

This div border color is #90C99D.

Opacity

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

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

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

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

This text has shadow with #90C99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C99D.

Preview

Color preview on black background

This text has color #90C99D on black background.


Color preview on white background

This text has color #90C99D on white background.


Black color preview on #90C99D background

This text has black color on #90C99D background.


White color preview on #90C99D background

This text has white color on #90C99D background.


Related colors

Complementary color

Complementary color for #hex is #6F3662.


I love getcolorcode.com

Triadic colors

1 #9D90C9 and #C99D90 with #90C99D are triadic colors.

2 #9DC990 and #C9909D with #90C99D are triadic colors.