COLOR #90B38D

HEX: #90B38D
RGB: (144,179,141)

Color info

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

RGB color model

#90B38D color RGB value is (144,179,141).

  • red value is 144;
  • green value is 179;
  • blue value is 141.
RGB:
(144,179,141)
(56%,70%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 179 of 255 = 70%
B 141 of 255 = 55%

144
179
141

R + G + B ~ 60%. #90B38D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 179 + 141 = 464 (100%)
R 144 of 464 ~ 31.03%
G 179 of 464 ~ 38.58%
B 141 of 464 ~ 30.39%

%31.03
%38.58
%30.39

CMYK color model

#90B38D color CMYK value is (20,0,21,30).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 21.23%
  • key color value is 29.80%
CMYK:
(20,0,21,30)
C20M0Y21K30 
(20%,0%,21%,30%)
(0.20/0.00/0.21/0.30)	

CMYK percentages

%19.55
%0
%21.23
%29.8

Codes

Color #90B38D in popluar color models

90B38D
RGB144179141
HSL115°20.00%62.75%
HSB/HSV115°21.23%70.20%
CMYK19.55%0.00%21.23%
29.80%

Color #90B38D in popluar number systems.

HEX90B38D
Decimal144179141
Binary100100001011001110001101
Octal220263215

Shades and tints

Shades of #90B38D

#90B38D
(144,179,141)
#83A381
(131,163,129)
#769375
(118,147,117)
#698369
(105,131,105)
#5C735D
(92,115,93)
#4F6351
(79,99,81)
#425345
(66,83,69)
#354339
(53,67,57)
#28332D
(40,51,45)
#1B2321
(27,35,33)
#0E1315
(14,19,21)
#000000
(0,0,0)

Tints of #90B38D

#90B38D
(144,179,141)
#9AB997
(154,185,151)
#A4BFA1
(164,191,161)
#AEC5AB
(174,197,171)
#B8CBB5
(184,203,181)
#C2D1BF
(194,209,191)
#CCD7C9
(204,215,201)
#D6DDD3
(214,221,211)
#E0E3DD
(224,227,221)
#EAE9E7
(234,233,231)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B38D color. Also use rgb(144,179,141) instead hex code.

Text Font Color

.myTextColor { color: #90B38D; }

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

This text font color is #90B38D.


Background Color

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

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

This div background color is #90B38D.


Border color

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

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

This div border color is #90B38D.


Opacity

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

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

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

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

This text has shadow with #90B38D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B38D on black background.


Color preview on white background

This text has color #90B38D on white background.



Black color preview on #90B38D background

This text has black color on #90B38D background.


White color preview on #90B38D background

This text has white color on #90B38D background.