COLOR #97CBE5

HEX: #97CBE5
RGB: (151,203,229)

Color info

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

RGB color model

#97CBE5 color RGB value is (151,203,229).

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

RGB channels and saturation

R 151 of 255 = 59%
G 203 of 255 = 80%
B 229 of 255 = 90%

151
203
229

R + G + B ~ 76%. #97CBE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 203 + 229 = 583 (100%)
R 151 of 583 ~ 25.9%
G 203 of 583 ~ 34.82%
B 229 of 583 ~ 39.28%

%25.9
%34.82
%39.28

CMYK color model

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

  • cyan value is 34.06%
  • magenta value is 11.35%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(34,11,0,10)
C34M11Y0K10 
(34%,11%,0%,10%)
(0.34/0.11/0.00/0.10)	

CMYK percentages

%34.06
%11.35
%0
%10.2

Codes

Color #97CBE5 in popluar color models

97CBE5
RGB151203229
HSL200°60.00%74.51%
HSB/HSV200°34.06%89.80%
CMYK34.06%11.35%0.00%
10.20%

Color #97CBE5 in popluar number systems.

HEX97CBE5
Decimal151203229
Binary100101111100101111100101
Octal227313345

Shades and tints

Shades of #97CBE5

#97CBE5
(151,203,229)
#8AB9D1
(138,185,209)
#7DA7BD
(125,167,189)
#7095A9
(112,149,169)
#638395
(99,131,149)
#567181
(86,113,129)
#495F6D
(73,95,109)
#3C4D59
(60,77,89)
#2F3B45
(47,59,69)
#222931
(34,41,49)
#15171D
(21,23,29)
#000000
(0,0,0)

Tints of #97CBE5

#97CBE5
(151,203,229)
#A0CFE7
(160,207,231)
#A9D3E9
(169,211,233)
#B2D7EB
(178,215,235)
#BBDBED
(187,219,237)
#C4DFEF
(196,223,239)
#CDE3F1
(205,227,241)
#D6E7F3
(214,231,243)
#DFEBF5
(223,235,245)
#E8EFF7
(232,239,247)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CBE5; }

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

This text font color is #97CBE5.


Background Color

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

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

This div background color is #97CBE5.


Border color

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

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

This div border color is #97CBE5.


Opacity

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

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

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

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

This text has shadow with #97CBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CBE5 on black background.


Color preview on white background

This text has color #97CBE5 on white background.



Black color preview on #97CBE5 background

This text has black color on #97CBE5 background.


White color preview on #97CBE5 background

This text has white color on #97CBE5 background.