COLOR #90B687

HEX: #90B687 RGB: (144,182,135)

Color info

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

RGB color model

#90B687 color RGB value is (144,182,135).

RGB: (144,182,135) (56%, 71%, 53%)

RGB channels and saturation

R 144 of 255 = 56%
G 182 of 255 = 71%
B 135 of 255 = 53%

144
182
135

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

Portions of RGB colors in percentages

R + G + B = 144 + 182 + 135 = 461 (100%)
R 144 of 461 ~ 31.24%
G 182 of 461 ~ 39.48%
B 135 of 461 ~ 29.28'%

%31.24
%39.48
%29.28

CMYK color model

#90B687 color CMYK value is (21,0,26,29).

  • cyan value is 20.88%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 28.63%

CMYK: (21,0,26,29)
C21M0Y26K29 (21%, 0%, 26%, 29%)
(0.21 / 0.00 / 0.26 / 0.29)

CMYK percentages

%20.88
%0
%25.82
%28.63

Codes

Color #90B687 in popluar color models

90 B6 87
RGB 144 182 135
HSL 109° 24.35% 62.16%
HSB/HSV 109° 25.82% 71.37%
CMYK 20.88% 0.00% 25.82%
28.63%

Color #90B687 in popluar number systems.

HEX 90 B6 87
Decimal 144 182 135
Binary 10010000 10110110 10000111
Octal 220 266 207

Shades and tints

Shades of #90B687

#90B687
(144,182,135)
#83A67B
(131,166,123)
#76966F
(118,150,111)
#698663
(105,134,99)
#5C7657
(92,118,87)
#4F664B
(79,102,75)
#42563F
(66,86,63)
#354633
(53,70,51)
#283627
(40,54,39)
#1B261B
(27,38,27)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #90B687

#90B687
(144,182,135)
#9ABC91
(154,188,145)
#A4C29B
(164,194,155)
#AEC8A5
(174,200,165)
#B8CEAF
(184,206,175)
#C2D4B9
(194,212,185)
#CCDAC3
(204,218,195)
#D6E0CD
(214,224,205)
#E0E6D7
(224,230,215)
#EAECE1
(234,236,225)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B687; }

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

This text font color is #90B687.

Background Color

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

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

This div background color is #90B687.

Border color

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

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

This div border color is #90B687.

Opacity

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

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

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

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

This text has shadow with #90B687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90B687.

Preview

Color preview on black background

This text has color #90B687 on black background.


Color preview on white background

This text has color #90B687 on white background.


Black color preview on #90B687 background

This text has black color on #90B687 background.


White color preview on #90B687 background

This text has white color on #90B687 background.


Related colors

Complementary color

Complementary color for #hex is #6F4978.


I love getcolorcode.com

Triadic colors

1 #8790B6 and #B68790 with #90B687 are triadic colors.

2 #87B690 and #B69087 with #90B687 are triadic colors.