COLOR #90A695

HEX: #90A695
RGB: (144,166,149)

Color info

#90A695 contains red, green and blue colors in about the same proportion. Web safe color of #90A695 is #999999 (or #999).

RGB color model

#90A695 color RGB value is (144,166,149).

  • red value is 144;
  • green value is 166;
  • blue value is 149.
RGB:
(144,166,149)
(56%,65%,58%)

RGB channels and saturation

R 144 of 255 = 56%
G 166 of 255 = 65%
B 149 of 255 = 58%

144
166
149

R + G + B ~ 60%. #90A695 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 166 + 149 = 459 (100%)
R 144 of 459 ~ 31.37%
G 166 of 459 ~ 36.17%
B 149 of 459 ~ 32.46%

%31.37
%36.17
%32.46

CMYK color model

#90A695 color CMYK value is (13,0,10,35).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 10.24%
  • key color value is 34.90%
CMYK:
(13,0,10,35)
C13M0Y10K35 
(13%,0%,10%,35%)
(0.13/0.00/0.10/0.35)	

CMYK percentages

%13.25
%0
%10.24
%34.9

Codes

Color #90A695 in popluar color models

90A695
RGB144166149
HSL134°11.00%60.78%
HSB/HSV134°13.25%65.10%
CMYK13.25%0.00%10.24%
34.90%

Color #90A695 in popluar number systems.

HEX90A695
Decimal144166149
Binary100100001010011010010101
Octal220246225

Shades and tints

Shades of #90A695

#90A695
(144,166,149)
#839788
(131,151,136)
#76887B
(118,136,123)
#69796E
(105,121,110)
#5C6A61
(92,106,97)
#4F5B54
(79,91,84)
#424C47
(66,76,71)
#353D3A
(53,61,58)
#282E2D
(40,46,45)
#1B1F20
(27,31,32)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #90A695

#90A695
(144,166,149)
#9AAE9E
(154,174,158)
#A4B6A7
(164,182,167)
#AEBEB0
(174,190,176)
#B8C6B9
(184,198,185)
#C2CEC2
(194,206,194)
#CCD6CB
(204,214,203)
#D6DED4
(214,222,212)
#E0E6DD
(224,230,221)
#EAEEE6
(234,238,230)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90A695 color. Also use rgb(144,166,149) instead hex code.

Text Font Color

.myTextColor { color: #90A695; }

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

This text font color is #90A695.


Background Color

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

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

This div background color is #90A695.


Border color

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

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

This div border color is #90A695.


Opacity

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

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

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

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

This text has shadow with #90A695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90A695 on black background.


Color preview on white background

This text has color #90A695 on white background.



Black color preview on #90A695 background

This text has black color on #90A695 background.


White color preview on #90A695 background

This text has white color on #90A695 background.