COLOR #90BE9D

HEX: #90BE9D RGB: (144,190,157)

Color info

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

RGB color model

#90BE9D color RGB value is (144,190,157).

RGB: (144,190,157) (56%, 75%, 62%)

RGB channels and saturation

R 144 of 255 = 56%
G 190 of 255 = 75%
B 157 of 255 = 62%

144
190
157

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

Portions of RGB colors in percentages

R + G + B = 144 + 190 + 157 = 491 (100%)
R 144 of 491 ~ 29.33%
G 190 of 491 ~ 38.7%
B 157 of 491 ~ 31.98'%

%29.33
%38.7
%31.98

CMYK color model

#90BE9D color CMYK value is (24,0,17,25).

  • cyan value is 24.21%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK: (24,0,17,25) C24M0Y17K25 (24%,0%,17%,25%) (0.24/0.00/0.17/0.25) 

CMYK percentages

%24.21
%0
%17.37
%25.49

Codes

Color #90BE9D in popluar color models

90 BE 9D
RGB 144 190 157
HSL 137° 26.14% 65.49%
HSB/HSV 137° 24.21% 74.51%
CMYK 24.21% 0.00% 17.37%
25.49%

Color #90BE9D in popluar number systems.

HEX 90 BE 9D
Decimal 144 190 157
Binary 10010000 10111110 10011101
Octal 220 276 235

Shades and tints

Shades of #90BE9D

#90BE9D
(144,190,157)
#83AD8F
(131,173,143)
#769C81
(118,156,129)
#698B73
(105,139,115)
#5C7A65
(92,122,101)
#4F6957
(79,105,87)
#425849
(66,88,73)
#35473B
(53,71,59)
#28362D
(40,54,45)
#1B251F
(27,37,31)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #90BE9D

#90BE9D
(144,190,157)
#9AC3A5
(154,195,165)
#A4C8AD
(164,200,173)
#AECDB5
(174,205,181)
#B8D2BD
(184,210,189)
#C2D7C5
(194,215,197)
#CCDCCD
(204,220,205)
#D6E1D5
(214,225,213)
#E0E6DD
(224,230,221)
#EAEBE5
(234,235,229)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BE9D; }

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

This text font color is #90BE9D.

Background Color

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

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

This div background color is #90BE9D.

Border color

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

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

This div border color is #90BE9D.

Opacity

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

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

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

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

This text has shadow with #90BE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BE9D.

Preview

Color preview on black background

This text has color #90BE9D on black background.


Color preview on white background

This text has color #90BE9D on white background.


Black color preview on #90BE9D background

This text has black color on #90BE9D background.


White color preview on #90BE9D background

This text has white color on #90BE9D background.


Related colors

Complementary color

Complementary color for #hex is #6F4162.


I love getcolorcode.com

Triadic colors

1 #9D90BE and #BE9D90 with #90BE9D are triadic colors.

2 #9DBE90 and #BE909D with #90BE9D are triadic colors.