COLOR #90C69B

HEX: #90C69B
RGB: (144,198,155)

Color info

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

RGB color model

#90C69B color RGB value is (144,198,155).

  • red value is 144;
  • green value is 198;
  • blue value is 155.
RGB:
(144,198,155)
(56%,78%,61%)

RGB channels and saturation

R 144 of 255 = 56%
G 198 of 255 = 78%
B 155 of 255 = 61%

144
198
155

R + G + B ~ 65%. #90C69B is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 198 + 155 = 497 (100%)
R 144 of 497 ~ 28.97%
G 198 of 497 ~ 39.84%
B 155 of 497 ~ 31.19%

%28.97
%39.84
%31.19

CMYK color model

#90C69B color CMYK value is (27,0,22,22).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 21.72%
  • key color value is 22.35%
CMYK:
(27,0,22,22)
C27M0Y22K22 
(27%,0%,22%,22%)
(0.27/0.00/0.22/0.22)	

CMYK percentages

%27.27
%0
%21.72
%22.35

Codes

Color #90C69B in popluar color models

90C69B
RGB144198155
HSL132°32.14%67.06%
HSB/HSV132°27.27%77.65%
CMYK27.27%0.00%21.72%
22.35%

Color #90C69B in popluar number systems.

HEX90C69B
Decimal144198155
Binary100100001100011010011011
Octal220306233

Shades and tints

Shades of #90C69B

#90C69B
(144,198,155)
#83B48D
(131,180,141)
#76A27F
(118,162,127)
#699071
(105,144,113)
#5C7E63
(92,126,99)
#4F6C55
(79,108,85)
#425A47
(66,90,71)
#354839
(53,72,57)
#28362B
(40,54,43)
#1B241D
(27,36,29)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #90C69B

#90C69B
(144,198,155)
#9ACBA4
(154,203,164)
#A4D0AD
(164,208,173)
#AED5B6
(174,213,182)
#B8DABF
(184,218,191)
#C2DFC8
(194,223,200)
#CCE4D1
(204,228,209)
#D6E9DA
(214,233,218)
#E0EEE3
(224,238,227)
#EAF3EC
(234,243,236)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C69B color. Also use rgb(144,198,155) instead hex code.

Text Font Color

.myTextColor { color: #90C69B; }

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

This text font color is #90C69B.


Background Color

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

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

This div background color is #90C69B.


Border color

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

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

This div border color is #90C69B.


Opacity

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

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

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

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

This text has shadow with #90C69B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90C69B on black background.


Color preview on white background

This text has color #90C69B on white background.



Black color preview on #90C69B background

This text has black color on #90C69B background.


White color preview on #90C69B background

This text has white color on #90C69B background.