COLOR #97B265

HEX: #97B265 RGB: (151,178,101)

Color info

#97B265 contains mainly red and green colors. Web safe color of #97B265 is #999966 (or #996).

RGB color model

#97B265 color RGB value is (151,178,101).

RGB: (151,178,101) (59%, 70%, 40%)

RGB channels and saturation

R 151 of 255 = 59%
G 178 of 255 = 70%
B 101 of 255 = 40%

151
178
101

R + G + B ~ 56%. #97B265 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 178 + 101 = 430 (100%)
R 151 of 430 ~ 35.12%
G 178 of 430 ~ 41.4%
B 101 of 430 ~ 23.49'%

%35.12
%41.4
%23.49

CMYK color model

#97B265 color CMYK value is (15,0,43,30).

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

CMYK: (15,0,43,30)
C15M0Y43K30 (15%, 0%, 43%, 30%)
(0.15 / 0.00 / 0.43 / 0.30)

CMYK percentages

%15.17
%0
%43.26
%30.2

Codes

Color #97B265 in popluar color models

97 B2 65
RGB 151 178 101
HSL 81° 33.33% 54.71%
HSB/HSV 81° 43.26% 69.80%
CMYK 15.17% 0.00% 43.26%
30.20%

Color #97B265 in popluar number systems.

HEX 97 B2 65
Decimal 151 178 101
Binary 10010111 10110010 1100101
Octal 227 262 145

Shades and tints

Shades of #97B265

#97B265
(151,178,101)
#8AA25C
(138,162,92)
#7D9253
(125,146,83)
#70824A
(112,130,74)
#637241
(99,114,65)
#566238
(86,98,56)
#49522F
(73,82,47)
#3C4226
(60,66,38)
#2F321D
(47,50,29)
#222214
(34,34,20)
#15120B
(21,18,11)
#000000
(0,0,0)

Tints of #97B265

#97B265
(151,178,101)
#A0B973
(160,185,115)
#A9C081
(169,192,129)
#B2C78F
(178,199,143)
#BBCE9D
(187,206,157)
#C4D5AB
(196,213,171)
#CDDCB9
(205,220,185)
#D6E3C7
(214,227,199)
#DFEAD5
(223,234,213)
#E8F1E3
(232,241,227)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97B265; }

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

This text font color is #97B265.

Background Color

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

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

This div background color is #97B265.

Border color

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

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

This div border color is #97B265.

Opacity

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

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

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

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

This text has shadow with #97B265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97B265.

Preview

Color preview on black background

This text has color #97B265 on black background.


Color preview on white background

This text has color #97B265 on white background.


Black color preview on #97B265 background

This text has black color on #97B265 background.


White color preview on #97B265 background

This text has white color on #97B265 background.


Related colors

Complementary color

Complementary color for #hex is #684D9A.


I love getcolorcode.com

Triadic colors

1 #6597B2 and #B26597 with #97B265 are triadic colors.

2 #65B297 and #B29765 with #97B265 are triadic colors.