COLOR #97CDD7

HEX: #97CDD7
RGB: (151,205,215)

Color info

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

RGB color model

#97CDD7 color RGB value is (151,205,215).

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

RGB channels and saturation

R 151 of 255 = 59%
G 205 of 255 = 80%
B 215 of 255 = 84%

151
205
215

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

Portions of RGB colors in percentages

R + G + B =
151 + 205 + 215 = 571 (100%)
R 151 of 571 ~ 26.44%
G 205 of 571 ~ 35.9%
B 215 of 571 ~ 37.65%

%26.44
%35.9
%37.65

CMYK color model

#97CDD7 color CMYK value is (30,5,0,16).

  • cyan value is 29.77%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(30,5,0,16)
C30M5Y0K16 
(30%,5%,0%,16%)
(0.30/0.05/0.00/0.16)	

CMYK percentages

%29.77
%4.65
%0
%15.69

Codes

Color #97CDD7 in popluar color models

97CDD7
RGB151205215
HSL189°44.44%71.76%
HSB/HSV189°29.77%84.31%
CMYK29.77%4.65%0.00%
15.69%

Color #97CDD7 in popluar number systems.

HEX97CDD7
Decimal151205215
Binary100101111100110111010111
Octal227315327

Shades and tints

Shades of #97CDD7

#97CDD7
(151,205,215)
#8ABBC4
(138,187,196)
#7DA9B1
(125,169,177)
#70979E
(112,151,158)
#63858B
(99,133,139)
#567378
(86,115,120)
#496165
(73,97,101)
#3C4F52
(60,79,82)
#2F3D3F
(47,61,63)
#222B2C
(34,43,44)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #97CDD7

#97CDD7
(151,205,215)
#A0D1DA
(160,209,218)
#A9D5DD
(169,213,221)
#B2D9E0
(178,217,224)
#BBDDE3
(187,221,227)
#C4E1E6
(196,225,230)
#CDE5E9
(205,229,233)
#D6E9EC
(214,233,236)
#DFEDEF
(223,237,239)
#E8F1F2
(232,241,242)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CDD7; }

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

This text font color is #97CDD7.


Background Color

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

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

This div background color is #97CDD7.


Border color

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

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

This div border color is #97CDD7.


Opacity

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

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

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

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

This text has shadow with #97CDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CDD7 on black background.


Color preview on white background

This text has color #97CDD7 on white background.



Black color preview on #97CDD7 background

This text has black color on #97CDD7 background.


White color preview on #97CDD7 background

This text has white color on #97CDD7 background.