COLOR #90B49D

HEX: #90B49D
RGB: (144,180,157)

Color info

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

RGB color model

#90B49D color RGB value is (144,180,157).

  • red value is 144;
  • green value is 180;
  • blue value is 157.
RGB:
(144,180,157)
(56%,71%,62%)

RGB channels and saturation

R 144 of 255 = 56%
G 180 of 255 = 71%
B 157 of 255 = 62%

144
180
157

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

Portions of RGB colors in percentages

R + G + B =
144 + 180 + 157 = 481 (100%)
R 144 of 481 ~ 29.94%
G 180 of 481 ~ 37.42%
B 157 of 481 ~ 32.64%

%29.94
%37.42
%32.64

CMYK color model

#90B49D color CMYK value is (20,0,13,29).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 29.41%
CMYK:
(20,0,13,29)
C20M0Y13K29 
(20%,0%,13%,29%)
(0.20/0.00/0.13/0.29)	

CMYK percentages

%20
%0
%12.78
%29.41

Codes

Color #90B49D in popluar color models

90B49D
RGB144180157
HSL142°19.35%63.53%
HSB/HSV142°20.00%70.59%
CMYK20.00%0.00%12.78%
29.41%

Color #90B49D in popluar number systems.

HEX90B49D
Decimal144180157
Binary100100001011010010011101
Octal220264235

Shades and tints

Shades of #90B49D

#90B49D
(144,180,157)
#83A48F
(131,164,143)
#769481
(118,148,129)
#698473
(105,132,115)
#5C7465
(92,116,101)
#4F6457
(79,100,87)
#425449
(66,84,73)
#35443B
(53,68,59)
#28342D
(40,52,45)
#1B241F
(27,36,31)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #90B49D

#90B49D
(144,180,157)
#9ABAA5
(154,186,165)
#A4C0AD
(164,192,173)
#AEC6B5
(174,198,181)
#B8CCBD
(184,204,189)
#C2D2C5
(194,210,197)
#CCD8CD
(204,216,205)
#D6DED5
(214,222,213)
#E0E4DD
(224,228,221)
#EAEAE5
(234,234,229)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B49D; }

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

This text font color is #90B49D.


Background Color

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

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

This div background color is #90B49D.


Border color

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

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

This div border color is #90B49D.


Opacity

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

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

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

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

This text has shadow with #90B49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B49D on black background.


Color preview on white background

This text has color #90B49D on white background.



Black color preview on #90B49D background

This text has black color on #90B49D background.


White color preview on #90B49D background

This text has white color on #90B49D background.