COLOR #90A68C

HEX: #90A68C RGB: (144,166,140)

Color info

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

RGB color model

#90A68C color RGB value is (144,166,140).

RGB: (144,166,140) (56%, 65%, 55%)

RGB channels and saturation

R 144 of 255 = 56%
G 166 of 255 = 65%
B 140 of 255 = 55%

144
166
140

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

Portions of RGB colors in percentages

R + G + B = 144 + 166 + 140 = 450 (100%)
R 144 of 450 ~ 32%
G 166 of 450 ~ 36.89%
B 140 of 450 ~ 31.11'%

%32
%36.89
%31.11

CMYK color model

#90A68C color CMYK value is (13,0,16,35).

  • cyan value is 13.25%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 34.90%

CMYK: (13,0,16,35)
C13M0Y16K35 (13%, 0%, 16%, 35%)
(0.13 / 0.00 / 0.16 / 0.35)

CMYK percentages

%13.25
%0
%15.66
%34.9

Codes

Color #90A68C in popluar color models

90 A6 8C
RGB 144 166 140
HSL 111° 12.75% 60.00%
HSB/HSV 111° 15.66% 65.10%
CMYK 13.25% 0.00% 15.66%
34.90%

Color #90A68C in popluar number systems.

HEX 90 A6 8C
Decimal 144 166 140
Binary 10010000 10100110 10001100
Octal 220 246 214

Shades and tints

Shades of #90A68C

#90A68C
(144,166,140)
#839780
(131,151,128)
#768874
(118,136,116)
#697968
(105,121,104)
#5C6A5C
(92,106,92)
#4F5B50
(79,91,80)
#424C44
(66,76,68)
#353D38
(53,61,56)
#282E2C
(40,46,44)
#1B1F20
(27,31,32)
#0E1014
(14,16,20)
#000000
(0,0,0)

Tints of #90A68C

#90A68C
(144,166,140)
#9AAE96
(154,174,150)
#A4B6A0
(164,182,160)
#AEBEAA
(174,190,170)
#B8C6B4
(184,198,180)
#C2CEBE
(194,206,190)
#CCD6C8
(204,214,200)
#D6DED2
(214,222,210)
#E0E6DC
(224,230,220)
#EAEEE6
(234,238,230)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90A68C; }

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

This text font color is #90A68C.

Background Color

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

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

This div background color is #90A68C.

Border color

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

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

This div border color is #90A68C.

Opacity

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

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

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

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

This text has shadow with #90A68C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90A68C.

Preview

Color preview on black background

This text has color #90A68C on black background.


Color preview on white background

This text has color #90A68C on white background.


Black color preview on #90A68C background

This text has black color on #90A68C background.


White color preview on #90A68C background

This text has white color on #90A68C background.


Related colors

Complementary color

Complementary color for #hex is #6F5973.


I love getcolorcode.com

Triadic colors

1 #8C90A6 and #A68C90 with #90A68C are triadic colors.

2 #8CA690 and #A6908C with #90A68C are triadic colors.