COLOR #97BBA1

HEX: #97BBA1
RGB: (151,187,161)

Color info

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

RGB color model

#97BBA1 color RGB value is (151,187,161).

  • red value is 151;
  • green value is 187;
  • blue value is 161.
RGB:
(151,187,161)
(59%,73%,63%)

RGB channels and saturation

R 151 of 255 = 59%
G 187 of 255 = 73%
B 161 of 255 = 63%

151
187
161

R + G + B ~ 65%. #97BBA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 187 + 161 = 499 (100%)
R 151 of 499 ~ 30.26%
G 187 of 499 ~ 37.47%
B 161 of 499 ~ 32.26%

%30.26
%37.47
%32.26

CMYK color model

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

  • cyan value is 19.25%
  • magenta value is 0.00%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(19,0,14,27)
C19M0Y14K27 
(19%,0%,14%,27%)
(0.19/0.00/0.14/0.27)	

CMYK percentages

%19.25
%0
%13.9
%26.67

Codes

Color #97BBA1 in popluar color models

97BBA1
RGB151187161
HSL137°20.93%66.27%
HSB/HSV137°19.25%73.33%
CMYK19.25%0.00%13.90%
26.67%

Color #97BBA1 in popluar number systems.

HEX97BBA1
Decimal151187161
Binary100101111011101110100001
Octal227273241

Shades and tints

Shades of #97BBA1

#97BBA1
(151,187,161)
#8AAA93
(138,170,147)
#7D9985
(125,153,133)
#708877
(112,136,119)
#637769
(99,119,105)
#56665B
(86,102,91)
#49554D
(73,85,77)
#3C443F
(60,68,63)
#2F3331
(47,51,49)
#222223
(34,34,35)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #97BBA1

#97BBA1
(151,187,161)
#A0C1A9
(160,193,169)
#A9C7B1
(169,199,177)
#B2CDB9
(178,205,185)
#BBD3C1
(187,211,193)
#C4D9C9
(196,217,201)
#CDDFD1
(205,223,209)
#D6E5D9
(214,229,217)
#DFEBE1
(223,235,225)
#E8F1E9
(232,241,233)
#F1F7F1
(241,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BBA1; }

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

This text font color is #97BBA1.


Background Color

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

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

This div background color is #97BBA1.


Border color

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

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

This div border color is #97BBA1.


Opacity

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

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

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

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

This text has shadow with #97BBA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BBA1 on black background.


Color preview on white background

This text has color #97BBA1 on white background.



Black color preview on #97BBA1 background

This text has black color on #97BBA1 background.


White color preview on #97BBA1 background

This text has white color on #97BBA1 background.