COLOR #97CAB6

HEX: #97CAB6
RGB: (151,202,182)

Color info

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

RGB color model

#97CAB6 color RGB value is (151,202,182).

  • red value is 151;
  • green value is 202;
  • blue value is 182.
RGB:
(151,202,182)
(59%,79%,71%)

RGB channels and saturation

R 151 of 255 = 59%
G 202 of 255 = 79%
B 182 of 255 = 71%

151
202
182

R + G + B ~ 70%. #97CAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 202 + 182 = 535 (100%)
R 151 of 535 ~ 28.22%
G 202 of 535 ~ 37.76%
B 182 of 535 ~ 34.02%

%28.22
%37.76
%34.02

CMYK color model

#97CAB6 color CMYK value is (25,0,10,21).

  • cyan value is 25.25%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 20.78%
CMYK:
(25,0,10,21)
C25M0Y10K21 
(25%,0%,10%,21%)
(0.25/0.00/0.10/0.21)	

CMYK percentages

%25.25
%0
%9.9
%20.78

Codes

Color #97CAB6 in popluar color models

97CAB6
RGB151202182
HSL156°32.48%69.22%
HSB/HSV156°25.25%79.22%
CMYK25.25%0.00%9.90%
20.78%

Color #97CAB6 in popluar number systems.

HEX97CAB6
Decimal151202182
Binary100101111100101010110110
Octal227312266

Shades and tints

Shades of #97CAB6

#97CAB6
(151,202,182)
#8AB8A6
(138,184,166)
#7DA696
(125,166,150)
#709486
(112,148,134)
#638276
(99,130,118)
#567066
(86,112,102)
#495E56
(73,94,86)
#3C4C46
(60,76,70)
#2F3A36
(47,58,54)
#222826
(34,40,38)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #97CAB6

#97CAB6
(151,202,182)
#A0CEBC
(160,206,188)
#A9D2C2
(169,210,194)
#B2D6C8
(178,214,200)
#BBDACE
(187,218,206)
#C4DED4
(196,222,212)
#CDE2DA
(205,226,218)
#D6E6E0
(214,230,224)
#DFEAE6
(223,234,230)
#E8EEEC
(232,238,236)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CAB6 color. Also use rgb(151,202,182) instead hex code.

Text Font Color

.myTextColor { color: #97CAB6; }

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

This text font color is #97CAB6.


Background Color

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

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

This div background color is #97CAB6.


Border color

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

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

This div border color is #97CAB6.


Opacity

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

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

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

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

This text has shadow with #97CAB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CAB6 on black background.


Color preview on white background

This text has color #97CAB6 on white background.



Black color preview on #97CAB6 background

This text has black color on #97CAB6 background.


White color preview on #97CAB6 background

This text has white color on #97CAB6 background.