COLOR #97DAB6

HEX: #97DAB6 RGB: (151,218,182)

Color info

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

RGB color model

#97DAB6 color RGB value is (151,218,182).

RGB: (151,218,182) (59%, 85%, 71%)

RGB channels and saturation

R 151 of 255 = 59%
G 218 of 255 = 85%
B 182 of 255 = 71%

151
218
182

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

Portions of RGB colors in percentages

R + G + B = 151 + 218 + 182 = 551 (100%)
R 151 of 551 ~ 27.4%
G 218 of 551 ~ 39.56%
B 182 of 551 ~ 33.03'%

%27.4
%39.56
%33.03

CMYK color model

#97DAB6 color CMYK value is (31,0,17,15).

  • cyan value is 30.73%
  • magenta value is 0.00%
  • yellow value is 16.51%
  • key color value is 14.51%

CMYK: (31,0,17,15)
C31M0Y17K15 (31%, 0%, 17%, 15%)
(0.31 / 0.00 / 0.17 / 0.15)

CMYK percentages

%30.73
%0
%16.51
%14.51

Codes

Color #97DAB6 in popluar color models

97 DA B6
RGB 151 218 182
HSL 148° 47.52% 72.35%
HSB/HSV 148° 30.73% 85.49%
CMYK 30.73% 0.00% 16.51%
14.51%

Color #97DAB6 in popluar number systems.

HEX 97 DA B6
Decimal 151 218 182
Binary 10010111 11011010 10110110
Octal 227 332 266

Shades and tints

Shades of #97DAB6

#97DAB6
(151,218,182)
#8AC7A6
(138,199,166)
#7DB496
(125,180,150)
#70A186
(112,161,134)
#638E76
(99,142,118)
#567B66
(86,123,102)
#496856
(73,104,86)
#3C5546
(60,85,70)
#2F4236
(47,66,54)
#222F26
(34,47,38)
#151C16
(21,28,22)
#000000
(0,0,0)

Tints of #97DAB6

#97DAB6
(151,218,182)
#A0DDBC
(160,221,188)
#A9E0C2
(169,224,194)
#B2E3C8
(178,227,200)
#BBE6CE
(187,230,206)
#C4E9D4
(196,233,212)
#CDECDA
(205,236,218)
#D6EFE0
(214,239,224)
#DFF2E6
(223,242,230)
#E8F5EC
(232,245,236)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97DAB6; }

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

This text font color is #97DAB6.

Background Color

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

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

This div background color is #97DAB6.

Border color

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

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

This div border color is #97DAB6.

Opacity

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

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

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

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

This text has shadow with #97DAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97DAB6.

Preview

Color preview on black background

This text has color #97DAB6 on black background.


Color preview on white background

This text has color #97DAB6 on white background.


Black color preview on #97DAB6 background

This text has black color on #97DAB6 background.


White color preview on #97DAB6 background

This text has white color on #97DAB6 background.


Related colors

Complementary color

Complementary color for #hex is #682549.


I love getcolorcode.com

Triadic colors

1 #B697DA and #DAB697 with #97DAB6 are triadic colors.

2 #B6DA97 and #DA97B6 with #97DAB6 are triadic colors.