COLOR #97BDC5

HEX: #97BDC5 RGB: (151,189,197)

Color info

#97BDC5 contains red, green and blue colors in about the same proportion. Web safe color of #97BDC5 is #99CCCC (or #9CC).

RGB color model

#97BDC5 color RGB value is (151,189,197).

RGB: (151,189,197) (59%, 74%, 77%)

RGB channels and saturation

R 151 of 255 = 59%
G 189 of 255 = 74%
B 197 of 255 = 77%

151
189
197

R + G + B ~ 70%. #97BDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 189 + 197 = 537 (100%)
R 151 of 537 ~ 28.12%
G 189 of 537 ~ 35.2%
B 197 of 537 ~ 36.69'%

%28.12
%35.2
%36.69

CMYK color model

#97BDC5 color CMYK value is (23,4,0,23).

  • cyan value is 23.35%
  • magenta value is 4.06%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (23,4,0,23)
C23M4Y0K23 (23%, 4%, 0%, 23%)
(0.23 / 0.04 / 0.00 / 0.23)

CMYK percentages

%23.35
%4.06
%0
%22.75

Codes

Color #97BDC5 in popluar color models

97 BD C5
RGB 151 189 197
HSL 190° 28.40% 68.24%
HSB/HSV 190° 23.35% 77.25%
CMYK 23.35% 4.06% 0.00%
22.75%

Color #97BDC5 in popluar number systems.

HEX 97 BD C5
Decimal 151 189 197
Binary 10010111 10111101 11000101
Octal 227 275 305

Shades and tints

Shades of #97BDC5

#97BDC5
(151,189,197)
#8AACB4
(138,172,180)
#7D9BA3
(125,155,163)
#708A92
(112,138,146)
#637981
(99,121,129)
#566870
(86,104,112)
#49575F
(73,87,95)
#3C464E
(60,70,78)
#2F353D
(47,53,61)
#22242C
(34,36,44)
#15131B
(21,19,27)
#000000
(0,0,0)

Tints of #97BDC5

#97BDC5
(151,189,197)
#A0C3CA
(160,195,202)
#A9C9CF
(169,201,207)
#B2CFD4
(178,207,212)
#BBD5D9
(187,213,217)
#C4DBDE
(196,219,222)
#CDE1E3
(205,225,227)
#D6E7E8
(214,231,232)
#DFEDED
(223,237,237)
#E8F3F2
(232,243,242)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BDC5; }

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

This text font color is #97BDC5.

Background Color

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

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

This div background color is #97BDC5.

Border color

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

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

This div border color is #97BDC5.

Opacity

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

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

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

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

This text has shadow with #97BDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BDC5.

Preview

Color preview on black background

This text has color #97BDC5 on black background.


Color preview on white background

This text has color #97BDC5 on white background.


Black color preview on #97BDC5 background

This text has black color on #97BDC5 background.


White color preview on #97BDC5 background

This text has white color on #97BDC5 background.


Related colors

Complementary color

Complementary color for #hex is #68423A.


I love getcolorcode.com

Triadic colors

1 #C597BD and #BDC597 with #97BDC5 are triadic colors.

2 #C5BD97 and #BD97C5 with #97BDC5 are triadic colors.