COLOR #97DEC0

HEX: #97DEC0 RGB: (151,222,192)

Color info

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

RGB color model

#97DEC0 color RGB value is (151,222,192).

RGB: (151,222,192) (59%, 87%, 75%)

RGB channels and saturation

R 151 of 255 = 59%
G 222 of 255 = 87%
B 192 of 255 = 75%

151
222
192

R + G + B ~ 74%. #97DEC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 222 + 192 = 565 (100%)
R 151 of 565 ~ 26.73%
G 222 of 565 ~ 39.29%
B 192 of 565 ~ 33.98'%

%26.73
%39.29
%33.98

CMYK color model

#97DEC0 color CMYK value is (32,0,14,13).

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 13.51%
  • key color value is 12.94%

CMYK: (32,0,14,13)
C32M0Y14K13 (32%, 0%, 14%, 13%)
(0.32 / 0.00 / 0.14 / 0.13)

CMYK percentages

%31.98
%0
%13.51
%12.94

Codes

Color #97DEC0 in popluar color models

97 DE C0
RGB 151 222 192
HSL 155° 51.82% 73.14%
HSB/HSV 155° 31.98% 87.06%
CMYK 31.98% 0.00% 13.51%
12.94%

Color #97DEC0 in popluar number systems.

HEX 97 DE C0
Decimal 151 222 192
Binary 10010111 11011110 11000000
Octal 227 336 300

Shades and tints

Shades of #97DEC0

#97DEC0
(151,222,192)
#8ACAAF
(138,202,175)
#7DB69E
(125,182,158)
#70A28D
(112,162,141)
#638E7C
(99,142,124)
#567A6B
(86,122,107)
#49665A
(73,102,90)
#3C5249
(60,82,73)
#2F3E38
(47,62,56)
#222A27
(34,42,39)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #97DEC0

#97DEC0
(151,222,192)
#A0E1C5
(160,225,197)
#A9E4CA
(169,228,202)
#B2E7CF
(178,231,207)
#BBEAD4
(187,234,212)
#C4EDD9
(196,237,217)
#CDF0DE
(205,240,222)
#D6F3E3
(214,243,227)
#DFF6E8
(223,246,232)
#E8F9ED
(232,249,237)
#F1FCF2
(241,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97DEC0 color. Also use rgb(151,222,192) instead hex code.

Text Font Color

.myTextColor { color: #97DEC0; }

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

This text font color is #97DEC0.

Background Color

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

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

This div background color is #97DEC0.

Border color

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

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

This div border color is #97DEC0.

Opacity

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

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

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

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

This text has shadow with #97DEC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97DEC0.

Preview

Color preview on black background

This text has color #97DEC0 on black background.


Color preview on white background

This text has color #97DEC0 on white background.


Black color preview on #97DEC0 background

This text has black color on #97DEC0 background.


White color preview on #97DEC0 background

This text has white color on #97DEC0 background.


Related colors

Complementary color

Complementary color for #hex is #68213F.


I love getcolorcode.com

Triadic colors

1 #C097DE and #DEC097 with #97DEC0 are triadic colors.

2 #C0DE97 and #DE97C0 with #97DEC0 are triadic colors.