COLOR #97BB98

HEX: #97BB98 RGB: (151,187,152)

Color info

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

RGB color model

#97BB98 color RGB value is (151,187,152).

RGB: (151,187,152) (59%, 73%, 60%)

RGB channels and saturation

R 151 of 255 = 59%
G 187 of 255 = 73%
B 152 of 255 = 60%

151
187
152

R + G + B ~ 64%. #97BB98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 187 + 152 = 490 (100%)
R 151 of 490 ~ 30.82%
G 187 of 490 ~ 38.16%
B 152 of 490 ~ 31.02'%

%30.82
%38.16
%31.02

CMYK color model

#97BB98 color CMYK value is (19,0,19,27).

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK: (19,0,19,27) C19M0Y19K27 (19%,0%,19%,27%) (0.19/0.00/0.19/0.27) 

CMYK percentages

%19.25
%0
%18.72
%26.67

Codes

Color #97BB98 in popluar color models

97 BB 98
RGB 151 187 152
HSL 122° 20.93% 66.27%
HSB/HSV 122° 19.25% 73.33%
CMYK 19.25% 0.00% 18.72%
26.67%

Color #97BB98 in popluar number systems.

HEX 97 BB 98
Decimal 151 187 152
Binary 10010111 10111011 10011000
Octal 227 273 230

Shades and tints

Shades of #97BB98

#97BB98
(151,187,152)
#8AAA8B
(138,170,139)
#7D997E
(125,153,126)
#708871
(112,136,113)
#637764
(99,119,100)
#566657
(86,102,87)
#49554A
(73,85,74)
#3C443D
(60,68,61)
#2F3330
(47,51,48)
#222223
(34,34,35)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #97BB98

#97BB98
(151,187,152)
#A0C1A1
(160,193,161)
#A9C7AA
(169,199,170)
#B2CDB3
(178,205,179)
#BBD3BC
(187,211,188)
#C4D9C5
(196,217,197)
#CDDFCE
(205,223,206)
#D6E5D7
(214,229,215)
#DFEBE0
(223,235,224)
#E8F1E9
(232,241,233)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BB98 color. Also use rgb(151,187,152) instead hex code.

Text Font Color

.myTextColor { color: #97BB98; }

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

This text font color is #97BB98.

Background Color

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

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

This div background color is #97BB98.

Border color

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

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

This div border color is #97BB98.

Opacity

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

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

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

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

This text has shadow with #97BB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BB98.

Preview

Color preview on black background

This text has color #97BB98 on black background.


Color preview on white background

This text has color #97BB98 on white background.


Black color preview on #97BB98 background

This text has black color on #97BB98 background.


White color preview on #97BB98 background

This text has white color on #97BB98 background.


Related colors

Complementary color

Complementary color for #hex is #684467.


I love getcolorcode.com

Triadic colors

1 #9897BB and #BB9897 with #97BB98 are triadic colors.

2 #98BB97 and #BB9798 with #97BB98 are triadic colors.