COLOR #97B8AE

HEX: #97B8AE
RGB: (151,184,174)

Color info

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

RGB color model

#97B8AE color RGB value is (151,184,174).

  • red value is 151;
  • green value is 184;
  • blue value is 174.
RGB:
(151,184,174)
(59%,72%,68%)

RGB channels and saturation

R 151 of 255 = 59%
G 184 of 255 = 72%
B 174 of 255 = 68%

151
184
174

R + G + B ~ 66%. #97B8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 184 + 174 = 509 (100%)
R 151 of 509 ~ 29.67%
G 184 of 509 ~ 36.15%
B 174 of 509 ~ 34.18%

%29.67
%36.15
%34.18

CMYK color model

#97B8AE color CMYK value is (18,0,5,28).

  • cyan value is 17.93%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 27.84%
CMYK:
(18,0,5,28)
C18M0Y5K28 
(18%,0%,5%,28%)
(0.18/0.00/0.05/0.28)	

CMYK percentages

%17.93
%0
%5.43
%27.84

Codes

Color #97B8AE in popluar color models

97B8AE
RGB151184174
HSL162°18.86%65.69%
HSB/HSV162°17.93%72.16%
CMYK17.93%0.00%5.43%
27.84%

Color #97B8AE in popluar number systems.

HEX97B8AE
Decimal151184174
Binary100101111011100010101110
Octal227270256

Shades and tints

Shades of #97B8AE

#97B8AE
(151,184,174)
#8AA89F
(138,168,159)
#7D9890
(125,152,144)
#708881
(112,136,129)
#637872
(99,120,114)
#566863
(86,104,99)
#495854
(73,88,84)
#3C4845
(60,72,69)
#2F3836
(47,56,54)
#222827
(34,40,39)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #97B8AE

#97B8AE
(151,184,174)
#A0BEB5
(160,190,181)
#A9C4BC
(169,196,188)
#B2CAC3
(178,202,195)
#BBD0CA
(187,208,202)
#C4D6D1
(196,214,209)
#CDDCD8
(205,220,216)
#D6E2DF
(214,226,223)
#DFE8E6
(223,232,230)
#E8EEED
(232,238,237)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97B8AE color. Also use rgb(151,184,174) instead hex code.

Text Font Color

.myTextColor { color: #97B8AE; }

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

This text font color is #97B8AE.


Background Color

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

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

This div background color is #97B8AE.


Border color

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

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

This div border color is #97B8AE.


Opacity

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

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

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

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

This text has shadow with #97B8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97B8AE on black background.


Color preview on white background

This text has color #97B8AE on white background.



Black color preview on #97B8AE background

This text has black color on #97B8AE background.


White color preview on #97B8AE background

This text has white color on #97B8AE background.