COLOR #97CCD5

HEX: #97CCD5
RGB: (151,204,213)

Color info

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

RGB color model

#97CCD5 color RGB value is (151,204,213).

  • red value is 151;
  • green value is 204;
  • blue value is 213.
RGB:
(151,204,213)
(59%,80%,84%)

RGB channels and saturation

R 151 of 255 = 59%
G 204 of 255 = 80%
B 213 of 255 = 84%

151
204
213

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

Portions of RGB colors in percentages

R + G + B =
151 + 204 + 213 = 568 (100%)
R 151 of 568 ~ 26.58%
G 204 of 568 ~ 35.92%
B 213 of 568 ~ 37.5%

%26.58
%35.92
%37.5

CMYK color model

#97CCD5 color CMYK value is (29,4,0,16).

  • cyan value is 29.11%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(29,4,0,16)
C29M4Y0K16 
(29%,4%,0%,16%)
(0.29/0.04/0.00/0.16)	

CMYK percentages

%29.11
%4.23
%0
%16.47

Codes

Color #97CCD5 in popluar color models

97CCD5
RGB151204213
HSL189°42.47%71.37%
HSB/HSV189°29.11%83.53%
CMYK29.11%4.23%0.00%
16.47%

Color #97CCD5 in popluar number systems.

HEX97CCD5
Decimal151204213
Binary100101111100110011010101
Octal227314325

Shades and tints

Shades of #97CCD5

#97CCD5
(151,204,213)
#8ABAC2
(138,186,194)
#7DA8AF
(125,168,175)
#70969C
(112,150,156)
#638489
(99,132,137)
#567276
(86,114,118)
#496063
(73,96,99)
#3C4E50
(60,78,80)
#2F3C3D
(47,60,61)
#222A2A
(34,42,42)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #97CCD5

#97CCD5
(151,204,213)
#A0D0D8
(160,208,216)
#A9D4DB
(169,212,219)
#B2D8DE
(178,216,222)
#BBDCE1
(187,220,225)
#C4E0E4
(196,224,228)
#CDE4E7
(205,228,231)
#D6E8EA
(214,232,234)
#DFECED
(223,236,237)
#E8F0F0
(232,240,240)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CCD5 color. Also use rgb(151,204,213) instead hex code.

Text Font Color

.myTextColor { color: #97CCD5; }

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

This text font color is #97CCD5.


Background Color

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

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

This div background color is #97CCD5.


Border color

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

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

This div border color is #97CCD5.


Opacity

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

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

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

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

This text has shadow with #97CCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CCD5 on black background.


Color preview on white background

This text has color #97CCD5 on white background.



Black color preview on #97CCD5 background

This text has black color on #97CCD5 background.


White color preview on #97CCD5 background

This text has white color on #97CCD5 background.