COLOR #97D3C8

HEX: #97D3C8
RGB: (151,211,200)

Color info

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

RGB color model

#97D3C8 color RGB value is (151,211,200).

  • red value is 151;
  • green value is 211;
  • blue value is 200.
RGB:
(151,211,200)
(59%,83%,78%)

RGB channels and saturation

R 151 of 255 = 59%
G 211 of 255 = 83%
B 200 of 255 = 78%

151
211
200

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

Portions of RGB colors in percentages

R + G + B =
151 + 211 + 200 = 562 (100%)
R 151 of 562 ~ 26.87%
G 211 of 562 ~ 37.54%
B 200 of 562 ~ 35.59%

%26.87
%37.54
%35.59

CMYK color model

#97D3C8 color CMYK value is (28,0,5,17).

  • cyan value is 28.44%
  • magenta value is 0.00%
  • yellow value is 5.21%
  • key color value is 17.25%
CMYK:
(28,0,5,17)
C28M0Y5K17 
(28%,0%,5%,17%)
(0.28/0.00/0.05/0.17)	

CMYK percentages

%28.44
%0
%5.21
%17.25

Codes

Color #97D3C8 in popluar color models

97D3C8
RGB151211200
HSL169°40.54%70.98%
HSB/HSV169°28.44%82.75%
CMYK28.44%0.00%5.21%
17.25%

Color #97D3C8 in popluar number systems.

HEX97D3C8
Decimal151211200
Binary100101111101001111001000
Octal227323310

Shades and tints

Shades of #97D3C8

#97D3C8
(151,211,200)
#8AC0B6
(138,192,182)
#7DADA4
(125,173,164)
#709A92
(112,154,146)
#638780
(99,135,128)
#56746E
(86,116,110)
#49615C
(73,97,92)
#3C4E4A
(60,78,74)
#2F3B38
(47,59,56)
#222826
(34,40,38)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #97D3C8

#97D3C8
(151,211,200)
#A0D7CD
(160,215,205)
#A9DBD2
(169,219,210)
#B2DFD7
(178,223,215)
#BBE3DC
(187,227,220)
#C4E7E1
(196,231,225)
#CDEBE6
(205,235,230)
#D6EFEB
(214,239,235)
#DFF3F0
(223,243,240)
#E8F7F5
(232,247,245)
#F1FBFA
(241,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D3C8 color. Also use rgb(151,211,200) instead hex code.

Text Font Color

.myTextColor { color: #97D3C8; }

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

This text font color is #97D3C8.


Background Color

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

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

This div background color is #97D3C8.


Border color

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

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

This div border color is #97D3C8.


Opacity

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

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

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

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

This text has shadow with #97D3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D3C8 on black background.


Color preview on white background

This text has color #97D3C8 on white background.



Black color preview on #97D3C8 background

This text has black color on #97D3C8 background.


White color preview on #97D3C8 background

This text has white color on #97D3C8 background.