COLOR #97DFC6

HEX: #97DFC6 RGB: (151,223,198)

Color info

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

RGB color model

#97DFC6 color RGB value is (151,223,198).

RGB: (151,223,198) (59%, 87%, 78%)

RGB channels and saturation

R 151 of 255 = 59%
G 223 of 255 = 87%
B 198 of 255 = 78%

151
223
198

R + G + B ~ 75%. #97DFC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 223 + 198 = 572 (100%)
R 151 of 572 ~ 26.4%
G 223 of 572 ~ 38.99%
B 198 of 572 ~ 34.62'%

%26.4
%38.99
%34.62

CMYK color model

#97DFC6 color CMYK value is (32,0,11,13).

  • cyan value is 32.29%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 12.55%
CMYK: (32,0,11,13) C32M0Y11K13 (32%,0%,11%,13%) (0.32/0.00/0.11/0.13) 

CMYK percentages

%32.29
%0
%11.21
%12.55

Codes

Color #97DFC6 in popluar color models

97 DF C6
RGB 151 223 198
HSL 159° 52.94% 73.33%
HSB/HSV 159° 32.29% 87.45%
CMYK 32.29% 0.00% 11.21%
12.55%

Color #97DFC6 in popluar number systems.

HEX 97 DF C6
Decimal 151 223 198
Binary 10010111 11011111 11000110
Octal 227 337 306

Shades and tints

Shades of #97DFC6

#97DFC6
(151,223,198)
#8ACBB4
(138,203,180)
#7DB7A2
(125,183,162)
#70A390
(112,163,144)
#638F7E
(99,143,126)
#567B6C
(86,123,108)
#49675A
(73,103,90)
#3C5348
(60,83,72)
#2F3F36
(47,63,54)
#222B24
(34,43,36)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #97DFC6

#97DFC6
(151,223,198)
#A0E1CB
(160,225,203)
#A9E3D0
(169,227,208)
#B2E5D5
(178,229,213)
#BBE7DA
(187,231,218)
#C4E9DF
(196,233,223)
#CDEBE4
(205,235,228)
#D6EDE9
(214,237,233)
#DFEFEE
(223,239,238)
#E8F1F3
(232,241,243)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DFC6 color. Also use rgb(151,223,198) instead hex code.

Text Font Color

.myTextColor { color: #97DFC6; }

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

This text font color is #97DFC6.

Background Color

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

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

This div background color is #97DFC6.

Border color

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

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

This div border color is #97DFC6.

Opacity

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

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

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

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

This text has shadow with #97DFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97DFC6.

Preview

Color preview on black background

This text has color #97DFC6 on black background.


Color preview on white background

This text has color #97DFC6 on white background.


Black color preview on #97DFC6 background

This text has black color on #97DFC6 background.


White color preview on #97DFC6 background

This text has white color on #97DFC6 background.


Related colors

Complementary color

Complementary color for #hex is #682039.


I love getcolorcode.com

Triadic colors

1 #C697DF and #DFC697 with #97DFC6 are triadic colors.

2 #C6DF97 and #DF97C6 with #97DFC6 are triadic colors.