COLOR #90B88C

HEX: #90B88C RGB: (144,184,140)

Color info

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

RGB color model

#90B88C color RGB value is (144,184,140).

RGB: (144,184,140) (56%, 72%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 184 of 255 = 72%
B 140 of 255 = 55%

144
184
140

R + G + B ~ 61%. #90B88C is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 184 + 140 = 468 (100%)
R 144 of 468 ~ 30.77%
G 184 of 468 ~ 39.32%
B 140 of 468 ~ 29.91'%

%30.77
%39.32
%29.91

CMYK color model

#90B88C color CMYK value is (22,0,24,28).

  • cyan value is 21.74%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 27.84%

CMYK: (22,0,24,28)
C22M0Y24K28 (22%, 0%, 24%, 28%)
(0.22 / 0.00 / 0.24 / 0.28)

CMYK percentages

%21.74
%0
%23.91
%27.84

Codes

Color #90B88C in popluar color models

90 B8 8C
RGB 144 184 140
HSL 115° 23.66% 63.53%
HSB/HSV 115° 23.91% 72.16%
CMYK 21.74% 0.00% 23.91%
27.84%

Color #90B88C in popluar number systems.

HEX 90 B8 8C
Decimal 144 184 140
Binary 10010000 10111000 10001100
Octal 220 270 214

Shades and tints

Shades of #90B88C

#90B88C
(144,184,140)
#83A880
(131,168,128)
#769874
(118,152,116)
#698868
(105,136,104)
#5C785C
(92,120,92)
#4F6850
(79,104,80)
#425844
(66,88,68)
#354838
(53,72,56)
#28382C
(40,56,44)
#1B2820
(27,40,32)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #90B88C

#90B88C
(144,184,140)
#9ABE96
(154,190,150)
#A4C4A0
(164,196,160)
#AECAAA
(174,202,170)
#B8D0B4
(184,208,180)
#C2D6BE
(194,214,190)
#CCDCC8
(204,220,200)
#D6E2D2
(214,226,210)
#E0E8DC
(224,232,220)
#EAEEE6
(234,238,230)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B88C; }

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

This text font color is #90B88C.

Background Color

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

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

This div background color is #90B88C.

Border color

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

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

This div border color is #90B88C.

Opacity

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

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

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

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

This text has shadow with #90B88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B88C.

Preview

Color preview on black background

This text has color #90B88C on black background.


Color preview on white background

This text has color #90B88C on white background.


Black color preview on #90B88C background

This text has black color on #90B88C background.


White color preview on #90B88C background

This text has white color on #90B88C background.


Related colors

Complementary color

Complementary color for #hex is #6F4773.


I love getcolorcode.com

Triadic colors

1 #8C90B8 and #B88C90 with #90B88C are triadic colors.

2 #8CB890 and #B8908C with #90B88C are triadic colors.