COLOR #90B79C

HEX: #90B79C
RGB: (144,183,156)

Color info

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

RGB color model

#90B79C color RGB value is (144,183,156).

  • red value is 144;
  • green value is 183;
  • blue value is 156.
RGB:
(144,183,156)
(56%,72%,61%)

RGB channels and saturation

R 144 of 255 = 56%
G 183 of 255 = 72%
B 156 of 255 = 61%

144
183
156

R + G + B ~ 63%. #90B79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 183 + 156 = 483 (100%)
R 144 of 483 ~ 29.81%
G 183 of 483 ~ 37.89%
B 156 of 483 ~ 32.3%

%29.81
%37.89
%32.3

CMYK color model

#90B79C color CMYK value is (21,0,15,28).

  • cyan value is 21.31%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK:
(21,0,15,28)
C21M0Y15K28 
(21%,0%,15%,28%)
(0.21/0.00/0.15/0.28)	

CMYK percentages

%21.31
%0
%14.75
%28.24

Codes

Color #90B79C in popluar color models

90B79C
RGB144183156
HSL138°21.31%64.12%
HSB/HSV138°21.31%71.76%
CMYK21.31%0.00%14.75%
28.24%

Color #90B79C in popluar number systems.

HEX90B79C
Decimal144183156
Binary100100001011011110011100
Octal220267234

Shades and tints

Shades of #90B79C

#90B79C
(144,183,156)
#83A78E
(131,167,142)
#769780
(118,151,128)
#698772
(105,135,114)
#5C7764
(92,119,100)
#4F6756
(79,103,86)
#425748
(66,87,72)
#35473A
(53,71,58)
#28372C
(40,55,44)
#1B271E
(27,39,30)
#0E1710
(14,23,16)
#000000
(0,0,0)

Tints of #90B79C

#90B79C
(144,183,156)
#9ABDA5
(154,189,165)
#A4C3AE
(164,195,174)
#AEC9B7
(174,201,183)
#B8CFC0
(184,207,192)
#C2D5C9
(194,213,201)
#CCDBD2
(204,219,210)
#D6E1DB
(214,225,219)
#E0E7E4
(224,231,228)
#EAEDED
(234,237,237)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B79C color. Also use rgb(144,183,156) instead hex code.

Text Font Color

.myTextColor { color: #90B79C; }

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

This text font color is #90B79C.


Background Color

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

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

This div background color is #90B79C.


Border color

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

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

This div border color is #90B79C.


Opacity

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

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

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

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

This text has shadow with #90B79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B79C on black background.


Color preview on white background

This text has color #90B79C on white background.



Black color preview on #90B79C background

This text has black color on #90B79C background.


White color preview on #90B79C background

This text has white color on #90B79C background.