COLOR #97DDBA

HEX: #97DDBA
RGB: (151,221,186)

Color info

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

RGB color model

#97DDBA color RGB value is (151,221,186).

  • red value is 151;
  • green value is 221;
  • blue value is 186.
RGB:
(151,221,186)
(59%,87%,73%)

RGB channels and saturation

R 151 of 255 = 59%
G 221 of 255 = 87%
B 186 of 255 = 73%

151
221
186

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

Portions of RGB colors in percentages

R + G + B =
151 + 221 + 186 = 558 (100%)
R 151 of 558 ~ 27.06%
G 221 of 558 ~ 39.61%
B 186 of 558 ~ 33.33%

%27.06
%39.61
%33.33

CMYK color model

#97DDBA color CMYK value is (32,0,16,13).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 13.33%
CMYK:
(32,0,16,13)
C32M0Y16K13 
(32%,0%,16%,13%)
(0.32/0.00/0.16/0.13)	

CMYK percentages

%31.67
%0
%15.84
%13.33

Codes

Color #97DDBA in popluar color models

97DDBA
RGB151221186
HSL150°50.72%72.94%
HSB/HSV150°31.67%86.67%
CMYK31.67%0.00%15.84%
13.33%

Color #97DDBA in popluar number systems.

HEX97DDBA
Decimal151221186
Binary100101111101110110111010
Octal227335272

Shades and tints

Shades of #97DDBA

#97DDBA
(151,221,186)
#8AC9AA
(138,201,170)
#7DB59A
(125,181,154)
#70A18A
(112,161,138)
#638D7A
(99,141,122)
#56796A
(86,121,106)
#49655A
(73,101,90)
#3C514A
(60,81,74)
#2F3D3A
(47,61,58)
#22292A
(34,41,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #97DDBA

#97DDBA
(151,221,186)
#A0E0C0
(160,224,192)
#A9E3C6
(169,227,198)
#B2E6CC
(178,230,204)
#BBE9D2
(187,233,210)
#C4ECD8
(196,236,216)
#CDEFDE
(205,239,222)
#D6F2E4
(214,242,228)
#DFF5EA
(223,245,234)
#E8F8F0
(232,248,240)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DDBA color. Also use rgb(151,221,186) instead hex code.

Text Font Color

.myTextColor { color: #97DDBA; }

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

This text font color is #97DDBA.


Background Color

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

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

This div background color is #97DDBA.


Border color

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

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

This div border color is #97DDBA.


Opacity

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

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

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

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

This text has shadow with #97DDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97DDBA on black background.


Color preview on white background

This text has color #97DDBA on white background.



Black color preview on #97DDBA background

This text has black color on #97DDBA background.


White color preview on #97DDBA background

This text has white color on #97DDBA background.