COLOR #97D4BE

HEX: #97D4BE
RGB: (151,212,190)

Color info

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

RGB color model

#97D4BE color RGB value is (151,212,190).

  • red value is 151;
  • green value is 212;
  • blue value is 190.
RGB:
(151,212,190)
(59%,83%,75%)

RGB channels and saturation

R 151 of 255 = 59%
G 212 of 255 = 83%
B 190 of 255 = 75%

151
212
190

R + G + B ~ 72%. #97D4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 212 + 190 = 553 (100%)
R 151 of 553 ~ 27.31%
G 212 of 553 ~ 38.34%
B 190 of 553 ~ 34.36%

%27.31
%38.34
%34.36

CMYK color model

#97D4BE color CMYK value is (29,0,10,17).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 10.38%
  • key color value is 16.86%
CMYK:
(29,0,10,17)
C29M0Y10K17 
(29%,0%,10%,17%)
(0.29/0.00/0.10/0.17)	

CMYK percentages

%28.77
%0
%10.38
%16.86

Codes

Color #97D4BE in popluar color models

97D4BE
RGB151212190
HSL158°41.50%71.18%
HSB/HSV158°28.77%83.14%
CMYK28.77%0.00%10.38%
16.86%

Color #97D4BE in popluar number systems.

HEX97D4BE
Decimal151212190
Binary100101111101010010111110
Octal227324276

Shades and tints

Shades of #97D4BE

#97D4BE
(151,212,190)
#8AC1AD
(138,193,173)
#7DAE9C
(125,174,156)
#709B8B
(112,155,139)
#63887A
(99,136,122)
#567569
(86,117,105)
#496258
(73,98,88)
#3C4F47
(60,79,71)
#2F3C36
(47,60,54)
#222925
(34,41,37)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #97D4BE

#97D4BE
(151,212,190)
#A0D7C3
(160,215,195)
#A9DAC8
(169,218,200)
#B2DDCD
(178,221,205)
#BBE0D2
(187,224,210)
#C4E3D7
(196,227,215)
#CDE6DC
(205,230,220)
#D6E9E1
(214,233,225)
#DFECE6
(223,236,230)
#E8EFEB
(232,239,235)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97D4BE color. Also use rgb(151,212,190) instead hex code.

Text Font Color

.myTextColor { color: #97D4BE; }

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

This text font color is #97D4BE.


Background Color

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

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

This div background color is #97D4BE.


Border color

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

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

This div border color is #97D4BE.


Opacity

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

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

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

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

This text has shadow with #97D4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97D4BE on black background.


Color preview on white background

This text has color #97D4BE on white background.



Black color preview on #97D4BE background

This text has black color on #97D4BE background.


White color preview on #97D4BE background

This text has white color on #97D4BE background.