COLOR #97CDD3

HEX: #97CDD3
RGB: (151,205,211)

Color info

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

RGB color model

#97CDD3 color RGB value is (151,205,211).

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

RGB channels and saturation

R 151 of 255 = 59%
G 205 of 255 = 80%
B 211 of 255 = 83%

151
205
211

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

Portions of RGB colors in percentages

R + G + B =
151 + 205 + 211 = 567 (100%)
R 151 of 567 ~ 26.63%
G 205 of 567 ~ 36.16%
B 211 of 567 ~ 37.21%

%26.63
%36.16
%37.21

CMYK color model

#97CDD3 color CMYK value is (28,3,0,17).

  • cyan value is 28.44%
  • magenta value is 2.84%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(28,3,0,17)
C28M3Y0K17 
(28%,3%,0%,17%)
(0.28/0.03/0.00/0.17)	

CMYK percentages

%28.44
%2.84
%0
%17.25

Codes

Color #97CDD3 in popluar color models

97CDD3
RGB151205211
HSL186°40.54%70.98%
HSB/HSV186°28.44%82.75%
CMYK28.44%2.84%0.00%
17.25%

Color #97CDD3 in popluar number systems.

HEX97CDD3
Decimal151205211
Binary100101111100110111010011
Octal227315323

Shades and tints

Shades of #97CDD3

#97CDD3
(151,205,211)
#8ABBC0
(138,187,192)
#7DA9AD
(125,169,173)
#70979A
(112,151,154)
#638587
(99,133,135)
#567374
(86,115,116)
#496161
(73,97,97)
#3C4F4E
(60,79,78)
#2F3D3B
(47,61,59)
#222B28
(34,43,40)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #97CDD3

#97CDD3
(151,205,211)
#A0D1D7
(160,209,215)
#A9D5DB
(169,213,219)
#B2D9DF
(178,217,223)
#BBDDE3
(187,221,227)
#C4E1E7
(196,225,231)
#CDE5EB
(205,229,235)
#D6E9EF
(214,233,239)
#DFEDF3
(223,237,243)
#E8F1F7
(232,241,247)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CDD3; }

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

This text font color is #97CDD3.


Background Color

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

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

This div background color is #97CDD3.


Border color

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

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

This div border color is #97CDD3.


Opacity

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

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

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

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

This text has shadow with #97CDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CDD3 on black background.


Color preview on white background

This text has color #97CDD3 on white background.



Black color preview on #97CDD3 background

This text has black color on #97CDD3 background.


White color preview on #97CDD3 background

This text has white color on #97CDD3 background.