COLOR #90BD8C

HEX: #90BD8C
RGB: (144,189,140)

Color info

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

RGB color model

#90BD8C color RGB value is (144,189,140).

  • red value is 144;
  • green value is 189;
  • blue value is 140.
RGB:
(144,189,140)
(56%,74%,55%)

RGB channels and saturation

R 144 of 255 = 56%
G 189 of 255 = 74%
B 140 of 255 = 55%

144
189
140

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

Portions of RGB colors in percentages

R + G + B =
144 + 189 + 140 = 473 (100%)
R 144 of 473 ~ 30.44%
G 189 of 473 ~ 39.96%
B 140 of 473 ~ 29.6%

%30.44
%39.96
%29.6

CMYK color model

#90BD8C color CMYK value is (24,0,26,26).

  • cyan value is 23.81%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 25.88%
CMYK:
(24,0,26,26)
C24M0Y26K26 
(24%,0%,26%,26%)
(0.24/0.00/0.26/0.26)	

CMYK percentages

%23.81
%0
%25.93
%25.88

Codes

Color #90BD8C in popluar color models

90BD8C
RGB144189140
HSL115°27.07%64.51%
HSB/HSV115°25.93%74.12%
CMYK23.81%0.00%25.93%
25.88%

Color #90BD8C in popluar number systems.

HEX90BD8C
Decimal144189140
Binary100100001011110110001100
Octal220275214

Shades and tints

Shades of #90BD8C

#90BD8C
(144,189,140)
#83AC80
(131,172,128)
#769B74
(118,155,116)
#698A68
(105,138,104)
#5C795C
(92,121,92)
#4F6850
(79,104,80)
#425744
(66,87,68)
#354638
(53,70,56)
#28352C
(40,53,44)
#1B2420
(27,36,32)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #90BD8C

#90BD8C
(144,189,140)
#9AC396
(154,195,150)
#A4C9A0
(164,201,160)
#AECFAA
(174,207,170)
#B8D5B4
(184,213,180)
#C2DBBE
(194,219,190)
#CCE1C8
(204,225,200)
#D6E7D2
(214,231,210)
#E0EDDC
(224,237,220)
#EAF3E6
(234,243,230)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BD8C; }

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

This text font color is #90BD8C.


Background Color

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

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

This div background color is #90BD8C.


Border color

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

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

This div border color is #90BD8C.


Opacity

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

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

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

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

This text has shadow with #90BD8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BD8C on black background.


Color preview on white background

This text has color #90BD8C on white background.



Black color preview on #90BD8C background

This text has black color on #90BD8C background.


White color preview on #90BD8C background

This text has white color on #90BD8C background.