COLOR #90B199

HEX: #90B199
RGB: (144,177,153)

Color info

#90B199 contains red, green and blue colors in about the same proportion. Web safe color of #90B199 is #999999 (or #999).

RGB color model

#90B199 color RGB value is (144,177,153).

  • red value is 144;
  • green value is 177;
  • blue value is 153.
RGB:
(144,177,153)
(56%,69%,60%)

RGB channels and saturation

R 144 of 255 = 56%
G 177 of 255 = 69%
B 153 of 255 = 60%

144
177
153

R + G + B ~ 62%. #90B199 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 177 + 153 = 474 (100%)
R 144 of 474 ~ 30.38%
G 177 of 474 ~ 37.34%
B 153 of 474 ~ 32.28%

%30.38
%37.34
%32.28

CMYK color model

#90B199 color CMYK value is (19,0,14,31).

  • cyan value is 18.64%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(19,0,14,31)
C19M0Y14K31 
(19%,0%,14%,31%)
(0.19/0.00/0.14/0.31)	

CMYK percentages

%18.64
%0
%13.56
%30.59

Codes

Color #90B199 in popluar color models

90B199
RGB144177153
HSL136°17.46%62.94%
HSB/HSV136°18.64%69.41%
CMYK18.64%0.00%13.56%
30.59%

Color #90B199 in popluar number systems.

HEX90B199
Decimal144177153
Binary100100001011000110011001
Octal220261231

Shades and tints

Shades of #90B199

#90B199
(144,177,153)
#83A18C
(131,161,140)
#76917F
(118,145,127)
#698172
(105,129,114)
#5C7165
(92,113,101)
#4F6158
(79,97,88)
#42514B
(66,81,75)
#35413E
(53,65,62)
#283131
(40,49,49)
#1B2124
(27,33,36)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #90B199

#90B199
(144,177,153)
#9AB8A2
(154,184,162)
#A4BFAB
(164,191,171)
#AEC6B4
(174,198,180)
#B8CDBD
(184,205,189)
#C2D4C6
(194,212,198)
#CCDBCF
(204,219,207)
#D6E2D8
(214,226,216)
#E0E9E1
(224,233,225)
#EAF0EA
(234,240,234)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B199 color. Also use rgb(144,177,153) instead hex code.

Text Font Color

.myTextColor { color: #90B199; }

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

This text font color is #90B199.


Background Color

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

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

This div background color is #90B199.


Border color

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

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

This div border color is #90B199.


Opacity

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

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

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

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

This text has shadow with #90B199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B199 on black background.


Color preview on white background

This text has color #90B199 on white background.



Black color preview on #90B199 background

This text has black color on #90B199 background.


White color preview on #90B199 background

This text has white color on #90B199 background.