COLOR #97BFA9

HEX: #97BFA9
RGB: (151,191,169)

Color info

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

RGB color model

#97BFA9 color RGB value is (151,191,169).

  • red value is 151;
  • green value is 191;
  • blue value is 169.
RGB:
(151,191,169)
(59%,75%,66%)

RGB channels and saturation

R 151 of 255 = 59%
G 191 of 255 = 75%
B 169 of 255 = 66%

151
191
169

R + G + B ~ 67%. #97BFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 191 + 169 = 511 (100%)
R 151 of 511 ~ 29.55%
G 191 of 511 ~ 37.38%
B 169 of 511 ~ 33.07%

%29.55
%37.38
%33.07

CMYK color model

#97BFA9 color CMYK value is (21,0,12,25).

  • cyan value is 20.94%
  • magenta value is 0.00%
  • yellow value is 11.52%
  • key color value is 25.10%
CMYK:
(21,0,12,25)
C21M0Y12K25 
(21%,0%,12%,25%)
(0.21/0.00/0.12/0.25)	

CMYK percentages

%20.94
%0
%11.52
%25.1

Codes

Color #97BFA9 in popluar color models

97BFA9
RGB151191169
HSL147°23.81%67.06%
HSB/HSV147°20.94%74.90%
CMYK20.94%0.00%11.52%
25.10%

Color #97BFA9 in popluar number systems.

HEX97BFA9
Decimal151191169
Binary100101111011111110101001
Octal227277251

Shades and tints

Shades of #97BFA9

#97BFA9
(151,191,169)
#8AAE9A
(138,174,154)
#7D9D8B
(125,157,139)
#708C7C
(112,140,124)
#637B6D
(99,123,109)
#566A5E
(86,106,94)
#49594F
(73,89,79)
#3C4840
(60,72,64)
#2F3731
(47,55,49)
#222622
(34,38,34)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #97BFA9

#97BFA9
(151,191,169)
#A0C4B0
(160,196,176)
#A9C9B7
(169,201,183)
#B2CEBE
(178,206,190)
#BBD3C5
(187,211,197)
#C4D8CC
(196,216,204)
#CDDDD3
(205,221,211)
#D6E2DA
(214,226,218)
#DFE7E1
(223,231,225)
#E8ECE8
(232,236,232)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BFA9 color. Also use rgb(151,191,169) instead hex code.

Text Font Color

.myTextColor { color: #97BFA9; }

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

This text font color is #97BFA9.


Background Color

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

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

This div background color is #97BFA9.


Border color

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

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

This div border color is #97BFA9.


Opacity

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

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

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

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

This text has shadow with #97BFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BFA9 on black background.


Color preview on white background

This text has color #97BFA9 on white background.



Black color preview on #97BFA9 background

This text has black color on #97BFA9 background.


White color preview on #97BFA9 background

This text has white color on #97BFA9 background.