COLOR #97CDC6

HEX: #97CDC6
RGB: (151,205,198)

Color info

#97CDC6 contains red, green and blue colors in about the same proportion. Web safe color of #97CDC6 is #99CCCC (or #9CC).

RGB color model

#97CDC6 color RGB value is (151,205,198).

  • red value is 151;
  • green value is 205;
  • blue value is 198.
RGB:
(151,205,198)
(59%,80%,78%)

RGB channels and saturation

R 151 of 255 = 59%
G 205 of 255 = 80%
B 198 of 255 = 78%

151
205
198

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

Portions of RGB colors in percentages

R + G + B =
151 + 205 + 198 = 554 (100%)
R 151 of 554 ~ 27.26%
G 205 of 554 ~ 37%
B 198 of 554 ~ 35.74%

%27.26
%37
%35.74

CMYK color model

#97CDC6 color CMYK value is (26,0,3,20).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 3.41%
  • key color value is 19.61%
CMYK:
(26,0,3,20)
C26M0Y3K20 
(26%,0%,3%,20%)
(0.26/0.00/0.03/0.20)	

CMYK percentages

%26.34
%0
%3.41
%19.61

Codes

Color #97CDC6 in popluar color models

97CDC6
RGB151205198
HSL172°35.06%69.80%
HSB/HSV172°26.34%80.39%
CMYK26.34%0.00%3.41%
19.61%

Color #97CDC6 in popluar number systems.

HEX97CDC6
Decimal151205198
Binary100101111100110111000110
Octal227315306

Shades and tints

Shades of #97CDC6

#97CDC6
(151,205,198)
#8ABBB4
(138,187,180)
#7DA9A2
(125,169,162)
#709790
(112,151,144)
#63857E
(99,133,126)
#56736C
(86,115,108)
#49615A
(73,97,90)
#3C4F48
(60,79,72)
#2F3D36
(47,61,54)
#222B24
(34,43,36)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #97CDC6

#97CDC6
(151,205,198)
#A0D1CB
(160,209,203)
#A9D5D0
(169,213,208)
#B2D9D5
(178,217,213)
#BBDDDA
(187,221,218)
#C4E1DF
(196,225,223)
#CDE5E4
(205,229,228)
#D6E9E9
(214,233,233)
#DFEDEE
(223,237,238)
#E8F1F3
(232,241,243)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CDC6; }

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

This text font color is #97CDC6.


Background Color

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

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

This div background color is #97CDC6.


Border color

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

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

This div border color is #97CDC6.


Opacity

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

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

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

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

This text has shadow with #97CDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CDC6 on black background.


Color preview on white background

This text has color #97CDC6 on white background.



Black color preview on #97CDC6 background

This text has black color on #97CDC6 background.


White color preview on #97CDC6 background

This text has white color on #97CDC6 background.