COLOR #90B693

HEX: #90B693
RGB: (144,182,147)

Color info

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

RGB color model

#90B693 color RGB value is (144,182,147).

  • red value is 144;
  • green value is 182;
  • blue value is 147.
RGB:
(144,182,147)
(56%,71%,58%)

RGB channels and saturation

R 144 of 255 = 56%
G 182 of 255 = 71%
B 147 of 255 = 58%

144
182
147

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

Portions of RGB colors in percentages

R + G + B =
144 + 182 + 147 = 473 (100%)
R 144 of 473 ~ 30.44%
G 182 of 473 ~ 38.48%
B 147 of 473 ~ 31.08%

%30.44
%38.48
%31.08

CMYK color model

#90B693 color CMYK value is (21,0,19,29).

  • cyan value is 20.88%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 28.63%
CMYK:
(21,0,19,29)
C21M0Y19K29 
(21%,0%,19%,29%)
(0.21/0.00/0.19/0.29)	

CMYK percentages

%20.88
%0
%19.23
%28.63

Codes

Color #90B693 in popluar color models

90B693
RGB144182147
HSL125°20.65%63.92%
HSB/HSV125°20.88%71.37%
CMYK20.88%0.00%19.23%
28.63%

Color #90B693 in popluar number systems.

HEX90B693
Decimal144182147
Binary100100001011011010010011
Octal220266223

Shades and tints

Shades of #90B693

#90B693
(144,182,147)
#83A686
(131,166,134)
#769679
(118,150,121)
#69866C
(105,134,108)
#5C765F
(92,118,95)
#4F6652
(79,102,82)
#425645
(66,86,69)
#354638
(53,70,56)
#28362B
(40,54,43)
#1B261E
(27,38,30)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #90B693

#90B693
(144,182,147)
#9ABC9C
(154,188,156)
#A4C2A5
(164,194,165)
#AEC8AE
(174,200,174)
#B8CEB7
(184,206,183)
#C2D4C0
(194,212,192)
#CCDAC9
(204,218,201)
#D6E0D2
(214,224,210)
#E0E6DB
(224,230,219)
#EAECE4
(234,236,228)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90B693 color. Also use rgb(144,182,147) instead hex code.

Text Font Color

.myTextColor { color: #90B693; }

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

This text font color is #90B693.


Background Color

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

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

This div background color is #90B693.


Border color

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

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

This div border color is #90B693.


Opacity

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

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

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

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

This text has shadow with #90B693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B693 on black background.


Color preview on white background

This text has color #90B693 on white background.



Black color preview on #90B693 background

This text has black color on #90B693 background.


White color preview on #90B693 background

This text has white color on #90B693 background.