COLOR #97C3D1

HEX: #97C3D1
RGB: (151,195,209)

Color info

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

RGB color model

#97C3D1 color RGB value is (151,195,209).

  • red value is 151;
  • green value is 195;
  • blue value is 209.
RGB:
(151,195,209)
(59%,76%,82%)

RGB channels and saturation

R 151 of 255 = 59%
G 195 of 255 = 76%
B 209 of 255 = 82%

151
195
209

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

Portions of RGB colors in percentages

R + G + B =
151 + 195 + 209 = 555 (100%)
R 151 of 555 ~ 27.21%
G 195 of 555 ~ 35.14%
B 209 of 555 ~ 37.66%

%27.21
%35.14
%37.66

CMYK color model

#97C3D1 color CMYK value is (28,7,0,18).

  • cyan value is 27.75%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(28,7,0,18)
C28M7Y0K18 
(28%,7%,0%,18%)
(0.28/0.07/0.00/0.18)	

CMYK percentages

%27.75
%6.7
%0
%18.04

Codes

Color #97C3D1 in popluar color models

97C3D1
RGB151195209
HSL194°38.67%70.59%
HSB/HSV194°27.75%81.96%
CMYK27.75%6.70%0.00%
18.04%

Color #97C3D1 in popluar number systems.

HEX97C3D1
Decimal151195209
Binary100101111100001111010001
Octal227303321

Shades and tints

Shades of #97C3D1

#97C3D1
(151,195,209)
#8AB2BE
(138,178,190)
#7DA1AB
(125,161,171)
#709098
(112,144,152)
#637F85
(99,127,133)
#566E72
(86,110,114)
#495D5F
(73,93,95)
#3C4C4C
(60,76,76)
#2F3B39
(47,59,57)
#222A26
(34,42,38)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #97C3D1

#97C3D1
(151,195,209)
#A0C8D5
(160,200,213)
#A9CDD9
(169,205,217)
#B2D2DD
(178,210,221)
#BBD7E1
(187,215,225)
#C4DCE5
(196,220,229)
#CDE1E9
(205,225,233)
#D6E6ED
(214,230,237)
#DFEBF1
(223,235,241)
#E8F0F5
(232,240,245)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97C3D1 color. Also use rgb(151,195,209) instead hex code.

Text Font Color

.myTextColor { color: #97C3D1; }

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

This text font color is #97C3D1.


Background Color

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

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

This div background color is #97C3D1.


Border color

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

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

This div border color is #97C3D1.


Opacity

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

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

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

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

This text has shadow with #97C3D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97C3D1 on black background.


Color preview on white background

This text has color #97C3D1 on white background.



Black color preview on #97C3D1 background

This text has black color on #97C3D1 background.


White color preview on #97C3D1 background

This text has white color on #97C3D1 background.