COLOR #90BB98

HEX: #90BB98
RGB: (144,187,152)

Color info

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

RGB color model

#90BB98 color RGB value is (144,187,152).

  • red value is 144;
  • green value is 187;
  • blue value is 152.
RGB:
(144,187,152)
(56%,73%,60%)

RGB channels and saturation

R 144 of 255 = 56%
G 187 of 255 = 73%
B 152 of 255 = 60%

144
187
152

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

Portions of RGB colors in percentages

R + G + B =
144 + 187 + 152 = 483 (100%)
R 144 of 483 ~ 29.81%
G 187 of 483 ~ 38.72%
B 152 of 483 ~ 31.47%

%29.81
%38.72
%31.47

CMYK color model

#90BB98 color CMYK value is (23,0,19,27).

  • cyan value is 22.99%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK:
(23,0,19,27)
C23M0Y19K27 
(23%,0%,19%,27%)
(0.23/0.00/0.19/0.27)	

CMYK percentages

%22.99
%0
%18.72
%26.67

Codes

Color #90BB98 in popluar color models

90BB98
RGB144187152
HSL131°24.02%64.90%
HSB/HSV131°22.99%73.33%
CMYK22.99%0.00%18.72%
26.67%

Color #90BB98 in popluar number systems.

HEX90BB98
Decimal144187152
Binary100100001011101110011000
Octal220273230

Shades and tints

Shades of #90BB98

#90BB98
(144,187,152)
#83AA8B
(131,170,139)
#76997E
(118,153,126)
#698871
(105,136,113)
#5C7764
(92,119,100)
#4F6657
(79,102,87)
#42554A
(66,85,74)
#35443D
(53,68,61)
#283330
(40,51,48)
#1B2223
(27,34,35)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #90BB98

#90BB98
(144,187,152)
#9AC1A1
(154,193,161)
#A4C7AA
(164,199,170)
#AECDB3
(174,205,179)
#B8D3BC
(184,211,188)
#C2D9C5
(194,217,197)
#CCDFCE
(204,223,206)
#D6E5D7
(214,229,215)
#E0EBE0
(224,235,224)
#EAF1E9
(234,241,233)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BB98 color. Also use rgb(144,187,152) instead hex code.

Text Font Color

.myTextColor { color: #90BB98; }

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

This text font color is #90BB98.


Background Color

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

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

This div background color is #90BB98.


Border color

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

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

This div border color is #90BB98.


Opacity

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

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

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

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

This text has shadow with #90BB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BB98 on black background.


Color preview on white background

This text has color #90BB98 on white background.



Black color preview on #90BB98 background

This text has black color on #90BB98 background.


White color preview on #90BB98 background

This text has white color on #90BB98 background.