COLOR #97D8C0

HEX: #97D8C0
RGB: (151,216,192)

Color info

#97D8C0 contains mainly green and blue colors. Web safe color of #97D8C0 is #99CCCC (or #9CC).

RGB color model

#97D8C0 color RGB value is (151,216,192).

  • red value is 151;
  • green value is 216;
  • blue value is 192.
RGB:
(151,216,192)
(59%,85%,75%)

RGB channels and saturation

R 151 of 255 = 59%
G 216 of 255 = 85%
B 192 of 255 = 75%

151
216
192

R + G + B ~ 73%. #97D8C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 216 + 192 = 559 (100%)
R 151 of 559 ~ 27.01%
G 216 of 559 ~ 38.64%
B 192 of 559 ~ 34.35%

%27.01
%38.64
%34.35

CMYK color model

#97D8C0 color CMYK value is (30,0,11,15).

  • cyan value is 30.09%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 15.29%
CMYK:
(30,0,11,15)
C30M0Y11K15 
(30%,0%,11%,15%)
(0.30/0.00/0.11/0.15)	

CMYK percentages

%30.09
%0
%11.11
%15.29

Codes

Color #97D8C0 in popluar color models

97D8C0
RGB151216192
HSL158°45.45%71.96%
HSB/HSV158°30.09%84.71%
CMYK30.09%0.00%11.11%
15.29%

Color #97D8C0 in popluar number systems.

HEX97D8C0
Decimal151216192
Binary100101111101100011000000
Octal227330300

Shades and tints

Shades of #97D8C0

#97D8C0
(151,216,192)
#8AC5AF
(138,197,175)
#7DB29E
(125,178,158)
#709F8D
(112,159,141)
#638C7C
(99,140,124)
#56796B
(86,121,107)
#49665A
(73,102,90)
#3C5349
(60,83,73)
#2F4038
(47,64,56)
#222D27
(34,45,39)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #97D8C0

#97D8C0
(151,216,192)
#A0DBC5
(160,219,197)
#A9DECA
(169,222,202)
#B2E1CF
(178,225,207)
#BBE4D4
(187,228,212)
#C4E7D9
(196,231,217)
#CDEADE
(205,234,222)
#D6EDE3
(214,237,227)
#DFF0E8
(223,240,232)
#E8F3ED
(232,243,237)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D8C0 color. Also use rgb(151,216,192) instead hex code.

Text Font Color

.myTextColor { color: #97D8C0; }

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

This text font color is #97D8C0.


Background Color

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

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

This div background color is #97D8C0.


Border color

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

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

This div border color is #97D8C0.


Opacity

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

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

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

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

This text has shadow with #97D8C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D8C0 on black background.


Color preview on white background

This text has color #97D8C0 on white background.



Black color preview on #97D8C0 background

This text has black color on #97D8C0 background.


White color preview on #97D8C0 background

This text has white color on #97D8C0 background.