COLOR #97EDC6

HEX: #97EDC6 RGB: (151,237,198)

Color info

#97EDC6 contains mainly green and blue colors. Web safe color of #97EDC6 is #99FFCC (or #9FC).

RGB color model

#97EDC6 color RGB value is (151,237,198).

RGB: (151,237,198) (59%, 93%, 78%)

RGB channels and saturation

R 151 of 255 = 59%
G 237 of 255 = 93%
B 198 of 255 = 78%

151
237
198

R + G + B ~ 77%. #97EDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 237 + 198 = 586 (100%)
R 151 of 586 ~ 25.77%
G 237 of 586 ~ 40.44%
B 198 of 586 ~ 33.79'%

%25.77
%40.44
%33.79

CMYK color model

#97EDC6 color CMYK value is (36,0,16,7).

  • cyan value is 36.29%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 7.06%

CMYK: (36,0,16,7)
C36M0Y16K7 (36%, 0%, 16%, 7%)
(0.36 / 0.00 / 0.16 / 0.07)

CMYK percentages

%36.29
%0
%16.46
%7.06

Codes

Color #97EDC6 in popluar color models

97 ED C6
RGB 151 237 198
HSL 153° 70.49% 76.08%
HSB/HSV 153° 36.29% 92.94%
CMYK 36.29% 0.00% 16.46%
7.06%

Color #97EDC6 in popluar number systems.

HEX 97 ED C6
Decimal 151 237 198
Binary 10010111 11101101 11000110
Octal 227 355 306

Shades and tints

Shades of #97EDC6

#97EDC6
(151,237,198)
#8AD8B4
(138,216,180)
#7DC3A2
(125,195,162)
#70AE90
(112,174,144)
#63997E
(99,153,126)
#56846C
(86,132,108)
#496F5A
(73,111,90)
#3C5A48
(60,90,72)
#2F4536
(47,69,54)
#223024
(34,48,36)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #97EDC6

#97EDC6
(151,237,198)
#A0EECB
(160,238,203)
#A9EFD0
(169,239,208)
#B2F0D5
(178,240,213)
#BBF1DA
(187,241,218)
#C4F2DF
(196,242,223)
#CDF3E4
(205,243,228)
#D6F4E9
(214,244,233)
#DFF5EE
(223,245,238)
#E8F6F3
(232,246,243)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97EDC6; }

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

This text font color is #97EDC6.

Background Color

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

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

This div background color is #97EDC6.

Border color

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

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

This div border color is #97EDC6.

Opacity

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

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

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

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

This text has shadow with #97EDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97EDC6.

Preview

Color preview on black background

This text has color #97EDC6 on black background.


Color preview on white background

This text has color #97EDC6 on white background.


Black color preview on #97EDC6 background

This text has black color on #97EDC6 background.


White color preview on #97EDC6 background

This text has white color on #97EDC6 background.


Related colors

Complementary color

Complementary color for #hex is #681239.


I love getcolorcode.com

Triadic colors

1 #C697ED and #EDC697 with #97EDC6 are triadic colors.

2 #C6ED97 and #ED97C6 with #97EDC6 are triadic colors.