COLOR #97BDCC

HEX: #97BDCC RGB: (151,189,204)

Color info

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

RGB color model

#97BDCC color RGB value is (151,189,204).

RGB: (151,189,204) (59%, 74%, 80%)

RGB channels and saturation

R 151 of 255 = 59%
G 189 of 255 = 74%
B 204 of 255 = 80%

151
189
204

R + G + B ~ 71%. #97BDCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 189 + 204 = 544 (100%)
R 151 of 544 ~ 27.76%
G 189 of 544 ~ 34.74%
B 204 of 544 ~ 37.5'%

%27.76
%34.74
%37.5

CMYK color model

#97BDCC color CMYK value is (26,7,0,20).

  • cyan value is 25.98%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (26,7,0,20)
C26M7Y0K20 (26%, 7%, 0%, 20%)
(0.26 / 0.07 / 0.00 / 0.20)

CMYK percentages

%25.98
%7.35
%0
%20

Codes

Color #97BDCC in popluar color models

97 BD CC
RGB 151 189 204
HSL 197° 34.19% 69.61%
HSB/HSV 197° 25.98% 80.00%
CMYK 25.98% 7.35% 0.00%
20.00%

Color #97BDCC in popluar number systems.

HEX 97 BD CC
Decimal 151 189 204
Binary 10010111 10111101 11001100
Octal 227 275 314

Shades and tints

Shades of #97BDCC

#97BDCC
(151,189,204)
#8AACBA
(138,172,186)
#7D9BA8
(125,155,168)
#708A96
(112,138,150)
#637984
(99,121,132)
#566872
(86,104,114)
#495760
(73,87,96)
#3C464E
(60,70,78)
#2F353C
(47,53,60)
#22242A
(34,36,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #97BDCC

#97BDCC
(151,189,204)
#A0C3D0
(160,195,208)
#A9C9D4
(169,201,212)
#B2CFD8
(178,207,216)
#BBD5DC
(187,213,220)
#C4DBE0
(196,219,224)
#CDE1E4
(205,225,228)
#D6E7E8
(214,231,232)
#DFEDEC
(223,237,236)
#E8F3F0
(232,243,240)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #97BDCC; }

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

This text font color is #97BDCC.

Background Color

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

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

This div background color is #97BDCC.

Border color

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

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

This div border color is #97BDCC.

Opacity

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

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

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

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

This text has shadow with #97BDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #97BDCC.

Preview

Color preview on black background

This text has color #97BDCC on black background.


Color preview on white background

This text has color #97BDCC on white background.


Black color preview on #97BDCC background

This text has black color on #97BDCC background.


White color preview on #97BDCC background

This text has white color on #97BDCC background.


Related colors

Complementary color

Complementary color for #hex is #684233.


I love getcolorcode.com

Triadic colors

1 #CC97BD and #BDCC97 with #97BDCC are triadic colors.

2 #CCBD97 and #BD97CC with #97BDCC are triadic colors.