COLOR #90B38C

HEX: #90B38C RGB: (144,179,140)

Color info

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

RGB color model

#90B38C color RGB value is (144,179,140).

RGB: (144,179,140) (56%, 70%, 55%)

RGB channels and saturation

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

144
179
140

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

Portions of RGB colors in percentages

R + G + B = 144 + 179 + 140 = 463 (100%)
R 144 of 463 ~ 31.1%
G 179 of 463 ~ 38.66%
B 140 of 463 ~ 30.24'%

%31.1
%38.66
%30.24

CMYK color model

#90B38C color CMYK value is (20,0,22,30).

  • cyan value is 19.55%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 29.80%

CMYK: (20,0,22,30)
C20M0Y22K30 (20%, 0%, 22%, 30%)
(0.20 / 0.00 / 0.22 / 0.30)

CMYK percentages

%19.55
%0
%21.79
%29.8

Codes

Color #90B38C in popluar color models

90 B3 8C
RGB 144 179 140
HSL 114° 20.42% 62.55%
HSB/HSV 114° 21.79% 70.20%
CMYK 19.55% 0.00% 21.79%
29.80%

Color #90B38C in popluar number systems.

HEX 90 B3 8C
Decimal 144 179 140
Binary 10010000 10110011 10001100
Octal 220 263 214

Shades and tints

Shades of #90B38C

#90B38C
(144,179,140)
#83A380
(131,163,128)
#769374
(118,147,116)
#698368
(105,131,104)
#5C735C
(92,115,92)
#4F6350
(79,99,80)
#425344
(66,83,68)
#354338
(53,67,56)
#28332C
(40,51,44)
#1B2320
(27,35,32)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #90B38C

#90B38C
(144,179,140)
#9AB996
(154,185,150)
#A4BFA0
(164,191,160)
#AEC5AA
(174,197,170)
#B8CBB4
(184,203,180)
#C2D1BE
(194,209,190)
#CCD7C8
(204,215,200)
#D6DDD2
(214,221,210)
#E0E3DC
(224,227,220)
#EAE9E6
(234,233,230)
#F4EFF0
(244,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B38C; }

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

This text font color is #90B38C.

Background Color

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

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

This div background color is #90B38C.

Border color

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

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

This div border color is #90B38C.

Opacity

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

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

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

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

This text has shadow with #90B38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B38C.

Preview

Color preview on black background

This text has color #90B38C on black background.


Color preview on white background

This text has color #90B38C on white background.


Black color preview on #90B38C background

This text has black color on #90B38C background.


White color preview on #90B38C background

This text has white color on #90B38C background.


Related colors

Complementary color

Complementary color for #hex is #6F4C73.


I love getcolorcode.com

Triadic colors

1 #8C90B3 and #B38C90 with #90B38C are triadic colors.

2 #8CB390 and #B3908C with #90B38C are triadic colors.