COLOR #97CDE9

HEX: #97CDE9
RGB: (151,205,233)

Color info

#97CDE9 contains mainly green and blue colors. Web safe color of #97CDE9 is #99CCFF (or #9CF).

RGB color model

#97CDE9 color RGB value is (151,205,233).

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

RGB channels and saturation

R 151 of 255 = 59%
G 205 of 255 = 80%
B 233 of 255 = 91%

151
205
233

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

Portions of RGB colors in percentages

R + G + B =
151 + 205 + 233 = 589 (100%)
R 151 of 589 ~ 25.64%
G 205 of 589 ~ 34.8%
B 233 of 589 ~ 39.56%

%25.64
%34.8
%39.56

CMYK color model

#97CDE9 color CMYK value is (35,12,0,9).

  • cyan value is 35.19%
  • magenta value is 12.02%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(35,12,0,9)
C35M12Y0K9 
(35%,12%,0%,9%)
(0.35/0.12/0.00/0.09)	

CMYK percentages

%35.19
%12.02
%0
%8.63

Codes

Color #97CDE9 in popluar color models

97CDE9
RGB151205233
HSL200°65.08%75.29%
HSB/HSV200°35.19%91.37%
CMYK35.19%12.02%0.00%
8.63%

Color #97CDE9 in popluar number systems.

HEX97CDE9
Decimal151205233
Binary100101111100110111101001
Octal227315351

Shades and tints

Shades of #97CDE9

#97CDE9
(151,205,233)
#8ABBD4
(138,187,212)
#7DA9BF
(125,169,191)
#7097AA
(112,151,170)
#638595
(99,133,149)
#567380
(86,115,128)
#49616B
(73,97,107)
#3C4F56
(60,79,86)
#2F3D41
(47,61,65)
#222B2C
(34,43,44)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #97CDE9

#97CDE9
(151,205,233)
#A0D1EB
(160,209,235)
#A9D5ED
(169,213,237)
#B2D9EF
(178,217,239)
#BBDDF1
(187,221,241)
#C4E1F3
(196,225,243)
#CDE5F5
(205,229,245)
#D6E9F7
(214,233,247)
#DFEDF9
(223,237,249)
#E8F1FB
(232,241,251)
#F1F5FD
(241,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97CDE9; }

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

This text font color is #97CDE9.


Background Color

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

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

This div background color is #97CDE9.


Border color

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

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

This div border color is #97CDE9.


Opacity

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

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

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

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

This text has shadow with #97CDE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97CDE9 on black background.


Color preview on white background

This text has color #97CDE9 on white background.



Black color preview on #97CDE9 background

This text has black color on #97CDE9 background.


White color preview on #97CDE9 background

This text has white color on #97CDE9 background.