COLOR #97B290

HEX: #97B290 RGB: (151,178,144)

Color info

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

RGB color model

#97B290 color RGB value is (151,178,144).

RGB: (151,178,144) (59%, 70%, 56%)

RGB channels and saturation

R 151 of 255 = 59%
G 178 of 255 = 70%
B 144 of 255 = 56%

151
178
144

R + G + B ~ 62%. #97B290 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 178 + 144 = 473 (100%)
R 151 of 473 ~ 31.92%
G 178 of 473 ~ 37.63%
B 144 of 473 ~ 30.44'%

%31.92
%37.63
%30.44

CMYK color model

#97B290 color CMYK value is (15,0,19,30).

  • cyan value is 15.17%
  • magenta value is 0.00%
  • yellow value is 19.10%
  • key color value is 30.20%

CMYK: (15,0,19,30)
C15M0Y19K30 (15%, 0%, 19%, 30%)
(0.15 / 0.00 / 0.19 / 0.30)

CMYK percentages

%15.17
%0
%19.1
%30.2

Codes

Color #97B290 in popluar color models

97 B2 90
RGB 151 178 144
HSL 108° 18.09% 63.14%
HSB/HSV 108° 19.10% 69.80%
CMYK 15.17% 0.00% 19.10%
30.20%

Color #97B290 in popluar number systems.

HEX 97 B2 90
Decimal 151 178 144
Binary 10010111 10110010 10010000
Octal 227 262 220

Shades and tints

Shades of #97B290

#97B290
(151,178,144)
#8AA283
(138,162,131)
#7D9276
(125,146,118)
#708269
(112,130,105)
#63725C
(99,114,92)
#56624F
(86,98,79)
#495242
(73,82,66)
#3C4235
(60,66,53)
#2F3228
(47,50,40)
#22221B
(34,34,27)
#15120E
(21,18,14)
#000000
(0,0,0)

Tints of #97B290

#97B290
(151,178,144)
#A0B99A
(160,185,154)
#A9C0A4
(169,192,164)
#B2C7AE
(178,199,174)
#BBCEB8
(187,206,184)
#C4D5C2
(196,213,194)
#CDDCCC
(205,220,204)
#D6E3D6
(214,227,214)
#DFEAE0
(223,234,224)
#E8F1EA
(232,241,234)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B290 color. Also use rgb(151,178,144) instead hex code.

Text Font Color

.myTextColor { color: #97B290; }

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

This text font color is #97B290.

Background Color

.myBgColor { background-color: #97B290; }

<div style="background-color:#97B290">Inner text</div>

This div background color is #97B290.

Border color

.myBorderColor { border: 1px solid #97B290; }

<div style="border:3px solid #97B290">Div</div>

This div border color is #97B290.

Opacity

.myOpacity80 { color: #97B290; opacity: 0.8; }

<p style="color:#97B290;opacity:0.8;">80%</p>

Text with #97B290 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 #97B290;}

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

This text has shadow with #97B290 color.


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

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

This text has shadow with #97B290 primary color and red secondary color.


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

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

This text has shadow with #97B290 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #97B290.

Preview

Color preview on black background

This text has color #97B290 on black background.


Color preview on white background

This text has color #97B290 on white background.


Black color preview on #97B290 background

This text has black color on #97B290 background.


White color preview on #97B290 background

This text has white color on #97B290 background.


Related colors

Complementary color

Complementary color for #hex is #684D6F.


I love getcolorcode.com

Triadic colors

1 #9097B2 and #B29097 with #97B290 are triadic colors.

2 #90B297 and #B29790 with #97B290 are triadic colors.