COLOR #97CEE5

HEX: #97CEE5
RGB: (151,206,229)

Color info

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

RGB color model

#97CEE5 color RGB value is (151,206,229).

  • red value is 151;
  • green value is 206;
  • blue value is 229.
RGB:
(151,206,229)
(59%,81%,90%)

RGB channels and saturation

R 151 of 255 = 59%
G 206 of 255 = 81%
B 229 of 255 = 90%

151
206
229

R + G + B ~ 77%. #97CEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 206 + 229 = 586 (100%)
R 151 of 586 ~ 25.77%
G 206 of 586 ~ 35.15%
B 229 of 586 ~ 39.08%

%25.77
%35.15
%39.08

CMYK color model

#97CEE5 color CMYK value is (34,10,0,10).

  • cyan value is 34.06%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(34,10,0,10)
C34M10Y0K10 
(34%,10%,0%,10%)
(0.34/0.10/0.00/0.10)	

CMYK percentages

%34.06
%10.04
%0
%10.2

Codes

Color #97CEE5 in popluar color models

97CEE5
RGB151206229
HSL198°60.00%74.51%
HSB/HSV198°34.06%89.80%
CMYK34.06%10.04%0.00%
10.20%

Color #97CEE5 in popluar number systems.

HEX97CEE5
Decimal151206229
Binary100101111100111011100101
Octal227316345

Shades and tints

Shades of #97CEE5

#97CEE5
(151,206,229)
#8ABCD1
(138,188,209)
#7DAABD
(125,170,189)
#7098A9
(112,152,169)
#638695
(99,134,149)
#567481
(86,116,129)
#49626D
(73,98,109)
#3C5059
(60,80,89)
#2F3E45
(47,62,69)
#222C31
(34,44,49)
#151A1D
(21,26,29)
#000000
(0,0,0)

Tints of #97CEE5

#97CEE5
(151,206,229)
#A0D2E7
(160,210,231)
#A9D6E9
(169,214,233)
#B2DAEB
(178,218,235)
#BBDEED
(187,222,237)
#C4E2EF
(196,226,239)
#CDE6F1
(205,230,241)
#D6EAF3
(214,234,243)
#DFEEF5
(223,238,245)
#E8F2F7
(232,242,247)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97CEE5 color. Also use rgb(151,206,229) instead hex code.

Text Font Color

.myTextColor { color: #97CEE5; }

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

This text font color is #97CEE5.


Background Color

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

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

This div background color is #97CEE5.


Border color

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

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

This div border color is #97CEE5.


Opacity

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

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

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

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

This text has shadow with #97CEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CEE5 on black background.


Color preview on white background

This text has color #97CEE5 on white background.



Black color preview on #97CEE5 background

This text has black color on #97CEE5 background.


White color preview on #97CEE5 background

This text has white color on #97CEE5 background.