COLOR #90AC88

HEX: #90AC88 RGB: (144,172,136)

Color info

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

RGB color model

#90AC88 color RGB value is (144,172,136).

RGB: (144,172,136) (56%, 67%, 53%)

RGB channels and saturation

R 144 of 255 = 56%
G 172 of 255 = 67%
B 136 of 255 = 53%

144
172
136

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

Portions of RGB colors in percentages

R + G + B = 144 + 172 + 136 = 452 (100%)
R 144 of 452 ~ 31.86%
G 172 of 452 ~ 38.05%
B 136 of 452 ~ 30.09'%

%31.86
%38.05
%30.09

CMYK color model

#90AC88 color CMYK value is (16,0,21,33).

  • cyan value is 16.28%
  • magenta value is 0.00%
  • yellow value is 20.93%
  • key color value is 32.55%

CMYK: (16,0,21,33)
C16M0Y21K33 (16%, 0%, 21%, 33%)
(0.16 / 0.00 / 0.21 / 0.33)

CMYK percentages

%16.28
%0
%20.93
%32.55

Codes

Color #90AC88 in popluar color models

90 AC 88
RGB 144 172 136
HSL 107° 17.82% 60.39%
HSB/HSV 107° 20.93% 67.45%
CMYK 16.28% 0.00% 20.93%
32.55%

Color #90AC88 in popluar number systems.

HEX 90 AC 88
Decimal 144 172 136
Binary 10010000 10101100 10001000
Octal 220 254 210

Shades and tints

Shades of #90AC88

#90AC88
(144,172,136)
#839D7C
(131,157,124)
#768E70
(118,142,112)
#697F64
(105,127,100)
#5C7058
(92,112,88)
#4F614C
(79,97,76)
#425240
(66,82,64)
#354334
(53,67,52)
#283428
(40,52,40)
#1B251C
(27,37,28)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #90AC88

#90AC88
(144,172,136)
#9AB392
(154,179,146)
#A4BA9C
(164,186,156)
#AEC1A6
(174,193,166)
#B8C8B0
(184,200,176)
#C2CFBA
(194,207,186)
#CCD6C4
(204,214,196)
#D6DDCE
(214,221,206)
#E0E4D8
(224,228,216)
#EAEBE2
(234,235,226)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90AC88 color. Also use rgb(144,172,136) instead hex code.

Text Font Color

.myTextColor { color: #90AC88; }

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

This text font color is #90AC88.

Background Color

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

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

This div background color is #90AC88.

Border color

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

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

This div border color is #90AC88.

Opacity

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

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

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

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

This text has shadow with #90AC88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90AC88.

Preview

Color preview on black background

This text has color #90AC88 on black background.


Color preview on white background

This text has color #90AC88 on white background.


Black color preview on #90AC88 background

This text has black color on #90AC88 background.


White color preview on #90AC88 background

This text has white color on #90AC88 background.


Related colors

Complementary color

Complementary color for #hex is #6F5377.


I love getcolorcode.com

Triadic colors

1 #8890AC and #AC8890 with #90AC88 are triadic colors.

2 #88AC90 and #AC9088 with #90AC88 are triadic colors.