COLOR #97BDD5

HEX: #97BDD5
RGB: (151,189,213)

Color info

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

RGB color model

#97BDD5 color RGB value is (151,189,213).

  • red value is 151;
  • green value is 189;
  • blue value is 213.
RGB:
(151,189,213)
(59%,74%,84%)

RGB channels and saturation

R 151 of 255 = 59%
G 189 of 255 = 74%
B 213 of 255 = 84%

151
189
213

R + G + B ~ 72%. #97BDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
151 + 189 + 213 = 553 (100%)
R 151 of 553 ~ 27.31%
G 189 of 553 ~ 34.18%
B 213 of 553 ~ 38.52%

%27.31
%34.18
%38.52

CMYK color model

#97BDD5 color CMYK value is (29,11,0,16).

  • cyan value is 29.11%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(29,11,0,16)
C29M11Y0K16 
(29%,11%,0%,16%)
(0.29/0.11/0.00/0.16)	

CMYK percentages

%29.11
%11.27
%0
%16.47

Codes

Color #97BDD5 in popluar color models

97BDD5
RGB151189213
HSL203°42.47%71.37%
HSB/HSV203°29.11%83.53%
CMYK29.11%11.27%0.00%
16.47%

Color #97BDD5 in popluar number systems.

HEX97BDD5
Decimal151189213
Binary100101111011110111010101
Octal227275325

Shades and tints

Shades of #97BDD5

#97BDD5
(151,189,213)
#8AACC2
(138,172,194)
#7D9BAF
(125,155,175)
#708A9C
(112,138,156)
#637989
(99,121,137)
#566876
(86,104,118)
#495763
(73,87,99)
#3C4650
(60,70,80)
#2F353D
(47,53,61)
#22242A
(34,36,42)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #97BDD5

#97BDD5
(151,189,213)
#A0C3D8
(160,195,216)
#A9C9DB
(169,201,219)
#B2CFDE
(178,207,222)
#BBD5E1
(187,213,225)
#C4DBE4
(196,219,228)
#CDE1E7
(205,225,231)
#D6E7EA
(214,231,234)
#DFEDED
(223,237,237)
#E8F3F0
(232,243,240)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #97BDD5 color. Also use rgb(151,189,213) instead hex code.

Text Font Color

.myTextColor { color: #97BDD5; }

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

This text font color is #97BDD5.


Background Color

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

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

This div background color is #97BDD5.


Border color

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

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

This div border color is #97BDD5.


Opacity

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

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

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

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

This text has shadow with #97BDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #97BDD5 on black background.


Color preview on white background

This text has color #97BDD5 on white background.



Black color preview on #97BDD5 background

This text has black color on #97BDD5 background.


White color preview on #97BDD5 background

This text has white color on #97BDD5 background.